| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: actual cvs: compile error |
| Date: | 2003-03-20 15:44:18 |
| Message-ID: | 200303201544.h2KFiI627789@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thanks. Fixed.
---------------------------------------------------------------------------
Karel Zak wrote:
>
> 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/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jason Hihn | 2003-03-20 15:57:29 | Re: PostgreSQL flamage on Slashdot |
| Previous Message | Larry Rosenman | 2003-03-20 15:42:56 | to_char support for intervals |