actual cvs: compile error - Mailing list pgsql-hackers

From Karel Zak
Subject actual cvs: compile error
Date
Msg-id 20030320113639.GD502@zf.jcu.cz
Whole thread Raw
Responses Re: actual cvs: compile error  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../src/interfaces/libpq -I../../../src/include   -c -o
common.o common.c -MMD
common.c:184: conflicting types for `cancelConn'
common.h:30: previous declaration of `cancelConn'
make[3]: *** [common.o] Error 1
make[3]: Leaving directory `/var/home/PG_DEVEL/pgsql/src/bin/psql'
make[2]: *** [all] Error 2
The "cancelConn" has defined to the file common.c as static and in
the common.h as extern.
   Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/


pgsql-hackers by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Open 7.4 features
Next
From: Michael Meskes
Date:
Subject: Re: Current CVS compile problem