bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] compile errors related to gawkdirfd.h


From: Hermann Peifer
Subject: [bug-gawk] compile errors related to gawkdirfd.h
Date: Sun, 27 Jan 2013 11:48:43 -0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Hi again,

Sorry to come up with another issue: I am getting the below errors when trying to build the master branch [1].

I saw that gawkdirfd.h is a new file which came with the most recent commit. So I went back to the previous commit (git checkout d202315) and was able to compile without any errors.

Hermann

[1]
> ./configure --prefix=$HOME/local --with-mpfr=/opt/local

(...)

> make

(...)

Making all in extension
make  all-recursive
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c -o filefuncs.lo filefuncs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c filefuncs.c -fno-common -DPIC -o .libs/filefuncs.o
mv -f .deps/filefuncs.Tpo .deps/filefuncs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fno-common -DPIC -o .libs/stack.o
mv -f .deps/stack.Tpo .deps/stack.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c -o gawkfts.lo gawkfts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -g -O2 -DNDEBUG -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c gawkfts.c -fno-common -DPIC -o .libs/gawkfts.o
In file included from gawkfts.c:62:
gawkdirfd.h:26: error: expected ‘)’ before ‘*’ token
gawkdirfd.h:26: error: expected ‘)’ before ‘->’ token
make[4]: *** [gawkfts.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]