> That was not the point. I think the compiler said "Module `GlaExts' does not export
>`fromInt'"
> because of the following import
>
> #if __GLASGOW_HASKELL__ >= 404
> import GlaExts ( fromInt )
> #endif
>
> I commented this out in a couple of modules and will see...
Now I got stuck at this point:
/usr1/users/ki/bin/ghc -DOMIT_NATIVE_CODEGEN -cpp -fglasgow-exts -Rghc-timing -I.
-IcodeGen
-InativeGen -Iparser
-iutils:basicTypes:types:hsSyn:prelude:rename:typecheck:deSugar:coreSyn:specialise:simplCore:strana
l:stgSyn:simplStg:codeGen:absCSyn:main:profiling:parser:usageSP:cprAnalysis -recomp
-c
main/CodeOutput.lhs -o main/CodeOutput.o -osuf o
CodeOutput.lhs:39: Variable not in scope: `stix_final'
Compilation had errors
gmake[2]: *** [main/CodeOutput.o] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
Matthias Mann
JWG-Universit�t Frankfurt