[Haskell Beginner] Compiling wxhaskell fails for me

Hi, I try to build the current wxhaskell stuff from the darcs repository on the sh provided by msys with mingw32 (`uname -a' : MINGW32_NT-5.1 ... 1.0.11(0.46/3/2) 2007-01-12 12:05 i686 Msys), but it fails with the message `wx/graphics.h' isn't found, when it comes to build the wxc part. On the wxhaskell site they advice to use the 2.6.x version of the wxWidgets distribution, which I followed so far. The tool call which sets the wxversion variable (`wx-config --version') is executed and returns 2.6.4. The searched hosted graphics.h as I determined seems available as part of the 2.8.x version of wxwidgets at first. Now my question: Why does the build process search for it, especially how do I get it to succeed. Would I have to use the 2.8.x version against the recommendation? Has anyone of you successfully built the recommended version of the bindings, if yes - how? Could you share? Did I forget to build something on the wxwidgets side? Thank you so far Daniel.

Maybe you could try building it with 2.8 and let us know how it goes? -- _jsn

Hi,
On Wed, 30 Jul 2008 16:02:22 +0900, Jason Dusek
Maybe you could try building it with 2.8 and let us know how it goes?
We are discussing his problem in wxhaskell-users mailing-list now. http://www.mail-archive.com/wxhaskell-users@lists.sourceforge.net/msg00488.h... I send patch to fix that. And patch is already pushed in latest darcs repository. http://www.mail-archive.com/wxhaskell-devel@lists.sourceforge.net/msg00224.h... I'm waiting for his answer now. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/

Hi,
for a comprehension, when trying to compile the wxwidgets 2.8.8
version with the configure flag `--enable-graphics_ctx' the make
process fails with the error messages
../../src/msw/graphics.cpp:92:21: gdiplus.h: No such file or directory
../../src/msw/graphics.cpp:93: error: `Gdiplus' is not a namespace-name
in front, you can find my config.log and makeerrors.log attached
2008/7/30 shelarcy
Hi,
On Wed, 30 Jul 2008 16:02:22 +0900, Jason Dusek
wrote: Maybe you could try building it with 2.8 and let us know how it goes?
We are discussing his problem in wxhaskell-users mailing-list now.
http://www.mail-archive.com/wxhaskell-users@lists.sourceforge.net/msg00488.h...
I send patch to fix that. And patch is already pushed in latest darcs repository.
http://www.mail-archive.com/wxhaskell-devel@lists.sourceforge.net/msg00224.h...
I'm waiting for his answer now.
Best Regards,
-- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/
participants (3)
-
Daniel Kahlenberg
-
Jason Dusek
-
shelarcy