Simon Marlow <[email protected]> writes:
> On 08/04/2010 14:32, Andy Stewart wrote:
>> Simon Marlow<[email protected]> writes:
>>
>>> On 08/04/2010 14:00, Andy Stewart wrote:
>>>> Hi Simon,
>>>>
>>>> Sorry for inconvenience!
>>>>
>>>> It's my fault that i forgot add gtk-2.xx tag in hierarchy.list and
>>>> configure.ac
>>>>
>>>> I have push new patch for fix compile error for new modules (HSV,
>>>> InfoBar, EntryBuffer, Activatable, ToolShell).
>>>>
>>>> Can you test again?
>>>
>>> Now I get this:
>>>
>>> /home/simonmar/fp/bin/x86_64-unknown-linux/ghc-6.12.1.20100330 +RTS -RTS
>>> -split-objs -c
>>> gtk/Graphics/UI/Gtk.hs -o gtk/Graphics/UI/Gtk.o -O
>>> -XForeignFunctionInterface -fno-warn-duplicate-exports -igtk -package-conf
>>> package.conf.inplace
>>> -hide-all-packages -ignore-package gtk -package base-4.2.0.1 -package
>>> mtl-1.1.0.2 -package
>>> containers-0.3.0.0 -package array-0.3.0.0 -package glib-0.10.1 -package
>>> cairo-0.10.1
> -package-name
>>> gtk-0.10.1 '-#include<gtk/hsgtk.h>' -I/usr/include/glib-2.0
>>> -I/usr/lib64/glib-2.0/include
>>> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
>>> -I/usr/lib64/glib-2.0/include
>>> -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo
>>> -I/usr/include/atk-1.0
> -I.
>>>
>>> gtk/Graphics/UI/Gtk.hs.pp:295:0:
>>> Failed to load interface for `Graphics.UI.Gtk.General.AccelGroup':
>>> Use -v to see a list of the files searched for.
>> Can you do `make clean` then `make` again ?
>
> I thought I'd done that, but anyway I tried again (twice), the result was the
> same.
I have test again, works fine.
Are you use `--disable-split-objs` option when configure ?
Otherwise gtk2hs will got above problem.
I use below command for compile gtk2hs darcs version:
autoreconf && ./configure --with-hcflags=-O0 --disable-split-objs && make
&& sudo make install
Please tell me if you still have problem.
Cheers,
-- Andy
------------------------------------------------------------------------------
Download Intel® 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel