
On 23 March 2005 02:54, Jens Petersen wrote:
John van Krieken wrote:
Hallo, when trying to compile Pugs with ghc64 (ghc64-6.4-4 rpm, athlon 64) I get message like the following:
src/Compile/Haskell.hs:28:25: Template Haskell bracket illegal in a stage-1 compiler [| return (VStr s) |]
Hmmm, with the current darcs tip I see:
/usr/bin/ghc --make -H200m -L. -Lsrc -Lsrc/pcre -I. -Isrc -Isrc/pcre -i. -isrc -isrc/pcre -static -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fno-warn-deprecations -fno-warn-orphans -o pugs src/Main.hs src/pcre/pcre.o src/UnicodeC.o Chasing modules from: src/Main.hs Could not find module `Compile': use -v to see a list of the files searched for (imported from src/Main.hs) make: *** [pugs] error 1
I built pugs with i386 ghc64 the other day...
Anyone know if this is still relevant? Is it a Pugs or GHC issue? Cheers, Simon