|
From: jeff l. <m4d...@gm...> - 2005-03-28 00:00:36
|
Greetings,
Firstly, my thanks to Patrick Scheibe for advising me of the diffs I
needed to get wxhaskell-0.9 to compile and install. (See thread
"Trouble creating wxhaskell 0.9").
I am now stuck trying to compile the HelloWorld.hs sample program.
Here's a transcript of my attempt:
D:\libraries\wxhaskell-0.9\samples\wx>ghc -v -package wx -o hw.exe HelloWorld.hs
Glasgow Haskell Compiler, Version 6.4, for Haskell 98, compiled by GHC
version 6.2.2
Using package config file: c:\ghc\ghc-6.4\package.conf
Using package config file: C:\Documents and Settings\Jeff
Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf
Hsc static flags: -static
*** Checking old interface for Main:
*** Parser:
*** Renamer/typechecker:
HelloWorld.hs:4:0:
Failed to load interface for `Graphics.UI.WX':
Could not find module `Graphics.UI.WX':
locations searched:
Graphics/UI/WX.hi
Graphics/UI/WX.hi-boot
*** Deleting temp files
Deleting: C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s
Warning: deleting non-existent C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s
What have I done wrong, or not done?
Once again, any help would be appreciated.
Cheers,
Jeff
|