Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Graphics.UI.Gtk.Glade (Guenter)
----------------------------------------------------------------------
Message: 1
Date: Thu, 13 Dec 2012 09:57:03 +0100
From: Guenter <[email protected]>
Subject: [Haskell-beginners] Graphics.UI.Gtk.Glade
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-15"; Format="flowed"
I am trying to compile the Gtk2Hs demo program GladeTest.hs
(OS: Windows7; HaskellPlatform-2012.4.0.0-setup.exe;
gtk+-bundle_2.24.10-20120208_win32; glade-3-8-3-installer.exe;
I am a beginner )
The error I get is:
*Prelude>*:load "GladeTest.hs"
GladeTest.hs:4:8:
Could not find module `Graphics.UI.Gtk.Glade'
Perhaps you meant
Graphics.UI.Gtk.Builder (from gtk-0.12.4)
Graphics.UI.Gtk.Cairo (from gtk-0.12.4)
Graphics.UI.Gtk.Gdk.GC (from gtk-0.12.4)
Use -v to see a list of the files searched for.
Failed, modules loaded: none.
*Prelude>*
I did these okay:
cabal install cabal-install
cabal update
cabal install gtk2hs-buildtools
cabal install gtk
glade-3-8-3-installer.exe
and I can compile and run some other Gtk2Hs demos (that do not use
Glade) okay.
Use -v to see a list of the files searched for.
Best regards Guenter
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20121213/4d844a06/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 236215 bytes
Desc: not available
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20121213/4d844a06/attachment.png>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 54, Issue 18
*****************************************