[Haskell-cafe] Building error Gtk2Hs under GHC 6.6.1 on Solaris 10 x86

lebed vladimir.lebed at telecom.kz
Thu May 24 00:42:35 EDT 2007


Hi, haskell-caffe!

I'm trying to build Gtk2Hs 0.9.11 under GHC 6.6.1 on Solaris 10 x86:

./configure --with-hcflags=-O0 --disable-split-objs
OK!
 
gmake
........................
........................
........................ 
if test -f glib/libHSglib_a.deps; then touch glib/libHSglib_a.deps; else
touch glib/libHSglib_a.deps; gmake glib/System/Glib/FFI.hs
glib/System/Glib/UTFString.hs glib/System/Glib/Types.hs
glib/System/Glib/GType.hs glib/System/Glib/GValue.hs
glib/System/Glib/GValueTypes.hs glib/System/Glib/GObject.hs
glib/System/Glib/Properties.hs glib/System/Glib/GError.hs
glib/System/Glib/GList.hs glib/System/Glib/Signals.hs
glib/System/Glib/MainLoop.hs glib/System/Glib/GTypeConstants.hs
glib/System/Glib/GParameter.hs glib/System/Glib/StoreValue.hs
glib/System/Glib.hs glib/System/Glib/Attributes.hs
glib/System/Glib/Flags.hs; /usr/local/bin/ghc -M -optdep-f
-optdepglib/libHSglib_a.deps -fglasgow-exts -O0 -fffi -iglib -package-conf
package.conf.inplace -hide-all-packages -ignore-package glib -package base
-package haskell98 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
glib/System/Glib/FFI.hs glib/System/Glib/UTFString.hs
glib/System/Glib/Types.hs glib/System/Glib/GType.hs
glib/System/Glib/GValue.hs glib/System/Glib/GValueTypes.hs
glib/System/Glib/GObject.hs glib/System/Glib/Properties.hs
glib/System/Glib/GError.hs glib/System/Glib/GList.hs
glib/System/Glib/Signals.hs glib/System/Glib/MainLoop.hs
glib/System/Glib/GTypeConstants.hs glib/System/Glib/GParameter.hs
glib/System/Glib/StoreValue.hs glib/System/Glib.hs
glib/System/Glib/Attributes.hs glib/System/Glib/Flags.hs; fi;
gmake[1]: Entering directory `/usr/export/home/lebed/tmp/gtk2hs-0.9.11'
./mk/chsDepend -iglib:gtk:sourceview
sourceview/Graphics/UI/Gtk/SourceView/Types.chs
could not find {#import.chs on search path glib gtk sourceview
gmake[1]: *** [sourceview/Graphics/UI/Gtk/SourceView/Types.dep] Error 1
gmake[1]: Leaving directory `/usr/export/home/lebed/tmp/gtk2hs-0.9.11'

<no location info>: can't find file: glib/System/Glib/FFI.hs
gmake: *** [glib/libHSglib_a.deps] Error 1
gmake: *** Deleting file `glib/libHSglib_a.deps'

Where is my mistake?

(I've got the same error under GHC 6.6 on Solaris 10 sparc.)

-- 
View this message in context: http://www.nabble.com/Building-error-Gtk2Hs-under-GHC-6.6.1-on-Solaris-10-x86-tf3807947.html#a10777303
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.



More information about the Haskell-Cafe mailing list