RE: darcs switchover

2006-01-15 Thread Mike Thomas
Hi Simon. Thanks for all the great work. | Please test, as we'd like to switch over as soon as possible. Have the nightly build scripts moved yet? Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

RE: Updated 6.4 Windows installer RC

2005-03-20 Thread Mike Thomas
Hi Sigbjorne. | It hopefully sorts out the showstopping profiling problems that people | have reported; Fixed for me thanks. Cheers Mike Thomas ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman

Re: 6.4 snapshot installer available

2005-03-04 Thread Mike Thomas
to avoid such errors in future. Thumbs up for that installer. Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

RE: 6.4 snapshot installer available

2005-03-02 Thread Mike Thomas
ectio library application I have crashes on take-off when built with this compiler (not necessarily to do with objectio of course). It does not crash with GHC 6.2.1 I'll doubt that I'll be able to break out the debugger on this one for a while so that may have to miss the 6.4 bus I'm a

RE: Using GHC and wxHaskell

2004-09-07 Thread Mike Thomas
Hi Miren. | Is that a good option? How can I use the wxHaskell libraries with GHC? | I´m working under Windows XP. Check out wxHaskell: http://wxhaskell.sourceforge.net/ Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED

RE: wanted: tester for libraries/Win32

2004-05-05 Thread Mike Thomas
Sorry for the delay and thanks for the good work. Cheers Mike Thomas. | -Original Message- | From: Mike Thomas [mailto:[EMAIL PROTECTED] | Sent: Friday, 30 April 2004 8:19 AM | To: Ross Paterson | Subject: RE: wanted: tester for libraries/Win32 | | | Hi Ross. | | I'm catching up on

RE: Cygwin binary?

2004-03-19 Thread Mike Thomas
ng you are | trying to do. I'm not sure what the status is, though. Mike Thomas | might be a good person to ask. I'm actually the worst to ask (I prefer that GHC remain independent of the Cygwin DLL and have never built ghc targetted at Cygwin; in fact I blame Cygwin, in the friendliest possi

RE: Readline (was Re: state of ghc6 on sparc)

2003-06-22 Thread Mike Thomas
le. prompt> Checking that the preprocessor symbol "i386_unknown_mingw32_TARGET" is not defined fixed that. 2. - See points 1 and 2 of the Cygwin problems above and the conclusions drawn there. Cheers Mike Thomas. | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf

RE: Small JAPI binding for GHC in CVS

2003-02-19 Thread Mike Thomas
GNU Common Lisp Windows installer out of the way over the coming week. I'm a half baked Haskeller, so suggestions on how best to type the interface are welcome. Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://

Small JAPI binding for GHC in CVS

2003-02-18 Thread Mike Thomas
xpect you would need little effort under Linux, for example. Some examples are provided including a Fractal program, based on the C originals including the one below which will probably have mangled formatting courtesy of Outlook. Cheers Mike Thomas. ---

RE: Proposal for GHC documentation

2002-12-29 Thread Mike Thomas
brary which I use a lot when programming with GHC. Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Template Haskell

2002-11-27 Thread Mike Thomas
p the wall to try and read it. > The manual may not be very clear... pls help me improve it. Having said that I added a simple worked example with an example command line and checked it in. As I don't have Docbook I was unable to see what it looks like and have fingers crossed that the ta

Template Haskell

2002-11-26 Thread Mike Thomas
#x27; In a right-hand side of function `main': putStrLn ($[splice](pr "Hello")) In the definition of `main': main = putStrLn ($[splice](pr "Hello")) --- Thanks Mike Thomas. ___ Glasgow-ha

Re: Newbie building GHC

2002-09-24 Thread Mike Thomas
ectio \ --with-gcc=c:/lang/MinGW295/bin/gcc.exe \ --prefix=c:/lang/ghc \ --datadir=c:/lang/ghc/imports \ --libdir=c:/lang/ghc \ > configure.log 2>&1 == It went well until "hslibs/win32" whe

Re: Newbie building GHC

2002-09-24 Thread Mike Thomas
remove the Mingw bin "make.exe" as it is seriously flawed and will not suffice to do much at all, let alone build GHC. Cheers Mike Thomas. - Original Message - From: "Simon Peyton-Jones" <[EMAIL PROTECTED]> To: "Mike Thomas" <[EMAIL PROTECTED]>;

Re: Newbie building GHC

2002-09-24 Thread Mike Thomas
=== At risk of stating the (now) obvious, apparently, "make clean" only deletes files with those endings which correspond to already existing ".hs" and ".lhs" files, so that a CVS update which removes source files leaves orphaned interfa

Re: Newbie building GHC

2002-09-23 Thread Mike Thomas
.hi files, so the recipe I sent may be a goer for you. Cheers Mike Thomas ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Newbie building GHC

2002-09-23 Thread Mike Thomas
the ObjectIO library. Maybe you should try building the STABLE branch (if you were using HEAD previously)? Cheers Mike Thomas. - Original Message - From: "Saswat Anand" <[EMAIL PROTECTED]> To: "Simon Marlow" <[EMAIL PROTECTED]> Cc: "Dominic Cooney"

Re: bug with profiling things with "strange" filename

2002-07-25 Thread Mike Thomas
arguments. Cheers Mike Thomas - nfib.exe caused an Access Violation at location 00451047 in module nfib.exe Writing to location . Registers: eax=00ac043c ebx=00457a40 ecx= edx=00ac0498 esi=004510a8 edi

Re: GHC and Win32 API - help wanted

2002-06-27 Thread Mike Thomas
ext release)? Sorry not to be of more help. > > If not, I'll just drop the issue (those who reported the problem > earlier seem to have given up? and Simon Thompson, who last ran into > it, does now get acceptable performance from Hugs/HGL for his app). > > Lost, > Claus

Re: filepath mangling under Windows?

2002-03-05 Thread Mike Thomas
archy at configure time. > > > If you're really that gung-ho about cygwin, you could always compile > > up GHC using the cygwin toolchain. > > I avoid Windows altogether myself, but I'll suggest it to the user > who had the original complaint. This is why n

Re: GHC on Win32 strangeness

2002-02-10 Thread Mike Thomas
> Bryn <[EMAIL PROTECTED]> is trying to compile C->Haskell with > GHC on Win32, but ran into some problems. Firstly, > configure says, > > $ ./configure > loading cache ./config.cache > checking host system type... i686-pc-cygwin > checking target system type... i686-pc-cygwin > checkin

HDIRECT/FFI - C enums

2001-12-27 Thread Mike Thomas
ility to lump the values together in a manner reflecting the underlying C semantics)? Should there be another FFI type CEnum? Should the Haskell Enum type be operable with +/&/| or whatever? Merry Christmas Mike Thomas. ___ Glasgow-haskell-u

