I'm trying to compile Version 1.9 from svn and got the message:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-
statement -Wendif-labels -fno-strict-aliasing -DUSE_REPLICATION -DPRINT_DEBUG -W
no-error  -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VER
SION=4 -DMINOR_VERSION=4 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE
  -c -o preproc.o preproc.c
In file included from preproc.y:7012:
<stdout>:365: error: conflicting types for 'yytext'
extern.h:35: error: previous declaration of 'yytext' was here
<stdout>:1333: error: conflicting types for 'yytext'
extern.h:35: error: previous declaration of 'yytext' was here
In file included from preproc.y:7012:
<stdout>: In function 'base_yylex':
<stdout>:1787: warning: label 'find_rule' defined but not used
<stdout>: At top level:
<stdout>:3990: warning: no previous prototype for 'yyget_lineno'
<stdout>:3999: warning: no previous prototype for 'yyget_in'
<stdout>:4007: warning: no previous prototype for 'yyget_out'
<stdout>:4015: warning: no previous prototype for 'yyget_leng'
<stdout>:4024: warning: no previous prototype for 'yyget_text'
<stdout>:4033: warning: no previous prototype for 'yyset_lineno'
<stdout>:4045: warning: no previous prototype for 'yyset_in'
<stdout>:4050: warning: no previous prototype for 'yyset_out'
<stdout>:4055: warning: no previous prototype for 'yyget_debug'
<stdout>:4060: warning: no previous prototype for 'yyset_debug'
<stdout>:4102: warning: no previous prototype for 'yylex_destroy'


Can anyone help me?

Thanks,
Gustavo
_______________________________________________
Pgcluster-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgcluster-general

Reply via email to