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: Object IO problem

2005-03-15 Thread Mike Thomas
the next fortnight (unless Krasimir gets there first). I'm curious about who is actually using ObjectIO. Anyone? Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow

Re: 6.4 snapshot installer available

2005-03-04 Thread Mike Thomas
. 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
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 afraid. Cheers Mike

Windows nofib

2004-09-20 Thread Mike Thomas
of tolerance say 1e-6, for closeness to zero. As a matter of interest, should this test failure cause the entire nofib suite to fall over? Cheers Mike Thomas ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo

RE: wanted: tester for libraries/Win32

2004-05-06 Thread Mike Thomas
, May 06, 2004 at 12:39:40PM +1000, Mike Thomas wrote: | I CVS updated libraries/Win32 and libraries/HGL in a HEAD | fptools build tree | from a few weeks ago then make boot and make in each | followed by make | in the HGL examples directory. I hadn't realised that the hsc binding | existed

RE: wanted: tester for libraries/Win32

2004-05-05 Thread Mike Thomas
. 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 email and still busy with things other than | GHC

RE: Cygwin binary?

2004-03-19 Thread Mike Thomas
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 possible way, for most

RE: the woes of non-cvs haskellers

2004-02-06 Thread Mike Thomas
debugging runs per day. I'll send the results to ghc CVS never-the-less. Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

RE: the woes of non-cvs haskellers

2004-02-05 Thread Mike Thomas
together while he/she's trying to learn Haskell. Unfortunately I'm unable to do this myself, but the above changes should make the task more automatable. Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org

Re: GHC and Mingw32 (cont.)

2003-07-29 Thread Mike Thomas
Mike Thomas. - Original Message - From: Simon Peyton-Jones [EMAIL PROTECTED] To: Michael Adams [EMAIL PROTECTED] Cc: GHC bugs [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 6:19 PM Subject: RE: GHC and Mingw32 (cont.) I'm redirecting this to ghc bugs and cvs-ghc

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

2003-06-22 Thread Mike Thomas
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 Of Malcolm | Wallace | Sent: Friday, June 20, 2003 2:39 AM | To: [EMAIL

RE: building ghc from source

2003-05-30 Thread Mike Thomas
Hi again. | Sorry if I seem to be rejecting your offer to help. That doesn't worry me!! | At the | moment I just want | to get greencard, win32, x11 and hgl out the door. I'm tired of | endlessly | tweaking makefiles... No worries and good luck. Cheers Mike Thomas

RE: building ghc from source

2003-05-27 Thread Mike Thomas
to rejig those utilities into the GHC binary distribution tree which is then zipped up. The rejigging is still experimental but I hope it will ultimately automate an all-in-one Windows binary distribution. Cheers Mike Thomas. ___ Glasgow-haskell-bugs

Small JAPI binding for GHC in CVS

2003-02-18 Thread Mike Thomas
, 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. --- module Main(main) where import

RE: hsc2hs broken under Win32?

2003-01-20 Thread Mike Thomas
first in your path, or pass the --mno-cygwin flag to gcc. Cheers Mike Thomas. | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Thomas | Sent: Tuesday, January 21, 2003 9:26 AM | To: [EMAIL PROTECTED]; [EMAIL PROTECTED] | Subject: RE: hsc2hs

RE: Proposal for GHC documentation

2002-12-29 Thread Mike Thomas
with GHC. Cheers Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

RE: GHC Undefined

2002-12-12 Thread Mike Thomas
binutils releases. Cheers Mike Thomas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of michael vorin Sent: Thursday, December 12, 2002 8:14 AM To: [EMAIL PROTECTED] Subject: GHC Undefined Whilst I was trying to get the curses binding example in QForeign

Re: Template Haskell

2002-11-27 Thread Mike Thomas
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 tags match up etc. Cheers Mike Thomas

Template Haskell

2002-11-26 Thread Mike Thomas
Hello)) In the definition of `main': main = putStrLn ($[splice](pr Hello)) --- Thanks Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

ghci/Template Haskell - Windows link problem

2002-10-28 Thread Mike Thomas
Hi there While trying to compile a Template Haskell program (and run ghci) I get the output shown below. The symbol _impmb_cur_max is in msvcrt.dll and msvcrt is present in the extra libraries list for package base. Windows XP and CVS. Cheers Mike Thomas

GLUT

2002-10-24 Thread Mike Thomas
Just w' ghc: 43043828 bytes, 20 GCs, 2140648/4111904 avg/max bytes residency (3 samples), 8M in use, 0.01 INIT (0.01 elapsed), 0.52 MUT (0.58 elapsed), 0.45 GC (0.45 elapsed) :ghc make: *** [Graphics/UI/GLUT/Window.o] Error 1 Cheers Mike Thomas

Re: Directory.doesDirectoryExist inconsistency

2002-10-23 Thread Mike Thomas
to write code. Is there a deadline for 6.04.2 I need to meet? Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: Directory.doesDirectoryExist inconsistency

2002-10-22 Thread Mike Thomas
programming. Such coverage in tandem with efficient higher level abstracted libraries such as ObjectIO, gives programmers lots of useful options and is a great strength of GHC. Cheers Mike Thomas. --sigbjorn - Original Message - From: Simon Peyton-Jones [EMAIL PROTECTED

Re: Newbie building GHC

2002-09-24 Thread Mike Thomas
source files leaves orphaned interfaces etc around. Do you think we should change this behaviour? 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-24 Thread Mike Thomas
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]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 5:30 PM Subject: RE

Re: Newbie building GHC

2002-09-24 Thread Mike Thomas
:/lang/ghc/imports \ --libdir=c:/lang/ghc \ configure.log 21 == It went well until hslibs/win32 where a previously mentioned missing file stopped the build as shown below - a separate problem. Cheers Mike Thomas

Re: Newbie building GHC

2002-09-23 Thread Mike Thomas
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 [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 1:04 PM Subject: RE: Newbie

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 5.03 CVS NT2000 Mingw32 - Possible profiling problem in rts/GC.c (or in gmp?)

2002-06-29 Thread Mike Thomas
Title: Message Hi Simon. No worries - I appreciate that it is an enormous job for you guys. As a matter of interest, would the fact that my computer has an AMD K6 CPU rather than an Intel CPU be relevant? Cheers Mike Thomas. - Original Message - From: Simon Peyton

Re: GHC and Win32 API - help wanted

2002-06-27 Thread Mike Thomas
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 Even more lost, Mike Thomas. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org

Ix{Int}.index: Index (28671) out of range ((4,450))

2002-06-25 Thread Mike Thomas
FYI, On WinNT 2000 Mingw32, CVS HEAD build ../../ghc/utils/ghc-pkg/ghc-pkg-inplace -f ../../ghc/driver/package.conf --update-package base.conf.installedReading package info from stdin... done.Expanding embedded variables...done.warning: can't find GHCi lib `HSbase1.o'warning: can't

