From ger at informatik.uni-bremen.de Tue Dec 7 14:40:56 2004 From: ger at informatik.uni-bremen.de (George Russell) Date: Tue Dec 7 17:33:29 2004 Subject: [Hets-devel] uni sources should now work on Windows Message-ID: <41B5B2E8.3060806@informatik.uni-bremen.de> Hello Hets-lers, Achim, Christoph, Bernd, up to now the uni/ sources have required a Unix-like system, mainly because they used Posix functions to call interactive programs such as daVinci and wish. However the upcoming (ghc-6.04) version of Glasgow Haskell will provide a portable way of calling programs. I've downloaded the development sources for ghc-6.04, and used them to produce a version of the uni sources which can also be compiled on Windows. This version is committed to our CVS repository, on branch ghc-6-04. So far I have tested HTk on Windows, which works, and daVinci, which doesn't yet; I will try to find out why. I don't know whether I will get time; I may in particular be delayed by further bugs in GHC's Windows support, which is not very well tested, but there is no reason why it should not be possible now to get everything, up to and including the MMiSS Workbench, to run under Windows. best wishes, George Russell From ger at informatik.uni-bremen.de Tue Dec 7 21:17:50 2004 From: ger at informatik.uni-bremen.de (George Russell) Date: Tue Dec 7 22:56:46 2004 Subject: [Hets-devel] uni sources should now work on Windows Message-ID: <41B60FEE.9020608@informatik.uni-bremen.de> Hello Hets-lers, Achim, Christoph, Bernd, The daVinci interface in uni now also works on Windows, best wishes, George Russell From tina at krausser.net Tue Dec 14 12:47:21 2004 From: tina at krausser.net (Tina K.) Date: Tue Dec 14 13:27:09 2004 Subject: [Hets-devel] problems with the current version Message-ID: <1103024841.1902.31.camel@tabaluga> Hi, if I try to compile the current version of HetCASL from the CVS-reposetory I get the following error: Compiling GUI.AbstractGraphView ( ./GUI/AbstractGraphView.hs, ./GUI/AbstractGraphView.o ) ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `FileMenuAct' ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `OpenMenuOption' ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `FileMenuAct' ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `SaveMenuOption' ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `FileMenuAct' ./GUI/AbstractGraphView.hs:165: Data constructor not in scope: `SaveAsMenuOption' I tried "make distclean" but it didn't help. Has anybody an idea what went wrong? Tina Krausser From maeder at tzi.de Tue Dec 14 13:49:53 2004 From: maeder at tzi.de (Christian Maeder) Date: Tue Dec 14 13:50:19 2004 Subject: [Hets-devel] problems with the current version In-Reply-To: <1103024841.1902.31.camel@tabaluga> References: <1103024841.1902.31.camel@tabaluga> Message-ID: <41BEE171.6090901@tzi.de> The uni repository needs to be checked out anew and recompiled. cd uni cvs up -dP gmake packages Cheers Christian Tina K. wrote: > Hi, > > if I try to compile the current version of HetCASL from the > CVS-reposetory I get the following error: > > Compiling GUI.AbstractGraphView > ( ./GUI/AbstractGraphView.hs, ./GUI/AbstractGraphView.o ) > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `FileMenuAct' > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `OpenMenuOption' > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `FileMenuAct' > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `SaveMenuOption' > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `FileMenuAct' > > ./GUI/AbstractGraphView.hs:165: > Data constructor not in scope: `SaveAsMenuOption' > > I tried "make distclean" but it didn't help. Has anybody an idea what > went wrong? > > Tina Krausser > > _______________________________________________ > Hets-devel mailing list > Hets-devel@mailhost.informatik.uni-bremen.de > http://www.informatik.uni-bremen.de/mailman/listinfo/hets-devel