Thread: win32mak_patch
View Single Post

   
  #7 (permalink)  
Old 04-29-2008, 08:31 PM
Hiroshi Saito
 
Posts: n/a
Default Re: win32mak_patch

Hi.

Thanks!

----- Original Message -----
From: "Magnus Hagander" <magnus@hagander.net>


> Hiroshi Saito wrote:
>> Hi.
>>
>> Eh? It is strange...
>> http://winpg.jp/~saito/pg_work/WIN32...psql_win32.mak
>> Actually, it is required although psql is built. Have I missed
>> something?

>
> Note that building psql this way really isn't supported anymore :-)


Yes, It is only a script for my check. :-)

>
> Anyway. If you get references to it, you need to pull in port/dirmod.c
> into psql as well. Normally, it would get this through libpgport, but
> it looks like your custom makfile is pulling the files in directly
> instead. So adding dirmod to the list of stuff from src/port should
> hopefully fix your problem.


Um, win32.mak of libpq needed to add dirmod.c
--
libpq.lib(fe-connect.obj) : error LNK2001: (snip-sjis message) "_pgwin32_safestat"

Then, Is containing in libpq wrong?
I'm confused for a while...

Regards,
Hiroshi Saito

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote