Conversation
Notices
-
Embed this notice
@mirabilos @bentsukun BTW will Build.sh be updated for reflecting these results?
-
Embed this notice
@mirabilos @bentsukun revisiting DELL UNIX gcc:
since I don't have a way to make it define NSIG (gcc -traditional-cpp stalls when in including mbsdint.h tests)
and getting not-defining kshjmp_buf error when using "CC=gcc -DNSIG=32 -Dssize_t=int"
-
Embed this notice
@mirabilos @bentsukun revisiting DELL UNIX gcc:
since I don't have a way to make it define NSIG (gcc -traditional-cpp stalls when in including mbsdint.h tests), I have to add it in CFLAGS manually.
and getting not-defining kshjmp_buf error when using "CC=gcc -DNSIG=32 -Dssize_t=int"
-
Embed this notice
@mirabilos @bentsukun revisiting DELL UNIX gcc:
since I don't have a way to make it define NSIG (gcc -traditional-cpp stalls when in including mbsdint.h tests), I have to add it in CFLAGS manually.
and getting not-defining kshjmp_buf error when using "CC=gcc -DNSIG=32 -Dssize_t=int"
build-dellunix-gcc.log updated.
-
Embed this notice
@bentsukun @mirabilos oh, sigaction is missing when __STDC__ is not 0, did a ugly hack with "CC=gcc -U__STDC__ -D__STDC__=0 -Dssize_t=int" and it builds.