-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
Thanks for the heads up.
Jonathan Leffler ***@***.***> #include <disclaimer.h>
Guardian of DBD::Informix - v2018.1031 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."
…On Sun, Jan 26, 2025 at 08:16 USSX-Hares ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#225>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCAHBV7BOSFXHCCSOSZETD2MT36BAVCNFSM6AAAAABV4RGLYWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTCNRRGU2DIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I've just pushed commit bd69de4 to GitHub to add the missing header.
…On Sun, Jan 26, 2025 at 8:16 AM USSX-Hares ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#225>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCAHBV7BOSFXHCCSOSZETD2MT36BAVCNFSM6AAAAABV4RGLYWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTCNRRGU2DIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Jonathan Leffler ***@***.***> #include <disclaimer.h>
Guardian of DBD::Informix - v2018.1031 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command:
Output:
Workaround
Deleting
mddebug.*
from source tree and from makefile helped.The text was updated successfully, but these errors were encountered: