
You hace to add option --make, if you complie haskell program file with
some files.
And, you have to change WX.size to Wx.sz .
Because wxHaskell-0.8 changed some functions.
On Thu, 20 Jan 2005 15:50:29 +0100, Dmitri Pissarenko
I'm trying to compile wxFruit sample program paddleball (http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/).
When I try to compile file paddle.hs (see below where it is availeble) using the call
<call> ghc -fglasgow-exts -farrows -package wx -iC:\dapWork\haskell-learning\afrp-0.4 \src:C:\dapWork\haskell-learning paddle.hs </call>
I'm getting the error message
<error-message> paddle.hs:10: Failed to load interface for `WXFruit': Could not find interface file for `WXFruit' (use -v to see a list of the files searched for)
paddle.hs:11: Failed to load interface for `AFRP': Could not find interface file for `AFRP' (use -v to see a list of the files searched for)
paddle.hs:12: Failed to load interface for `AFRPUtilities': Could not find interface file for `AFRPUtilities' (use -v to see a list of the files searched for) </error-message>
-- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/