RE: problem compiling OpenGL/.../Extensions.hs with GHC version 6.0

2003-06-03 Thread Simon Marlow
But in any case, just removing the double quotes from your -D option should be enough to fix it. Well, fixing my humble Makefile is not the point, I'm more concerned about this gratuitous change in the handling of quoting which breaks other people's Makefiles. Regardless of the

Can't install ghc-6.0 on Solaris

2003-06-03 Thread George Russell
# uname -a SunOS leo 5.8 Generic_108528-18 sun4u sparc SUNW,Sun-Fire-280R # ./ghci ./ghci: /nfs/moussor/hdaume/lib/ghc-6.0/ghc-6.0: not found Also the install process failed as follows: ./mkdirhier /usr/local/pub-bkb/ghc/ghc-6.0/share/ghc-6.0/html if test -d share/html ; then cp -r share/html/*

ANNOUNCE: GreenCard 3.00 (alpha release)

2003-06-03 Thread Alastair Reid
Green Card 3.00 A Foreign Function Interface Preprocessor for Haskell In preparation for a major release of Green Card, we are making an alpha release for GHC folk to play with. GreenCard is a foreign function interface pre-processor for Haskell. GreenCard

Re: ANNOUNCE: GreenCard 3.00 (alpha release)

2003-06-03 Thread Alastair Reid
On Monday 02 June 2003 7:20 pm, Alastair Reid wrote: In preparation for a major release of Green Card, we are making an alpha release for GHC folk to play with. Ooops, I found some bugs at the last minute and recut the release - please download again (if you downloaded before 9pm British

Re: problem compiling OpenGL/.../Extensions.hs with GHC version 6.0

2003-06-03 Thread Volker Stolz
Could the parties involved with the quoting issue please test the following patch? It doesn't use an additional shell for starting sub-tasks and does no additional quoting so that quoting remains unaffected, i.e. testing with OpenGL shows that the double quotes are indeed passed through. Sven, do

[ ghc-Bugs-748108 ] Unable to build ghc 6.0 (linux with GCC cpp 3.3)

2003-06-03 Thread SourceForge.net
Bugs item #748108, was opened at 2003-06-03 13:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=748108group_id=8032 Category: Build System Group: 6.0 Status: Open Resolution:

ghc installation on Linux doesn't like CDPATH

2003-06-03 Thread George Russell
The cd command on Linux considerately prints out the name of the new directory, which it gets from the CDPATH. This has the unfortunate side-effect of breaking gmake install for ghc6.0, which uses some shell hackery of the form something like: for i in `(cd share ; find .)` where i's first value