Ok, trying again with integer datetimes off and recode off it gets a bit
further:

/usr/bin//flex  -o'pgc.c' pgc.l
gcc -O0 -g -pg -DLINUX_PROFILE -g -Wall -Wmissing-prototypes -Wmissing-declarations 
-Wno-error -I./../include -I. -I../../../../src/include  -DMAJOR_VERSION=3 
-DMINOR_VERSION=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"   -c -o 
preproc.o preproc.c
In file included from preproc.y:6225:
pgc.c:3429: warning: no previous prototype for `yyget_lineno'
pgc.c:3438: warning: no previous prototype for `yyget_in'
pgc.c:3446: warning: no previous prototype for `yyget_out'
pgc.c:3454: warning: no previous prototype for `yyget_leng'
pgc.c:3463: warning: no previous prototype for `yyget_text'
pgc.c:3472: warning: no previous prototype for `yyset_lineno'
pgc.c:3484: warning: no previous prototype for `yyset_in'
pgc.c:3489: warning: no previous prototype for `yyset_out'
pgc.c:3494: warning: no previous prototype for `yyget_debug'
pgc.c:3499: warning: no previous prototype for `yyset_debug'
pgc.c:3505: warning: no previous prototype for `yylex_destroy'
pgc.l: In function `string_unput':
pgc.l:1057: `yytext_ptr' undeclared (first use in this function)
pgc.l:1057: (Each undeclared identifier is reported only once
pgc.l:1057: for each function it appears in.)
make[4]: *** [preproc.o] Error 1
make[4]: Leaving directory `/u6/src/postgres/cvs/pgsql/src/interfaces/ecpg/preproc'


-- 
greg


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to