|
From: | john o goyo |
Subject: | Re: [Gm2] gm2-8.2.0-20181123 build missing GNameKey.h |
Date: | Mon, 26 Nov 2018 18:31:43 -0500 |
User-agent: | Mozilla/5.0 (X11; SunOS sun4u; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Greetings, Gaius. On 11/26/18 05:45, Gaius Mulley wrote:
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, johnHi 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?
Yes. Here is the same find with the previous and current tarballs. [bld]=> find gm2-8.2.0-20181107/gcc/gm2 -name '*NameKey.*' gm2-8.2.0-20181107/gcc/gm2/gm2-ppg-boot/GNameKey.o gm2-8.2.0-20181107/gcc/gm2/gm2-ppg-boot/GNameKey.c gm2-8.2.0-20181107/gcc/gm2/gm2-pg-boot/GNameKey.o gm2-8.2.0-20181107/gcc/gm2/gm2-pg-boot/GNameKey.c gm2-8.2.0-20181107/gcc/gm2/gm2-compiler-boot/NameKey.c gm2-8.2.0-20181107/gcc/gm2/gm2-compiler-boot/GNameKey.h gm2-8.2.0-20181107/gcc/gm2/gm2-compiler-boot/NameKey.o gm2-8.2.0-20181107/gcc/gm2/gm2-pge-boot/GNameKey.o [bld]=> find gm2-8.2.0-20181123/gcc/gm2 -name '*NameKey.*' gm2-8.2.0-20181123/gcc/gm2/gm2-pg-boot/GNameKey.o gm2-8.2.0-20181123/gcc/gm2/gm2-pg-boot/GNameKey.c gm2-8.2.0-20181123/gcc/gm2/gm2-ppg-boot/GNameKey.o gm2-8.2.0-20181123/gcc/gm2/gm2-ppg-boot/GNameKey.c gm2-8.2.0-20181123/gcc/gm2/gm2-pge-boot/GNameKey.o The only file missing is GNameKey.h.(Of course, the previous build still stopped at the ShiftLeft error but that is another matter.)
Sincerely, john
I've recently reformatted all of the .c .h files and purged the p2c files. regards, Gaius
[Prev in Thread] | Current Thread | [Next in Thread] |