actual cvs: compile error

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: actual cvs: compile error
Date: 2003-03-20 11:36:39
Message-ID: 20030320113639.GD502@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2003-03-20 12:21:06 Re: Current CVS compile problem
Previous Message Kris Jurka 2003-03-20 11:09:52 Re: Open 7.4 features