[wxhaskell-users] wxhaskell install wiki page

2008-03-18 Thread Eric Kow
Hi all, In anticipation of the 0.10.3 release, it may be useful to note the install page on Haskell wiki: http://www.haskell.org/haskellwiki/WxHaskell/Install Please add any troubleshooting tips or otherwise you may have. Thanks! (and yes, more rc2 testing always appreciated) -- Eric Kow

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Kow
> > I configured wxMac --disable-monolithic -with-opengl --with-unicode Is this the case with you? You shouldn't need --with-opengl > 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 > link

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread José Miguel Vilaça
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 whic

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Kow
Also, > loeki:wx doaitse$ open Helloworld.app > LSOpenFromURLSpec() failed with error -10810 for the file > /Users/doaitse/Software/wxhaskell-0.10.3/samples/wx/Helloworld.app. > loeki:wx doaitse$ What happens if you run it directly from the command line: Helloworld.app/Contents/MacOs/Helloworld ?

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Kow
> We think there *is* a way to build wxWidgets 2.6 for Leopard, which > involves configuring it with > --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk > > Yes, I tried this but could not get it working ;-{{ That makes me rather sad. Any particular error messages or ideas? I'm looking at http:/

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread S. Doaitse Swierstra
On 18 Mar 2008, at 16:25, Eric Kow wrote: Hi, On 18/03/2008, S. Doaitse Swierstra <[EMAIL PROTECTED]> wrote: I managed to install wxMac2.8.7 (I could not get 2.6.4 installed on my 10.5 Leopard machine, Intel MacBook), and managed to compile wxHaskell 0.10.3 against it. Unfortunately the h

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Kow
Hi, On 18/03/2008, S. Doaitse Swierstra <[EMAIL PROTECTED]> wrote: > I managed to install wxMac2.8.7 (I could not get 2.6.4 installed on my 10.5 > Leopard machine, Intel MacBook), and managed to compile wxHaskell 0.10.3 > against it. Unfortunately the helloworld bombs: Sorry, we ended up deciding

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread S. Doaitse Swierstra
I managed to install wxMac2.8.7 (I could not get 2.6.4 installed on my 10.5 Leopard machine, Intel MacBook), and managed to compile wxHaskell 0.10.3 against it. Unfortunately the helloworld bombs: loeki:wx doaitse$ /usr/local/wxhaskell/bin/macosx-app -v Helloworld creating resource: > /Devel

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Alan Carter
On Tue, Mar 18, 2008 at 9:25 AM, Eric Y. Kow <[EMAIL PROTECTED]> wrote: > > 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 >

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Y. Kow
On Tue, Mar 18, 2008 at 03:44:27 +0100, Alan Carter wrote: > Thanks for the release! The source distro built with no problems: Great! We really appreciate the feedback (and hope others will give more of it) > Until I remembered the --with-unicode I got all my strings truncated > to one character

[wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Alan Carter
Hi, Thanks for the release! The source distro built with no problems: MacOs 10.4 wxMac-2.6.4 GHC 6.8 I configured wxMac --disable-monolithic -with-opengl --with-unicode Until I remembered the --with-unicode I got all my strings truncated to one character and (bizarrely) black backgrounds instea