From: Malcolm W. <Mal...@cs...> - 2006-05-23 09:38:27
|
Jean Boucquey <jbo...@ac...> wrote: > - I've uploaded my wxHaskell build dir here: > http://users.skynet.be/sky81615/wxhaskell-0.9.4-MacOSX.tar.bz2 > Tell me if you can do something with this. Thanks for that. Unfortunately, I was unable to install from your package, because the directory /Users/jean/opt was frozen in to the configuration somehow, and I could not work out how to reset it. > From what I remember in wxhaskell, I had to change a few C functions > in the wxc/src directory and the makefile. In the end, I followed the various instructions in your previous emails to the wxhaskell-users list, and eventually got a complete build. The main thing was to link against /usr/gcc/Darwin/3.3/master.o. This appeared to install fine. However, an application compiled against this wxhaskell library does not work. It fails to start, complaining like this: dyld: Symbol not found: __ZN5wxApp10InitializeERiPPw Referenced from: /usr/local/wxhaskell/lib/libwxc-mac2.6.3-0.9.4.dylib Expected in: flat namespace So a symbol like wxApp.Initialise is missing? Anyone got any ideas? Regards, Malcolm |