Hello, 

first I'd like to thank you for your work on wxHaskell and especially this
release!

I just wanted to report some minor build problems I had when building
wxc-0.90 on a Windows 7 machine with GHC 7.4.1:

1. An error in Setup.hs:
Setup.hs:14:8:
    Could not find module `System'
    It is a member of the hidden package `haskell98-2.0.0.1'.
    Use -v to see a list of the files searched for.

I could easily solve this error by importing ExitCode from System.Exit
instead of System. I'm not quite sure why this error appears though, since
the online library documentation says that System exports ExitCode...

2. The wx-config needed for wxWidgets 2.9 needs the MSVCP100D.dll, which
apparently doesn't exist in my PATH (Visual Studio 2010 is installed).
However, I could easily solve this problem by compiling wx-config from
source myself. I guess this is just some setting in VS that needs to be
changed (was it compiled in debug mode?), so that it doesn't depend on this
dll.

Apart from that, everything installed fine.

Regards, 
Fabian 


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to