[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Build Failure on Snow Leopard
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Build Failure on Snow Leopard |
Date: |
Wed, 25 Nov 2009 14:39:57 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Michael Lambert <address@hidden> writes:
> From: Michael Lambert <address@hidden>
> Subject: [Gm2] Build Failure on Snow Leopard
> To: address@hidden
> Date: Mon, 23 Nov 2009 19:07:33 -0500
>
> Hi Gaius,
>
> I've updated my iMac to Snow Leopard and the latest xCode developer's tools.
> Now a build of the latest CVS dies rather nastily as show below.
>
> The commonality seems to be that these are the only five entities defined in
> gm2-tree.def.
>
> Michael
Hi Michael,
thanks for the report - odd.. I think this could be fixed by removing
references to m2pp.c and only enabling it for developers perhaps
in Make-lang.in. It also causes some headaches when building cc1 and
cc1plus, I'll try and complete this soon,
regards,
Gaius
>
> /usr/bin/gcc-4.0 -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
> -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Igm2
> -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/gm2
> -I../../gcc-4.1.2/gcc/../include -I./../intl
> -I../../gcc-4.1.2/gcc/../libcpp/include ../../gcc-4.1.2/gcc/gm2/m2pp.c -o
> gm2/m2pp.o
> ../../gcc-4.1.2/gcc/gm2/m2pp.c:29:25: error: gcc-version.h: No such file or
> directory
> ../../gcc-4.1.2/gcc/gm2/m2pp.c: In function ‘m2pp_simple_expression’: