From: Patrick S. <pa...@yo...> - 2007-07-17 14:05:57
|
Hi, since it seems that the list becomes more active again and since the ICFP isn't far away I tried to compile my old sources. Unfortunately I can't compile the wxHaskell source. I tried the zipped sources and the cvs repo and got the same error message every time after several minutes of compiling. This is the output of the cvs version: patrick@toffee:~/src/haskell/wxhaskell$ ./configure --prefix=/home/patrick/build --with-opengl --hc=/home/patrick/build/bin/ghc --hcpkg=/home/patrick/build/bin/ghc-pkg checking system: wx-config found /home/patrick/build/bin/ghc found /home/patrick/build/bin/ghc-pkg found . . . configuration: library: wxhaskell-0.9.4 (release 0) compiler: ghc-6.6.1 wxwidgets: gtk-2.4.5 with openGL: yes library dir: /home/patrick/build/lib patrick@toffee:~/src/haskell/wxhaskell$ make ... wx/src/Graphics/UI/WX/Types.hs:94:0: Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi Something is amiss; requested module wx:Graphics.UI.WXCore.Types differs from name found in the interface file wxcore:Graphics.UI.WXCore.Types make: *** [out/wx/imports/Graphics/UI/WX/Types.o] Error 1 Does anyone has a clue on this? Obviously I can provide as much information as you want about the system but I don't think it comes from the os. Cheers Patrick |