hslibs/ObjectIO

2001-10-14 Thread Mike Thomas
peek' make: *** [../../OSWindows/Cutil_12.o] Error 1 I am stumped on this (I don't know what the stars mean). My best guess is that it is something to do with the monomorphism restriction. Any advice on how to clear this up? Are the changes I made in keeping with the intention

Re: No type lib generated by hdirect

2001-10-10 Thread Mike Thomas
lib/imports/com" directory and also the libraries (libHScom.a, libhdirect.a) into ghc's "lib" directory. - Do "make clean", deleting "src/ihc.exe" by hand. - Set SUPPORT_TYPELIBS=YES in "src/Makefile" - "make boot", "make&qu

Re: No type lib generated by hdirect

2001-10-10 Thread Mike Thomas
lib/imports/com" directory and also the libraries (libHScom.a, libhdirect.a) into ghc's "lib" directory. - Do "make clean", deleting "src/ihc.exe" by hand. - Set SUPPORT_TYPELIBS=YES in "src/Makefile" - "make boot", "make&qu

Re: POLL: GC options

2001-08-06 Thread Mike Thomas
to > > get reasonable performance yet efficient use of memory. > > People simply won't use the compacting collector if you have > > to ask for it specially. Agree with all of this paragraph. Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Hard earned hints for using Win32 GHC 4.08.2 and HDirect.

2001-04-04 Thread Mike Thomas
libraries (libHScom.a, libhdirect.a) into ghc's "lib" directory. - Do "make clean", deleting "src/ihc.exe" by hand. - Set SUPPORT_TYPELIBS=YES in "src/Makefile" - "make boot", "make", then "make lib" as before

Re: Compiling HDirect from CVS

2001-03-28 Thread Mike Thomas
> > > | Is "_imp___timezone_dll" a Haskell DLL, a missing Mingw lib, > > > > I think this is a problem with the version of gcc and the switches it > > expects; I've added -mwin32 and it seems to work. Try updating and rebuilding. > > ...and add -mwin32 after -mno-cygwin in the *installed compile

Compiling HDirect from CVS

2001-03-26 Thread Mike Thomas
of foot and mouth virus passed from the pure Scottish air to Australia's unseasonally warm shores via cvs? Cheers Mike Thomas. ==fptools== make boot - --unix - --no-print-directory -r