Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

premake5 generates makefiles but they do not compile #102

Open
tapwag opened this issue May 14, 2024 · 0 comments
Open

premake5 generates makefiles but they do not compile #102

tapwag opened this issue May 14, 2024 · 0 comments

Comments

@tapwag
Copy link

tapwag commented May 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant