On Nov 8, 2008, at 9:34, Jens Petersen wrote:

> When I try to build gio from darcs tips with ghc-6.10.1 I see:
>
> /usr/bin/ghc-6.10.1 +RTS -RTS -split-objs -c
> gio/System/GIO/AsyncResult.hs -o gio/System/GIO/AsyncResult.o -O
> -XForeignFunctionInterface -fglasgow-exts -igio -package-conf
> package.conf.inplace -hide-all-packages -ignore-package gio -package
> base-4.0.0.0 -package bytestring-0.9.1.4 -package glib-0.9.13
> -package-name gio-0.9.13 '-#include<gio/gio.h>'
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
>
> gio/System/GIO/AsyncResult.chs:37:0:
>    Failed to load interface for `System.GIO.Base':
>      Use -v to see a list of the files searched for.
> make[2]: *** [gio/System/GIO/AsyncResult.o] Error 1
>

I can't really comment on GIO. But the error smells like stale  
dependencies. Although I doubt that the dependencies should change  
when using different ghc versions, I just want to make sure: Does

rm */lib*.deps
make

or simply

make distclean
make

yield the same error?

Cheers,
Axel.



-------------------------------------------------------------------------
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