Ross Mellgren wrote:
> I had this problem as well on Mac OS X 10.5.5 using the precompiled
> Quartz GTK frameworks. The problem is actually that gio/gio.package.conf
> gets filtered with incorrect syntax. I didn't dig into it because I
> didn't need GIO -- I just ./configure'd with --disable-gio
> 
> I believe I also had this problem before switching to GHC 6.10.1, but 
> not before I switched gtk2hs from the 0.9.13 tarball to the darcs tip.
> 
> Here is the contents of gio.package.conf on my system (include-dirs: is
> where the incorrect syntax is):
> 
> [EMAIL PROTECTED]:~/gtk2hs$ cat gio/gio.package.conf
> name: gio
> version: 0.9.13
> license: LGPL
> license-file: COPYING.LIB
> maintainer: [EMAIL PROTECTED]
> stability: provisional
> homepage: http://haskell.org/gtk2hs/
> exposed: True
> exposed-modules: ${modules}
> import-dirs: "${pkglibdir}/imports/gio"
> library-dirs: "${pkglibdir}"
> hs-libraries: HSgio
> extra-libraries:
> include-dirs: , "${pkglibdir}/include"
> includes: gio/gio.h
> depends: base-4.0.0.0 glib-0.9.13
> ld-options:
> 

Ok, I see what the problem is.  I made a mistake in the gio.cabal.in and 
gio.package.conf.in files.  I'll fix them and push a patch later today.

Sorry about that :)

Pete

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to