[Haskell-beginners] Re: Installing Gtk2hs
Colin Paul Adams
colin at colina.demon.co.uk
Sun Nov 30 04:24:31 EST 2008
>>>>> "Colin" == Colin Paul Adams <colin at colina.demon.co.uk> writes:
Colin> Now it installs OK with 6.8.3, and all the demos run.
Well, not quite all:
mozembed fails to compile with:
TestEmbedMoz.hs:5:7:
Could not find module `Graphics.UI.Gtk.MozEmbed':
Use -v to see a list of the files searched for.
make: *** [testembedmoz] Error 1
And the svgviewer programs fail at runtime with:
svgviewer: user error (Pattern match failure in do expression at SvgViewer.hs:11:2-9)
and:
svg2png: user error (Pattern match failure in do expression at Svg2Png.hs:9:2-18)
and for treelist:
make: *** No rule to make target `TreeSort.hs', needed by `treesort'. Stop.
and for opengl:
ghc --make RotatingCube.hs -o cube
RotatingCube.hs:7:17:
Could not find module `Graphics.UI.Gtk.OpenGL':
Use -v to see a list of the files searched for.
make: *** [cube] Error 1
and for sourceview:
ghc --make SourceViewTest.hs -o sourceview
SourceViewTest.hs:5:7:
Could not find module `Graphics.UI.Gtk.SourceView':
Use -v to see a list of the files searched for.
make: *** [sourceview] Error 1
--
Colin Adams
Preston Lancashire
More information about the Beginners
mailing list