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?<br><br>ghc -i./src/compiler98 -idepends/cpphs -idepends/filepath -i./src/interactive -cpp -c src/interactive/GuiGtk.hs -o src/interactive/GuiGtk.o
<br><br>src/interactive/GuiGtk.hs:395:26:<br>&nbsp;&nbsp;&nbsp; Couldn't match `TagName' against `Maybe a'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Expected type: TagName<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Inferred type: Maybe a<br>&nbsp;&nbsp;&nbsp; In the application `Just &quot;input&quot;'<br>&nbsp;&nbsp;&nbsp; In the first argument of `textTagNew', namely `(Just &quot;input&quot;)'
<br><br>src/interactive/GuiGtk.hs:845:24:<br>&nbsp;&nbsp;&nbsp; Couldn't match `TagName' against `Maybe a'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Expected type: TagName<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Inferred type: Maybe a<br>&nbsp;&nbsp;&nbsp; In the first argument of `textTagNew', namely `Nothing'<br>
&nbsp;&nbsp;&nbsp; In a 'do' expression: linktag &lt;- textTagNew Nothing<br><br>I have gtk2hs-0.9.10 installed.<br><br>Andrew<br><br>