Hello,
I have built static library "libeom.a" successfully on Linux.
But I get error message when trying compiling test.c :
cd test
gcc main.c ../libeom.a
main.c:19:10: fatal error: ../Networking/Protocols/BlockHeaders.h: Aucun fichier ou dossier de ce type
19 | #include "../Networking/Protocols/BlockHeaders.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Is there any test files code for testing HTTP server only ?
Hello,
I have built static library "libeom.a" successfully on Linux.
But I get error message when trying compiling test.c :
cd testgcc main.c ../libeom.amain.c:19:10: fatal error: ../Networking/Protocols/BlockHeaders.h: Aucun fichier ou dossier de ce type19 | #include "../Networking/Protocols/BlockHeaders.h"| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~compilation terminated.Is there any test files code for testing HTTP server only ?