[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2-8.2.0-20181123 build missing GNameKey.h
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2-8.2.0-20181123 build missing GNameKey.h |
Date: |
Mon, 26 Nov 2018 10:45:30 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
john o goyo <address@hidden> writes:
> Building gm2-20181123 stopped as follows:
>
> /home/build/gcc/8.2.0/bin/g++ [...] gm2/gm2-compiler-boot/gm2lcc.c -o
> gm2/gm2-compiler-boot/gm2lcc.o
> gm2/gm2-compiler-boot/gm2lcc.c:20:13: fatal error: GNameKey.h: No such
> file or directory
>
> A "find" starting at gcc-8.2.0+/gm2/gcc-versionno/gcc found no such
> header file.
>
> Please advise.
>
> Sincerely,
> john
Hi John,
GNameKey.h is not in the source tree - as it is created during bootstrap
by mc.
Here is the output of my find in the source tree and build tree:
~/GM2/graft-8.2.0/gm2/gcc-versionno/gcc/gm2$ find . -name '*NameKey.h' -print
~/GM2/graft-8.2.0/build-8.2.0/gcc$ find . -name '*NameKey.*' -print
./gm2/gm2-ppg-boot/GNameKey.o
./gm2/gm2-ppg-boot/GNameKey.c
./gm2/gm2-compiler-boot/NameKey.o
./gm2/gm2-compiler-boot/GNameKey.h
./gm2/gm2-compiler-boot/NameKey.c
./gm2/gm2-pge-boot/GNameKey.o
./gm2/gm2-pg-boot/GNameKey.o
./gm2/gm2-pg-boot/GNameKey.c
has gm2 build successfully with an older 8.2.0 based tarball? I've
recently reformatted all of the .c .h files and purged the p2c files.
regards,
Gaius