<br>
Hi Malcolm,<br>
<br>
&nbsp;&nbsp;&nbsp; I've installed the packages and the first problem was solved.&nbsp; Now I'm receiving the following message:<br>
<br>
ghc&nbsp;&nbsp; -package lang -package util -package base&nbsp;&nbsp; -i../hmake&nbsp; -package lang -pac<br>
kage util -package base -c -cpp&nbsp; -o c:/nhc98-1.18/targets/ix86-CYGWIN_NT-5.1/obj<br>
/interpreter/HInteractive.o HInteractive.hs<br>
'h: line 19: syntax error near unexpected token `<br>
make[1]: ** [c:/nhc98-1.18/lib/ix86-CYGWIN_NT-5.1/HInteractive.exe] Erro 2<br>
make[1]: Leaving directory `/cygdrive/c/nhc98-1.18/src/interpreter'<br>
make: ** [targets/ix86-CYGWIN_NT-5.1/hmake-ghc] Erro 2<br>
<br>
Has anyone any idea about what may be happening?<br>
<br>
Thanks,<br>
<br>
Monique<br>
<br><br><div><span class="gmail_quote">On 11/17/05, <b class="gmail_sendername">Malcolm Wallace</b> &lt;<a href="mailto:Malcolm.Wallace@cs.york.ac.uk">Malcolm.Wallace@cs.york.ac.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Monique Louise &lt;<a href="mailto:monique.louise@gmail.com">monique.louise@gmail.com</a>&gt; writes:<br><br>&gt; I receive the following message when I try to compile and install nhc98 at<br>&gt; WinXP:<br>&gt;<br>&gt; timeUnix.c
:7:23: sys/times.h: No such file or directory<br><br>My guess is that your installation of Cygwin is missing the component<br>that provides some of the standard C header files.&nbsp;&nbsp;&lt;sys/times.h&gt; is<br>part of the POSIX standard (
4.5.2), and is normally supported by Cygwin.<br><br>Check (using Cygwin's setup.exe) that you have at least these packages<br>from the Devel category:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;gcc-mingw-core<br>&nbsp;&nbsp;&nbsp;&nbsp;glib-devel<br><br>There may be others that are required also.
<br><br>Regards,<br>&nbsp;&nbsp;&nbsp;&nbsp;Malcolm<br>_______________________________________________<br>Nhc-users mailing list<br><a href="mailto:Nhc-users@haskell.org">Nhc-users@haskell.org</a><br><a href="http://www.haskell.org/mailman/listinfo/nhc-users">
http://www.haskell.org/mailman/listinfo/nhc-users</a><br></blockquote></div><br>