Re: [Haskell-cafe] [Haskell Beginner] Compiling wxhaskell fails for me

2008-07-30 Thread Jason Dusek
  Maybe you could try building it with 2.8 and let us know how
  it goes?

-- 
_jsn
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [Haskell Beginner] Compiling wxhaskell fails for me

2008-07-30 Thread shelarcy
Hi,

On Wed, 30 Jul 2008 16:02:22 +0900, Jason Dusek [EMAIL PROTECTED] 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/[EMAIL PROTECTED]/msg00488.html

I send patch to fix that. And patch is already pushed in latest darcs 
repository.

http://www.mail-archive.com/[EMAIL PROTECTED]/msg00224.html

I'm waiting for his answer now.


Best Regards,

-- 
shelarcy shelarcyhotmail.co.jp
http://page.freett.com/shelarcy/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] [Haskell Beginner] Compiling wxhaskell fails for me

2008-07-28 Thread Daniel Kahlenberg
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.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe