<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>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</FONT></DIV>
<DIV><FONT face=Arial size=2>I added those signals to signal.h as follows</FONT></DIV>
<DIV><PRE>#define        SIGTSTP                18        /* Stop Request by Terminal */
#define        SIGALRM                13        /* Alarm Signal */</PRE><PRE><FONT face=Arial size=2>but recompiling it gives an error because of lack of alarm() function in mingw.</FONT></PRE><PRE><FONT face=Arial size=2>Building using CMAKE could be a solution to let it work? I'm googling about that...</FONT></PRE><PRE><FONT face=Arial size=2>Thanks. Regards,</FONT></PRE><PRE><FONT face=Arial size=2>Marco</FONT></PRE></DIV></BODY></HTML>