Re: pgxs under Win32 for PL/Java

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgxs under Win32 for PL/Java
Date: 2004-11-07 16:50:07
Message-ID: thhal-05OppAj9K30APwCodk1ZM/1fNnj4kwS@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Fabien,
Seems you forgot to put a "-I" before the include directive in
src/makefiles/Makefile.win32, i.e. change:

override CPPFLAGS+= $(includedir_server)/port/win32

to:

override CPPFLAGS+= -I$(includedir_server)/port/win32

but in other respects, the patch seems to work fine on win32. I'll test
Cygwin next.

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Reini Urban 2004-11-07 16:55:09 Re: use of IDE's an tools
Previous Message Reini Urban 2004-11-07 16:28:54 Re: cygwin build failure

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-11-07 17:02:23 Re: cygwin build failure
Previous Message Reini Urban 2004-11-07 16:28:54 Re: cygwin build failure