You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: