Hi again,

Simon Marlow <marlo...@gmail.com> writes:

> Well, there are a few errors you probably won't find without actually 
> compiling against 2.12, so
> here's my patch anyway.
I have update version-tag in source code for 2.14.
Except some *.chs file, because *.chs file don't support "#if ... #endif" macro.

So you still break on those *.chs file.

For fix this problem, we need changed those *.chs file to *.chs.pp file
to support "#if ... #endif".

I check your patch, it's not enough just move *.chs to *.chs.pp
You need search corresponding *.chs file in Makefile.am, and change them
to *.chs.pp, otherwise will compile failed.

It's too late in China, i need go to bed.
Can you push new patch for fix above problem?

> Having poked around a bit more, I see that
> 
>  - configure.ac wants gio >= 2.16.4 to enable gio support
>  - gtk now depends on gio
>  - this distro (Fedora 9) only provides gio 2.16.3
> 
> So I'm out of luck.  Looks like some updates to the configure script are 
> needed so this fails a bit
> earlier though?
Current gio is really old, i think change to "gio >= 2.16.3" should be
okay. :)

  -- Andy



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to