Re: Compile Error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Joseph Showalter <Tech(at)ekn(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Compile Error
Date: 2001-05-08 15:21:39
Message-ID: Pine.LNX.4.30.0105081720430.759-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joseph Showalter writes:

> I get the following compile error on Redhat 7.1...
>
> input.c: In function `initializeInput':
> input.c:157: warning: passing arg 1 of `on_exit' from incompatible
> pointer type
> input.c:157: too few arguments to function `on_exit'
> make[3]: *** [input.o] Error 1

A more interesting question would be why it's using on_exit() at all and
not atexit(). Can you check the config.log file for compiler messages?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2001-05-08 15:40:42 RE: Fixed width COPY
Previous Message Peter Eisentraut 2001-05-08 15:18:24 Re: != or <>