2 Oct 2006 20:24
Win32/MinGW port
Nils Durner <ndurner <at> web.de>
2006-10-02 18:24:43 GMT
2006-10-02 18:24:43 GMT
Hi, compiling guile-core-1.8-20061001 under MinGW fails with the following error message: --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -Wall -Wmissing-prototypes -W error -MT libguile_la-scmsigs.lo -MD -MP -MF .deps/libguile_la-scmsigs.Tpo -c sc msigs.c -DDLL_EXPORT -DPIC -o .libs/libguile_la-scmsigs.o scmsigs.c: In function `signal_delivery_thread': scmsigs.c:156: warning: implicit declaration of function `sigfillset' scmsigs.c:157: warning: implicit declaration of function `pthread_sigmask' scmsigs.c: In function `start_signal_delivery_thread': scmsigs.c:182: warning: implicit declaration of function `pipe' make[3]: *** [libguile_la-scmsigs.lo] Error 1 make[3]: Leaving directory `/home/guile-core-1.8-20061001/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/guile-core-1.8-20061001/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/guile-core-1.8-20061001' make: *** [all] Error 2 --- After removing do_read_without_guile(), read_without_guile, signal_delivery_thread() and the content of start_signal_delivery_thread() from scmsigs.c, the build process fails at threads.c: --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -Wall(Continue reading)
RSS Feed