From: Rene de V. <Ren...@on...> - 2012-04-21 16:01:22
|
Hello, The parts with the dll's apart from uuid.dll were bogus (a wrong uuid.dll was found with further dependencies). I don't seem to have a suitable uuid.dll When I go ghc-pkg describe on wxc it lists uuid as an extra library. Why I have not figured out. Then seems to result in ghci/ghc looking for a uuid.dll which it does not find. Was this dependency generated? How can I get rid of it? Rene. ----- Original Message ----- From: "Rene de Visser" <Ren...@on...> To: <wxh...@li...> Sent: Saturday, April 21, 2012 2:44 PM Subject: Trouble using wxHaskell 0.90 : missing DLL's on windowsXP Hello, Everything seem to compile OK. When I try to run HelloWorld.hs in ghci using :main I get missing dll uuid.dll, and then missing dll perl510.dll and then missing dll libaprutil-1.dll. Any ideas here? I compiled wxWidgets myself. I guess maybe I need to compile it without support for perl5 (which I don't have) and some other things?? Any idea what is to do here? Rene. |