Re: stgSyn/CoreToStg.lhs:1112: Couldn't match `#' against `*'

2002-05-14 Thread Mike Thomas
with 5.03, so I wouild like to get CVS write access to fold that stuff back in (if you trust me after the above fiasco!) Thanks Mike Thomas ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

stgSyn/CoreToStg.lhs:1112: Couldn't match `#' against `*'

2002-05-12 Thread Mike Thomas
ike some advice about how to interpret the initial error message about "#" and "*" if someone can point me in the right direction in the documentation. Cheers Mike Thomas --

Re: Matrix library in Haskell

2002-04-24 Thread Mike Thomas
in Gofer which I just yesterday finished converting to Haskell 98. (That is, I compiled it but I have not yet tested it.) It is attached as a starting point. Cheers Mike Thomas. - Original Message - From: Jan Kybic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 9

Re: how to call Fortran Procedures in Haskell Program?

2002-04-22 Thread Mike Thomas
. Below is an extension using an integer array. Note that I've had to double the array size. $ g77 -c atest.f $ ghc -fglasgow-exts main.hs -o main.exe $ ./main [1,3,0,0,2,4,0,0] If you go any further, please let me know as I want to interface to LAPACK. Cheers Mike Thomas

Uncertain if this is a bug in GHC

2002-02-11 Thread Mike Thomas
Hi there. I am uncertain if the error message below from the code further below is a bug or not. Putting a space between the -- and the | parses without error: - $ ghc -c test.hs test.hs:4: parse error on input `=' -

Jan Skibinski's numeric-quest code

2002-02-10 Thread Mike Thomas
Hi there. Does anyone know where to get Jan's Haskell math/physics Haskell examples from since www.numeric-quest.com went down? An open-source LU matrix factorisation function would also be handy. Cheers Mike Thomas. ___ Haskell-Cafe mailing list

HDIRECT/FFI - C enums

2001-12-27 Thread Mike Thomas
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-users mailing list [EMAIL PROTECTED] http

HDirect - Make install on Win32

2001-10-11 Thread Mike Thomas
Hi there. Trivial comments about things that can make builds smoother: Make install in CVS HDirect doesn't copy WideString.hs and WideString.hi to the target directory. It copies the *.hi files to share rather than imports/com. It copies lib*.a to lib rather than ghc/ghc-5.02. Cheers Mike

Re: No type lib generated by hdirect

2001-10-10 Thread Mike Thomas
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, then make lib as before. - You now have version 0.17 of HDirect for Windows. Regards Mike Thomas. - Original

BUGS (2): Win32 ghc and Win98

2001-08-15 Thread Mike Thomas
but then hangs when the window close icon is clicked. Works OK under NT, and can be closed under Windows 98 by ^C in the terminal window. NOFIX 2: Unfortunately I haven't got around to working on this one yet. Cheers Mike Thomas. ___ Glasgow-haskell-bugs

HDirect CVS

2001-08-08 Thread Mike Thomas
. $ cvs diff Makefile Index: Makefile === RCS file: /cvs/fptools/hdirect/lib/Makefile,v retrieving revision 1.49 diff -r1.49 Makefile 153a154 HC_OPTS += -package-name Com Cheers Mike Thomas

Re: HDirect CVS

2001-08-08 Thread Mike Thomas
Woops - make that a lower case package name com instead of Com! HC_OPTS += -package-name com - Original Message - From: Mike Thomas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 6:18 PM Subject: HDirect CVS Hi again. Re a report I filed about a week ago

Re: Greencard CVS - ErrorHook.c

2001-08-08 Thread Mike Thomas
$ -o $@ 43a44 - Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo

Greencard CVS - ErrorHook.c

2001-08-07 Thread Mike Thomas
. Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: POLL: GC options

2001-08-06 Thread Mike Thomas
, the number of flags users have to give to the RTS in order 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

Hdirect

2001-07-24 Thread Mike Thomas
in)) Cheers (and as usual thanks for the good work) Mike Thomas ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

CVS HDirect with GHC5.00 on WinNT

2001-06-27 Thread Mike Thomas
Hi there. Using GHC 5.00 (dodgy self made Mingw32 standalone version) on Windows NT to compile HDirect as updated today (Thursday 28 June 2001) from CVS I get the error message below. Cheers Mike Thomas. ../src/ihc -fno-qualified-names -fno-imports -fno-export-lists -fout-point ers

Re: a cygwin binary package of ghc-5.00.x

2001-05-24 Thread Mike Thomas
for the official release. Cheers Mike Thomas. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Hard earned hints for using Win32 GHC 4.08.2 and HDirect.

2001-04-05 Thread Mike Thomas
ibhdirect.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. - You now have version 0.1

Hard earned hints for using Win32 GHC 4.08.2 and HDirect.

2001-04-05 Thread Mike Thomas
ibhdirect.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. - You now have version 0.1

Compiling HDirect

2001-04-02 Thread Mike Thomas
for the assistance so far in this voyage of discovery. Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

(no subject)

2001-04-02 Thread Mike Thomas
constructor or class not in scope: `IDispatch_' Cheers and giving up till thumb comes out of mouth and bottom lip recedes. Mike Thomas ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

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 compiler's

