|
From: Petr M. <mi...@ph...> - 2005-06-24 21:59:59
|
>> Building
>> make gnuplot.tex (.pdf, .dvi, .html)
>>
>> in docs/ fails due to wrong positioning of macros PS_COMMON_OPTS1,2,
>> PS_COMMON_DOC1,2 in allterm.h.
>
> It builds just fine for me here.
> Which part of the tool chain are you getting an error from?
I do:
$./configure; make
$cd docs
$ make tex
Building allterm.h
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term
-I/usr/X11R6/include -I/usr/include -I/usr/local/include -g -O2
-DALL_TERM_DOC -c ./doc2tex.c
In file included from doc2x.h:70,
from doc2tex.c:63:
allterm.h:1005: error: `PS_COMMON_OPTS1' undeclared here (not in a function)
allterm.h:1005: error: initializer element is not constant
allterm.h:1005: error: (near initialization for `termtext[991]')
allterm.h:1005: error: parse error before string constant
allterm.h:1007: error: `PS_COMMON_OPTS2' undeclared here (not in a function)
allterm.h:1007: error: initializer element is not constant
allterm.h:1007: error: (near initialization for `termtext[992]')
allterm.h:1025: error: `PS_COMMON_DOC1' undeclared here (not in a function)
allterm.h:1025: error: initializer element is not constant
allterm.h:1025: error: (near initialization for `termtext[1009]')
allterm.h:1025: error: parse error before string constant
allterm.h:2652: error: `PS_COMMON_OPTS1' undeclared here (not in a function)
allterm.h:2652: error: initializer element is not constant
allterm.h:2652: error: (near initialization for `termtext[2627]')
allterm.h:2652: error: parse error before "PS_COMMON_OPTS2"
...
allterm.h:2992: error: parse error before string constant
make: *** [doc2tex.o] Error 1
---
PM
|