|
From: Brendan B. <bb...@cs...> - 2005-05-10 13:54:05
|
Hello,
I just tried to compile the latest CVS on Mac OS X (10.4, gcc 4.0)
and it failed with the error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/usr/
local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.1\" -
DCONTACT=\"gnu...@li...\" -DHELPFILE=\"/usr/
local/share/gnuplot/4.1/gnuplot.gih\" -g -O2 -ObjC -c `test -f
'term.c' || echo './'`term.c
In file included from term.h:400,
from term.c:1205:
../term/pslatex.trm:120: error: static declaration of
'epslatex_header' follows non-static declaration
../term/post.h:88: error: previous declaration of 'epslatex_header'
was here
Changing
"static char *epslatex_header..." -> "char *epslatex_header..." in
pslatex.trm fixed the compile error. I didn't try the pslatex
terminal to see if it worked, but I think it should.
--brendan
|