
I've written the scons scripts to build Yhe, but it currently fails to build for me. Can anyone explain this error message to me? ghc -i./src/compiler98 -idepends/cpphs -idepends/filepath -i./src/interactive -cpp -c src/interactive/GuiGtk.hs -o src/interactive/GuiGtk.o src/interactive/GuiGtk.hs:395:26: Couldn't match `TagName' against `Maybe a' Expected type: TagName Inferred type: Maybe a In the application `Just "input"' In the first argument of `textTagNew', namely `(Just "input")' src/interactive/GuiGtk.hs:845:24: Couldn't match `TagName' against `Maybe a' Expected type: TagName Inferred type: Maybe a In the first argument of `textTagNew', namely `Nothing' In a 'do' expression: linktag <- textTagNew Nothing I have gtk2hs-0.9.10 installed. Andrew

On 10/21/06, Andrew Wilkinson
I've written the scons scripts to build Yhe, but it currently fails to build for me. Can anyone explain this error message to me?
Yes, it means that the gtk2hs API has changed. Just, um, comment out the code to make the GUI version build for now, or ask dcoutts how to fix it ;-).

Hi
Mike used some features of Gtk2Hs that aren't available in the current
released version, only in the Gtk2Hs HEAD. I think they were pretty
minor, so a few #ifdef's should get it working on either version.
Mike should know more details.
Thanks
Neil
On 10/21/06, Samuel Bronson
On 10/21/06, Andrew Wilkinson
wrote: I've written the scons scripts to build Yhe, but it currently fails to build for me. Can anyone explain this error message to me?
Yes, it means that the gtk2hs API has changed. Just, um, comment out the code to make the GUI version build for now, or ask dcoutts how to fix it ;-). _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc

I've pushed the patch - scons build yhe will build it. Hopefully it build ok for anyone who has the right gtk2hs version. Andrew
participants (3)
-
Andrew Wilkinson
-
Neil Mitchell
-
Samuel Bronson