
Hello, I'm getting a lexer error from the greencard-nhc98 script when trying to make trace. I've been able to build basic, heapprofile, timeprofile, compiler, hmake, runtime, prelude, greencard, hp2graph. $ uname -a CYGWIN_NT-5.0 SALSERO 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown --------- make excerpt ------------- /home/jacksoni/dl/nhc98-1.10/script/hmake -nhc98 -K10M +CTS -H20M -CTS Hatobserve /home/jacksoni/dl/nhc98-1.10/targets/ix86-CYGWIN_NT-5.0/obj/hat/hatlib.a -d/ home/jacksoni/dl/nhc98-1.10/targets/ix86-CYGWIN_NT-5.0/obj/hat nhc98 +RTS -K10M -RTS +CTS -H20M -CTS -c -d /home/jacksoni/dl/nhc98-1.10/targets/ix86-CYGWIN_NT-5.0/obj/hat HatTrace.gc Lexical error: unrecognised input at line 183 col 45 greencard-nhc98 failed on ./HatTrace.gc make[1]: *** [/home/jacksoni/dl/nhc98-1.10/lib/ix86-CYGWIN_NT-5.0/hat-observe] E rror 1 make[1]: Leaving directory `/home/jacksoni/dl/nhc98-1.10/src/tracer/hat' make: *** [lib/ix86-CYGWIN_NT-5.0/hat-check] Error 2 --------- line 183 from ./src/tracer/hat/HatTrace.gc ----- %dis addr x = declare "void*" x in (%%Addr x) Column 45 of this line is the closing paren ')'. Any ideas? -- Stoney