Kayvan A. Sylvan wrote:
> Hi everyone. Here is the error:
>
>  g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src
> -I../../../lyx/src/support/.. -I../../../lyx/boost -I/usr/local/include -W
> -Wall -I/usr/X11R6/include -O2 -fno-exceptions -mms-bitfields -MT
> forkedcontr.lo -MD -MP -MF .deps/forkedcontr.Tpo -c
> ../../../lyx/src/support/forkedcontr.C -o forkedcontr.o
> ../../../lyx/src/support/forkedcontr.C:33: error: `signal' not declared
> make[5]: *** [forkedcontr.lo] Error 1

I get (on Linux):

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)

Jürgen

Reply via email to