Problems compiling Pugs on Athlon 64 with ghc64

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) |] It seems that I got a stage 1 compiler...anybody? --------------------------------- John van Krieken, AT Computing BV, 024-3527242 john@ATComputing.nl, http://www.ATComputing.nl/images/pasfotos/john.jpg

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... Jens
participants (2)
-
Jens Petersen
-
John van Krieken