RE: HGL ang GHC on Win32

2002-03-18 Thread Simon Marlow
> > We're groping around in the dark here > > Sorry, yes we are. It is a bit cheeky of me to always punt and say > "I'll bet it is a GHC problem" when I haven't even seen the bug myself > on a machine whose configuration I know. Sorry about that. No problem :) > In fact, it turns out that y

Re: HGL ang GHC on Win32

2002-03-15 Thread Alastair David Reid
[copied to Sigbjorn] > We're groping around in the dark here Sorry, yes we are. It is a bit cheeky of me to always punt and say "I'll bet it is a GHC problem" when I haven't even seen the bug myself on a machine whose configuration I know. Sorry about that. In fact, it turns out that you'v

RE: HGL ang GHC on Win32

2002-03-15 Thread Simon Marlow
> Briefly, GreenCard has always marshalled Word8 as a Word32 (and so has > Hugs). I'm wondering if a recent change in GHC or in how Win32 is > compiled might have changed the way that Word32 is being marshalled. > > Possibilities: > > Maybe GHC has started marshalling word32 differently? >

Re: HGL ang GHC on Win32

2002-03-14 Thread Alastair David Reid
[mailing list trimmed] Thanks Simon, Explanation of why GreenCard generates that code attached. Briefly, GreenCard has always marshalled Word8 as a Word32 (and so has Hugs). I'm wondering if a recent change in GHC or in how Win32 is compiled might have changed the way that Word32 is being mar

Re: ghc on Win32

2000-08-09 Thread Reuben Thomas
> I think this should be written in big red letters in > the installation instructions at > > http://www.dcs.gla.ac.uk/~sof/ghc-win32.html This page is rather out of date, which is why it's not linked to any more. The installation instructions are in the user manual, and directly linked to from

Re: ghc on Win32

2000-08-08 Thread Mattias Andersson
> > I've just installed ghc-4.08 / binary release for Win32. > > > > When compiling a file Type.hs, the following happens: > > > > > > Compiling Type.hs > > > > does not exist > > Action: openFile > > Reason: file does not exist /tmp/ghc1096.cpp > > > > I had the same problem, until I read the f

Re: ghc on Win32

2000-08-08 Thread Matthias Riese
Thank you very much! That solved the problem. I think this should be written in big red letters in the installation instructions at http://www.dcs.gla.ac.uk/~sof/ghc-win32.html BTW: At http://www.haskell.org/ghc/download_ghc_406.html the installations instructions were linked. At http://w

Re: ghc on Win32

2000-08-07 Thread Zhanyong Wan
Matthias, > I've just installed ghc-4.08 / binary release for Win32. > > When compiling a file Type.hs, the following happens: > > > Compiling Type.hs > > does not exist > Action: openFile > Reason: file does not exist /tmp/ghc1096.cpp > I had the same problem, until I read the following from

Re: ghc on Win32

2000-08-03 Thread Matthias Riese
Hi! I'm using the perl.exe accompanying the installshield package. I'm using the bash from cygwin-b20 as the installation guide says. Is there a better alternative? I assume it works for some people. May anyone of these describe his setup? TIA Matthias Riese Reuben Thomas wrote: > > > The fil

Re: ghc on Win32

2000-08-02 Thread Matthias Riese
Reuben Thomas wrote: > > > does not exist > > Action: openFile > > Reason: file does not exist /tmp/ghc1096.cpp > > This sounds like a problem with cpp. Check by adding -v to your ghc > flags. Is ghc finding cpp correctly? > > If not, check your PATH and TMPDIR variables, and read the win32 FAQ

ghc on Win32

2000-08-02 Thread Matthias Riese
I've just installed ghc-4.08 / binary release for Win32. When compiling a file Type.hs, the following happens: Compiling Type.hs does not exist Action: openFile Reason: file does not exist /tmp/ghc1096.cpp pls cc me as i'm not on the list TIA Matthias Riese

Re: problem setting up GHC on Win32

1999-03-31 Thread Dion McMurtrie
h point 5 "check your mounts" below would have found it). Thanks very much for everyone's help. - Dion. At 15:23 30/03/1999 +0300, Michael V. Nikolaev wrote: >Looks like invalid installation. My IMHO is as follows: > >0) Read carefully "Setting up GHC

Re: problem setting up GHC on Win32

1999-03-30 Thread Michael V. Nikolaev
Looks like invalid installation. My IMHO is as follows: 0) Read carefully "Setting up GHC on Win32 platforms" by Sigbjorn Finne on GHC WWW page. Your primary goal is to get cygwin32 be correctly installed. 1) Be shure you have cygwin version 20.1 installed. If not, uninstall install

RE: problem setting up GHC on Win32

1999-03-29 Thread Sigbjorn Finne (Intl Vendor)
Hi, /cygwin doesn't show up in the directory listing below, so I'm guessing it's c: (or wherever you've got Win95 installed). Try creating h:/tmp, and see if that fixes it. --sigbjorn Dion McMurtrie <[EMAIL PROTECTED]> writes: > > I tried this. The directory is there and accessable in > wi

Re: problem setting up GHC on Win32

1999-03-29 Thread Dion McMurtrie
t from cygwin bash shell. > >Regards, >Michael > >-Original Message- >From: Dion McMurtrie <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> >Date: 27 aadaciy 1999 d. 17:13 >Subject: problem setting up GHC on Win32 > > >>I'm

Re: problem setting up GHC on Win32

1999-03-27 Thread Michael V. Nikolaev
Try to create /tmp from Windows environment, not from cygwin bash shell. Regards, Michael -Original Message- From: Dion McMurtrie <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 27 aadaciy 1999 d. 17:13 Subject: problem setting up GHC on Win32 >I&#

problem setting up GHC on Win32

1999-03-27 Thread Dion McMurtrie
I'm having trouble setting up GHC on Win32. I can install the cygwin B20 software and run it. As soon as I run it it complains that - bash.exe: warning: could not find /tmp, please create! BASH.EXE-2.02$ If I try to make the /tmp directory by typing "mkdir -p /tmp" or "m

GHC on Win32? Help, please!

1997-04-21 Thread Michael Abbott
Has anybody actually managed to make the GHC distribution work on a "Unix virgin" Win32 system following the instructions? If so, could you please tell me what I'm doing wrong? The CygWin32 distribution does not include GREP, so running configure has problems quite quickly. I've tried downloadi