From: Jerry J. <log...@gm...> - 2017-02-20 19:29:31
|
Greetings, The clisp package is currently failing to build in Fedora Rawhide, due to this build failure in the fastcgi module: In file included from /builddir/build/BUILD/clisp-2.49/modules/fastcgi/fastcgi_wrappers.c:24:0: /builddir/build/BUILD/clisp-2.49/build/gllib/unistd.h:139:3: error: #error "Please include config.h first." #error "Please include config.h first." ^~~~~ Is this perhaps related to the recent gnulib update? Simply adding "#include <config.h>" to the top of fastcgi_wrappers.c fixed the problem for me. Regards, -- Jerry James http://www.jamezone.org/ |