g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -W -Wall -I/usr/X11R6/include -g -O -fno-exceptions -MT filetools.lo -MD -MP -MF .deps/filetools.Tpo -c filetools.C -o filetools.o filetools.C: In function `const lyx::support::cmd_ret lyx::support::RunCommand(const std::string&)': filetools.C:1065: error: `sigemptyset' undeclared (first use this function) filetools.C:1065: error: (Each undeclared identifier is reported only once for each function it appears in.) filetools.C:1067: error: `SIGCHLD' undeclared (first use this function) filetools.C:1067: error: `sigaddset' undeclared (first use this function) filetools.C:1070: error: `SIG_BLOCK' undeclared (first use this function) filetools.C:1070: error: `sigprocmask' undeclared (first use this function) filetools.C:1091: error: `SIG_SETMASK' undeclared (first use this function) filetools.C:1164:2: warning: #warning Why is this func deleting a file? (Lgb) make[5]: *** [filetools.lo] Error 1 make[5]: Leaving directory `/usr/src/lyx-devel/src/support' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/lyx-devel/src/support' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/lyx-devel/src/support' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/lyx-devel/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/lyx-devel/src' make: *** [all-recursive] Error 1
Re-running autogen.sh and configure did not help, neither did fetching this file specifically from cvs. Helge Hafting