[Qgis-developer] GRASS 6.3.0RC4 i.class Win MSYS Build Error

marco.pasetti at alice.it marco.pasetti at alice.it
Wed Jan 23 07:15:59 EST 2008


Hi,
 
About error in imagery/i.class it seems to be generated by lack in MinGW of SIGSTP and SIGALRM signal definitions in mingw/include/signal.h
I added those signals to signal.h as follows
#define	SIGTSTP		18	/* Stop Request by Terminal */
#define	SIGALRM		13	/* Alarm Signal */
but recompiling it gives an error because of lack of alarm() function in mingw.
Building using CMAKE could be a solution to let it work? I'm googling about that...
Thanks. Regards,
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20080123/fd21e45d/attachment.html


More information about the Qgis-developer mailing list