Compiling HDirect from CVS

2001-03-26 Thread Mike Thomas
oot 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; in file

GHC Mingw32 build

2001-03-20 Thread Mike Thomas
Hi all.. What is the recommended way of making the Mingw32 build of GHC and all associated tools, eg HDirect, Green-card etc from the CVS? Cheers Mike Thomas ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

HDirect example compilation problem

2001-03-19 Thread Mike Thomas
mpiler bug to [EMAIL PROTECTED] make: *** [HtmlDialog.o] Error 1 ---- Cheers Mike Thomas. ___ Glasgow-haskell-bugs mailing list [EMAIL

Re: Greencard, GHC and FFI.

2001-03-17 Thread Mike Thomas
*/ double prim_my_sin(double arg1) { double res1; do { res1=sin(arg1); return((double)(res1));} while(0); } Cheers Mike Thomas ___ Haskell mailing list [EMAIL PROTECTED] http

Greencard, GHC and FFI.

2001-03-16 Thread Mike Thomas
to `access_prim_malloc_gc_failed ' StdDIS.o(.text+0xea0):fake: undefined reference to `access_prim_malloc_gc_failst ring' StdDIS.o(.text+0x1206):fake: undefined reference to `prim_writeCharAddr' collect2: ld returned 1 exit status - Where have I gone wrong? Cheers Mike Thomas

GHC - Cygwin Installation and also DirectX

2001-03-05 Thread Mike Thomas
this mount?) Has anyone got a solution? Furthermore, is anyone using Direct X especially Direct Play and Draw with GHC? Cheers Mike Thomas. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

RE: GHC WIndows NT Can't Compile (New Installation)

1998-09-04 Thread Mike Thomas
Hi again. Thanks for the help. I followed Sigbjorn's instructions - the QUB Perl interpreter took some time to download and GHC wouldn't work without it - but finally everything worked on my NT machine. Now for Windows 95...then Haskell. Cheers Mike Thomas.