Re: Fix for : Build failure on Windows (and others).

2012-12-15 Thread Niklas Larsson
2012/12/15 Erik de Castro Lopo : > > > The attached patch replaces '-x assembler' with '-x assembler-with-cpp' > and fixes the problem for me on powerpc. Thanks! It works here too. Niklas ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

Re: Build failure on Windows.

2012-12-15 Thread Niklas Larsson
2012/12/15 Erik de Castro Lopo : > Ian Lynagh wrote: > >> Does it happen for you with a non-parallel (i.e. without using >> "make -j") build? If so, can you reproduce it by running the last >> command that "make" runs by hand? If you can, then hopefully it will be >> easy to diagnose, e.g. by minim

Re: Build failure on Windows.

2012-12-15 Thread Niklas Larsson
2012/12/15 Ian Lynagh : > > Hi Niklas, > > On Sat, Dec 15, 2012 at 04:02:24PM +0100, Niklas Larsson wrote: >> >> It seems like the build on Windows HEAD is trying to build the PowerPC >> assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be >> de

Build failure on Windows.

2012-12-15 Thread Niklas Larsson
Hi! It seems like the build on Windows HEAD is trying to build the PowerPC assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be defined, I can't figure out how though. It seems to work fine on commit d7d25db3e58f3edfb950ebfa466c1e1e06d175d6 from a week ago. I have one patch thoug

Re: Mailing list reorganisation

2012-12-12 Thread Niklas Larsson
Sounds good, even if one wants to receive everything it's much easier to robustly filter the incoming mail when it comes from different addresses. Niklas 2012/12/11 Ian Lynagh : > > Hi all, > > Following a recent discussion, we propose to reorganise the GHC-related > mailing lists so that we end

Re: Seg fault: don't pull

2012-04-29 Thread Niklas Larsson
HEAD works fine on Windows for me. Niklas 2012/4/27 Simon Peyton-Jones : > I am deeply confused. > > Even "hello world" is seg-faulting with HEAD. > > I assumed that I must in some mysterious way have broken something, so I > reverted my recent patches and rebuilt from scratch.  But hello world

Re: [PATCH]Configure broken on Windows

2012-02-09 Thread Niklas Larsson
ing Cabal-1.14.0... ghc-cabal.exe: invalid argument make[1]: *** [libraries/Cabal/Cabal/dist-boot/package-data.mk] Error 1 make: *** [all] Error 2 I suspect the culprit is the GCC detection that was changed on lines 392-294 in configure.ac, but I'm not very familiar with autoconf. -- Niklas

Re: [PATCH]Configure broken on Windows

2012-02-08 Thread Niklas Larsson
Fixed a typo in the commit message in the patch. Den 8 februari 2012 12:35 skrev Niklas Larsson : > Hi! > > On Windows, configure fails to pick up the correct location for gcc in > HEAD and the build fails later when passing an empty --with-gcc. This > patch fixes that. > >

[PATCH]Configure broken on Windows

2012-02-08 Thread Niklas Larsson
Hi! On Windows, configure fails to pick up the correct location for gcc in HEAD and the build fails later when passing an empty --with-gcc. This patch fixes that. -- Niklas 0001-Fix-configure-on-Widows.patch Description: Binary data ___ Cvs-ghc mailin

Re: Build failure

2011-05-21 Thread Niklas Larsson
This comes from: commit 58532eb46041aec8d4cbb48b054cb5b001edb43c Author: Spencer Janssen Date: Thu Apr 14 01:11:05 2011 -0500 Add capability sets to the event system. Contains code from Duncan Coutts. It's a bit too posixy, it uses getppid() which isn't in the Windows C-run