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

Can't compile libsoq due to lack of file "jlss-getopt.h" #225

Open
USSX-Hares opened this issue Jan 26, 2025 · 2 comments
Open

Can't compile libsoq due to lack of file "jlss-getopt.h" #225

USSX-Hares opened this issue Jan 26, 2025 · 2 comments

Comments

@USSX-Hares
Copy link

USSX-Hares commented Jan 26, 2025

Command:

$ cd src/libsoq
$ make

Output:

gcc -O3   -g      -I../../inc    -std=c18    -Wall -Wextra -Werror -Wmissing-prototypes -Wstrict-prototypes        -fno-common    -DHAVE_NANOSLEEP   -c -o mddebug.o mddebug.c
mddebug.c:20:10: fatal error: jlss-getopt.h: No such file or directory
   20 | #include "jlss-getopt.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: mddebug.o] Error 1

Workaround

Deleting mddebug.* from source tree and from makefile helped.

@jleffler
Copy link
Owner

jleffler commented Jan 26, 2025 via email

@jleffler
Copy link
Owner

jleffler commented Feb 4, 2025 via email

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

2 participants