En: ghc 4.08 under WinNT
I would like just to say that I had no problems to upgrade my GHC 4.045 to 4.08 in WinNT 4.0 Workstation... My biggest problems was during 4.045 installation when I had to set a path with a MS strange directory (c:/tmp instead of c:\tmp) and perl. > - Original Message - > From: Sven Panne <[EMAIL PROTECTED]> > To: GHC Users <[EMAIL PROTECTED]> > Sent: Sunday, July 23, 2000 1:25 PM > Subject: Re: ghc 4.08 under WinNT > > > > It seems like the saga continues: With Reuben's TMPDIR-fix the > > handling of stub files (for foreign export dynamic) is broken: > > > >... > >Copy foreign export C stubs: > >rm -f GLU_Quadrics_stub.c && echo '#include "GLU_Quadrics_stub.h"' > > GLU_Quadrics_stub.c && cat C:/tmp/ghc1139_stb.c >> GLU_Quadrics_stub.c > >0.00user 0.00system 0:00.11elapsed 0%CPU (0avgtext+0avgdata > 0maxresident)k > >0inputs+0outputs (0major+0minor)pagefaults 0swaps > > > >C compiler: > > > > > > gcc -v -S -Wimplicit -O -mno-cygwin -DSTOLEN_X86_REGS=4 -I. -Id:/programm > e/ghc-4.08/lib/includes ghc1139.c > C:/tmp/ghc1139.ccout 2>&1 && ( if > ghc1139.s != C:/tmp/ghc1139.s ] ; then mv ghc1139.s C:/tmp/ghc1139.s ; else > exit 0 ; fi ) > >mv: cannot move `ghc1139.s' to `C:/tmp/ghc1139.s': File exists > > > > Double-*sigh* :-( The invention of drive letters marks one of the > > darkest days in computer science... > > > > Cheers, > >Sven > > >
Re: Win 32 GUI for GHC
What I really meant was UI controls, like buttons, options box, check box, etc... > I believe so. If you find go to the Haskell web site and then go to the > HOPenGL Link, you should find information on Win32 systems. At least, > that's where I'd look first, but I'm otherwise not sure. ;) > > -stephen > > Anibal Maffioletti Rodrigues de DEUS wrote: > > > > Is there currently any way of using Win32 GUI with GHC ? >
Win 32 GUI for GHC
Is there currently any way of using Win32 GUI with GHC ?