OpenParsec / openparsec

GNU General Public License v2.0
53 stars 8 forks source link

premake5 generates makefiles but they do not compile #102

Open tapwag opened 4 months ago

tapwag commented 4 months ago

Hello everyone,

I tried compiling "openparsec" with premake5 but I got the following error message when running make which according to the instructions is to compile both client and server.

bash-5.1$ make
==== Building client (debug_x32) ====
con_arg.cpp
In file included from /usr/include/features.h:497,
                 from /usr/include/ctype.h:25,
                 from ../../../../src/libparsec/con_arg.cpp:25:
/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
    7 | # include <gnu/stubs-32.h>
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:380: obj/x32/Debug/con_arg.o] Error 1
make: *** [Makefile:37: client] Error 2