| From: | "Gilley, Charles H(dot)" <Charles(dot)Gilley(at)glenayre(dot)com> | 
|---|---|
| To: | "'pgsql-admin'" <pgsql-admin(at)postgresql(dot)org> | 
| Subject: | Compiling 6.3.2 under Solaris - pgc.l error | 
| Date: | 1998-10-19 19:12:53 | 
| Message-ID: | 18D7589E9C44D21199AC00805F31B047252DDE@atlanta_nt2.atlanta.glenayre.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-admin | 
Can anyone give me a hint to resolve this?
gcc -I../../../include -I../../../backend     -Wall -Wmissing-prototypes
-I../include -DMAJOR_VERSION=1 -DMINOR_VERSION=1 -DPATCHLEVEL=0
-DINCLUDE_PATH=\"/usr/local/pgsql/include\"   -c pgc.c 
In file included from pgc.l:15:
extern.h:5: conflicting types for `yytext'
pgc.c:66: previous declaration of `yytext'
pgc.l:17: parse error before `YY_BUFFER_STATE'
pgc.l:17: warning: no semicolon at end of struct or union
pgc.l:21: parse error before `}'
pgc.l:21: warning: type defaults to `int' in declaration of `yy_buffer'
pgc.l:21: warning: data definition has no type or storage class
gmake[3]: *** [pgc.o] Error 1
gmake[3]: Leaving directory
`/usr/share/src/pgsql/src/interfaces/ecpg/preproc'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/share/src/pgsql/src/interfaces/ecpg'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/share/src/pgsql/src/interfaces'
gmake: *** [all] Error 2
If this should be in hackers, please let me know.  I'm not developing code,
just trying to build it.
Charles Gilley
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jackson, DeJuan | 1998-10-19 19:58:05 | RE: [GENERAL] Postgres speed | 
| Previous Message | Stathy G. Touloumis | 1998-10-19 18:34:11 | Re: [ADMIN] postGres and BSDI |