Hi,

Hi,

Alan Carter wrote:

> MacOs 10.4
> wxMac-2.6.4
GHC 6.8.2

> I configured wxMac --disable-monolithic -with-opengl --with-unicode


> The wxhaskell binary package for MacOs was not happy. When I tried to
> link a test program, a wxhaskell library required version 4 of a wxMac
> library which is only at version 3 in wxMac-2.6.4. (Now I've solved
> the problem I'd have to re-create it to get the exact message - d'oh!
> But I could if it's helpful...)

I’m also having a problem (the same, I guess!) with the RC2 binary package
for Mac: when linking there are missing libraries. After a closer look, the
linker asks for files like

/usr/local/lib/libwx_base_carbonu_xml-2.6.0.dylib
/usr/local/lib/libwx_macu_SOMETHING-2.6.0.dylib

But the available files are
/usr/local/lib/libwx_base_carbon_xml-2.6.0.dylib
/usr/local/lib/libwx_mac_SOMETHING-2.6.0.dylib

It seems there is an extra 'u' in the names (see carbonu and macu).

Creating symbolic links solve the problem for most of the libraries.

At the moment I'm trying to figure out how to solve a few of them; probably
more options for configure wxMac.

Best
Miguel Vilaça



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to