[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Build Failure on 2008-05-02 on Solaris 10/sparc
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Build Failure on 2008-05-02 on Solaris 10/sparc |
Date: |
05 May 2008 19:51:26 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
John O Goyo <address@hidden> writes:
> gm2/boot-bin/p2c -c ../../../src/gcc-4.1.2/gcc/gm2/p2crc
> -I../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-boot/%s.def
> -I../../../src/gcc-4.1.2/gcc/gm2/gm2-libs/%s.def
> -I../../../src/gcc-4.1.2/gcc/gm2/gm2-compiler/%s.def
> -I../../../src/gcc-4.1.2/gcc/gm2/gm2-libiberty/%s.def -M0 -q
> ../../../src/gcc-4.1.2/gcc/gm2/gm2-compiler/M2Range.def -h
> gm2/gm2-compiler-boot/GM2Range.h
> gmake[3]: *** No rule to make target
> `gm2/gm2-compiler-boot/GM2Swig.h', needed by
> `gm2/gm2-compiler-boot/m2flex.o'. Stop.
>
> john
Hi John,
I've checked in a few more fixes to the CVS:
* gm2/gm2-compiler/gm2lgen.mod: fixed name at end of
procedure.
* gm2/gm2-compiler/gm2lgen.mod: replaced NULL for (void *)0.
* gm2/gm2-compiler/M2Swig.{def,mod}: new files.
Checked in this time.
* gm2/gm2-compiler/gm2lgen.mod: added and implemented
the -shared option.
* gm2/gm2-compiler/gm2lgen.mod: fixed finish function
parameter mismatch.
in particular I've now added M2Swig.{def,mod} :-) and just seen it
build on a i386 and Darwin PPC machine (from downloading the latest
cvs tarball). You may need to 'cvs update' the sources (or
alternatively a brute force approach would be to download a complete
tarball).
hope this helps,
Gaius