win32 broke unix

Started by Patrick Welchealmost 23 years ago3 messages
#1Patrick Welche
prlw1@newn.cam.ac.uk

Using yesterday's cvs code, I find I can no longer link to libpq as
is_absolute_path is undefined. is_absolute_path appears in fe-connect.c
version 1.231. I assume that is_absolute_path is a #define somewhere, but
I can't put my finger on it to fix... This is on NetBSD-1.6Q/i386 (reverting
to 1.230 works for me)

Cheers,

Patrick

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Patrick Welche (#1)
Re: win32 broke unix

Patrick Welche <prlw1@newn.cam.ac.uk> writes:

Using yesterday's cvs code, I find I can no longer link to libpq as
is_absolute_path is undefined.

libpq's Makefile needs to know to handle path.c like it does for the
other src/port stuff it uses, eg strerror.c.

regards, tom lane

#3Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Tom Lane (#2)
Re: win32 broke unix

OK, patch applied. Thanks.

---------------------------------------------------------------------------

Tom Lane wrote:

Patrick Welche <prlw1@newn.cam.ac.uk> writes:

Using yesterday's cvs code, I find I can no longer link to libpq as
is_absolute_path is undefined.

libpq's Makefile needs to know to handle path.c like it does for the
other src/port stuff it uses, eg strerror.c.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073