From: José P. M. <jp...@cs...> - 2009-02-18 07:44:14
|
Hello all, After installing wxhaskell (from wxhaskell-bin-msw2.8.9-ghc6.10.1-0.11.0-0.zip) on my machine (Windows XP 64-bit edition), I get the following when running the examples: GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help > Loading package ghc-prim ... linking ... done. > Loading package integer ... linking ... done. > Loading package base ... linking ... done. > [1 of 1] Compiling Main ( > C:\Temp\wxhaskell-0.11.0\samples\wx\HelloWorld.hs, interpreted ) > Ok, modules loaded: Main. > *Main> main > Loading package syb ... linking ... done. > Loading package array-0.2.0.0 ... linking ... done. > Loading package containers-0.2.0.0 ... linking ... done. > Loading package bytestring-0.9.1.4 ... linking ... done. > Loading package old-locale-1.0.0.1 ... linking ... done. > Loading package old-time-1.0.0.1 ... linking ... done. > Loading package filepath-1.1.0.1 ... linking ... done. > Loading package Win32-2.2.0.0 ... linking ... done. > Loading package directory-1.0.0.2 ... linking ... done. > Loading package stm-2.1.1.2 ... linking ... done. > Loading package process-1.0.1.1 ... linking ... done. > Loading package random-1.0.0.1 ... linking ... done. > Loading package haskell98 ... linking ... done. > Loading package wxcore-0.11.0 ... <interactive>: wxc-msw2.8.9-0.11.0: The > specified module could not be found. > can't load .so/.DLL for: wxc-msw2.8.9-0.11.0 (addDLL: could not load DLL) > *Main> > Compiling with ghc --make produces a similar error in a popup when trying to run the application. Following http://haskell.org/haskellwiki/WxHaskell/Troubleshooting#Runtime_issues, I am posting the issue to this list. Any ideas? Thanks, Pedro |