On Tue, Oct 16, 2012 at 04:12:32PM -0400, Andrew Pennebaker wrote:
> On my system, the xml-1.3.12 package fails to build when it tries to
> execute /Developer/usr/bin/gcc.
Thanks for the report. However, we no longer make installers for OS X
(you can use the Haskell Platform installers instead), s
On my system, the xml-1.3.12 package fails to build when it tries to
execute /Developer/usr/bin/gcc. In recent versions of Xcode, gcc is not
stored there anymore.
As a workaround, I can type:
sudo mkdir -p /Developer/usr/bin && sudo ln -s `which gcc`
/Developer/usr/bin/gcc
Could cabal use gcc in
While building stage 1 on my ARM I ran into the following error. It
appears that the code is in a BEWARE_LOAD_STORE_ALIGNMENT #ifdef, which
perhaps isn't exercised frequently on more common architectures. Seems
like someone just forgot to update a function reference. The fix
is trivial.
Cheers,
While building stage 1 on my ARM I ran into the following error. It
appears that the code is in a BEWARE_LOAD_STORE_ALIGNMENT #ifdef, which
perhaps isn't exercised frequently on more common architectures. Seems
like someone just forgot to update a function reference. The fix
is trivial.
Cheers,
Just fixed pull and try again
From: Dimitrios Vytiniotis
Sent: 05 September 2011 10:03
To: cvs-ghc@haskell.org
Cc: Simon Peyton-Jones
Subject: build error
Hi all, I got the following error this morning when building (devel2 flavor)
from
a fresh HEAD repository (stage1 seemed to build
Dimitrios Vytiniotis wrote:
> ghc-stage1: panic! (the 'impossible' happened)
> (GHC version 7.3.20110902 for i386-apple-darwin):
> tyConFamilySize: ghc-7.3.20110902:Name.Name{tc r3n}
Thats bug #5465. SPJ has just commited a fix.
Erik
--
Hi all, I got the following error this morning when building (devel2 flavor)
from
a fresh HEAD repository (stage1 seemed to build, stage2 failed). Is this
familiar?
(the build is on snow leopard)
Thanks!
d-
"inplace/bin/ghc-stage1" -H64m -O -fasm-package-name ghc-7.3.20110902
-hide-all
Problem solved by this email:
http://www.haskell.org/pipermail/glasgow-haskell-users/2011-March/020199.html
Just a quick fix and I'm all set.
On Jul 13, 2011, at 8:37 PM, Jack Henahan wrote:
> I'm building GHC (OS X 10.6, MacTeX 2010, GHC 7.0.4) from the github repo and
> I've just hit this e
I'm building GHC (OS X 10.6, MacTeX 2010, GHC 7.0.4) from the github repo and
I've just hit this error:
http://hpaste.org/49027
LaTeX is interpreting Windows' directory structure as control sequences. Any
obvious fix I'm not thinking of? I'm updating my LaTeX packages at the moment
to make sur
On 20/12/10 12:00, Dimitrios Vytiniotis wrote:
Hi, in a Windows (32-bit) MINGW build, having ./darcs-all pull’ed I get:
"inplace/bin/ghc-stage1.exe" -optc-Wall -optc-Werror -optc-Wall
-optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes
-optc-Wmissing-declarations -optc-Winline -optc-
Hi, in a Windows (32-bit) MINGW build, having ./darcs-all pull'ed I get:
"inplace/bin/ghc-stage1.exe" -optc-Wall -optc-Werror -optc-Wall -optc-Wextra
-optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations
-optc-Winline -optc-Waggregate-return -optc-Wpointer-arith
-optc-W
Fri Sep 24 04:38:37 PDT 2010 Simon Marlow
* Fix the Windows __chkstk build error (missing Linker symbol)
M ./rts/Linker.c -10 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20100924113837-12142
Fri Sep 24 04:38:37 PDT 2010 Simon Marlow
* Fix the Windows __chkstk build error (missing Linker symbol)
M ./rts/Linker.c -10 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100924113837-12142-51659beba98343a30ccc3fc44acdacb599430fed.gz
Thu May 21 03:31:31 PDT 2009 Simon Marlow
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YES
Ignore-this: b86763ca5f36447f633a9b9a5f58ecf8
M ./mk/config.mk.in +10
M ./rts/ghc.mk -1 +1
M ./rules/build-package-way.mk -2 +2
View patch on
Wed Jul 23 12:19:48 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix a build error on powerpc/Linux; spotted by Jeroen Pulles
M ./compiler/nativeGen/PprMach.hs -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080723191948-3fd76-3c094af64eaedbf3c17738d106dd8fd172
15 matches
Mail list logo