Re: Announce: nhc98-1.0pre19



About this list Date view Thread view Subject view Author view

Jan Kort (kort@wins.uva.nl)
Wed, 14 Jun 2000 11:58:10 +0200


Malcolm Wallace wrote: > > Announcement > ------------ > A new pre-release of the nhc98 Haskell Compiler, nhc98-1.0pre19, is now > available in the usual place: > > http://www.cs.york.ac.uk/fp/nhc98/ > > Changes between pre18 and pre19 are: > > * New: "hmake interactive" - a brand new Hugs-like > interpreter for interactive development. Cool :-) but when I try to build this I get the following error: cd src/interpreter; /home/kort/pkgs/make/bin/make BUILDWITH=nhc98 install make[1]: Entering directory `/home/kort/project/nhc98-1.0pre19/src/interpreter' cd sparc-solaris2; /home/kort/project/nhc98-1.0pre19/script/hmake -nhc98 hi nhc98 -c -o LocalConfig.o LocalConfig.hs In file ./LocalConfig.hs: 11:1 Found {-end-of-definition-} but expected one of <string> <char> <rational> <integer> ( [ <varid> <conid> _case_ _if_ _do_ _let_ \ ` <varop> <conop> make[1]: *** [sparc-solaris2/hi] Error 1 make[1]: Leaving directory `/home/kort/project/nhc98-1.0pre19/src/interpreter' make: *** [targets/sparc-solaris2/chmake] Error 2 My system info: (~/project/nhc98-1.0pre19 7) uname -sr SunOS 5.6 (~/project/nhc98-1.0pre19 8) dmesg | grep SUNW cpu0: SUNW,UltraSPARC-IIi (upaid 0 impl 0x12 ver 0x13 clock 300 MHz) SUNW,hme0: CheerIO 2.0 (Rev Id = c1) Found SUNW,hme0 is /pci@1f,0/pci@1,1/network@1,1 SUNW,hme0: Using Internal Transceiver SUNW,hme0: 100 Mbps full-duplex Link Up (~/project/nhc98-1.0pre19 9) cat /etc/release Solaris 2.6 5/98 s297s_hw3smccDesktop_09 SPARC Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. Assembled on 24 April 1998 (~/project/nhc98-1.0pre19 10) nhc98 --version /home/kort/pkgs/nhc/bin/nhc98: v1.0 pre-release 19 (date 000605) [ configured for sparc-solaris2 by kort@mel on 14 Jun DST 2000 ] (~/project/nhc98-1.0pre19 11) gcc --version egcs-2.91.66 As you can see from the version, building the normal compiler does work. Regards, Jan


About this list Date view Thread view Subject view Author view