Attached are all the outputs to:

./configure --enable-ansi >config.stdout 2>config.stderr
make >make.stdout 2>make.stderr
cd o
cpp -I../h typespec.c >typespec.c.cpp
gzip typespec.c.cpp


Thanks!

Blake


On Mon, Oct 10, 2016 at 11:25 AM, Camm Maguire <c...@maguirefamily.org>
wrote:

> Greetings, thanks for your report, and sorry I missed this.
>
> cd o
> cpp -I../h typespec.c
>
> and send me the output with the complete configure and make log please.
>
> Take care,
>
> Blake McBride <bl...@mcbride.name> writes:
>
> > When attempting to build master (with --enable-ansi) on 64 bit LinuxMint
> I get:
> >
> > ...
> > cat h/cmponly_last.h >>cmpinclude.h
> > ./xbin/move-if-changed mv cmpinclude.h h/cmpinclude.h
> > cmpinclude.h and h/cmpinclude.h were not the same.
> > ln cmpinclude.h h/cmpinclude.h
> > ./xbin/move-if-changed cp h/cmpinclude.h o/cmpinclude.h
> > h/cmpinclude.h and o/cmpinclude.h were not the same.
> > ln h/cmpinclude.h o/cmpinclude.h
> > (cd bin; make all)
> > make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl/bin'
> > gcc  -I../h  -o append  append.c
> > gcc -I../h  -o file-sub file-sub.c
> > make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/bin'
> > make mpfiles
> > make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl'
> > make[1]: Nothing to be done for `mpfiles'.
> > make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl'
> > rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> > (cd o; make all)
> > make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl/o'
> > gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3
> -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h
> -I../gcl-tk
> > typespec.c
> > In file included from ../h/include.h:124:0,
> >                  from typespec.c:29:
> > ../h/../h/new_decl.h:210:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘{’ token
> >  DEFUN {
> >        ^
> > make[1]: *** [typespec.o] Error 1
> > make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/o'
> > make: *** [unixport/saved_pre_gcl] Error 2
> >
> > Thanks.
> >
> > Blake McBride
> >
> > _______________________________________________
> > Gcl-devel mailing list
> > Gcl-devel@gnu.org
> > https://lists.gnu.org/mailman/listinfo/gcl-devel
>
> --
> Camm Maguire                                        c...@maguirefamily.org
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
>

Attachment: config.stderr
Description: Binary data

Attachment: config.stdout
Description: Binary data

Attachment: make.stderr
Description: Binary data

Attachment: make.stdout
Description: Binary data

Attachment: typespec.c.cpp.gz
Description: GNU Zip compressed data

_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to