Displaying 1 result from an estimated 1 matches for "initsighandl".
2010 Mar 27
0
Installing R-packages in Windows Using Rtools - compilation error when <signal.h> included in C header
...r: 'SIGBUS' undeclared (first use in this function)
cheapcgi.c:538: error: (Each undeclared identifier is reported only once
cheapcgi.c:538: error: for each function it appears in.)
cheapcgi.c:546: error: 'SIGKILL' undeclared (first use in this function)
cheapcgi.c: In function 'initSigHandlers':
cheapcgi.c:558: error: 'SIGBUS' undeclared (first use in this function)
make: *** [cheapcgi.o] Error 1
? ... done
ERROR: compilation failed for package 'zinba'
* removing 'c:/R/library/zinba'
Exploring this error further, I see these variables are defined in the
st...