forget patch win32.mak.

Started by Hiroshi Saitoabout 16 years ago4 messages
#1Hiroshi Saito
z-saito@guitar.ocn.ne.jp
1 attachment(s)

Hi Magnus.

It is a thing left behind.:-)
please apply it.
Thanks!
==
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSAIoctl@36 が関
数 _pg_foreach_ifaddr で参照されました。
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSASocketA@24 が
関数 _pg_foreach_ifaddr で参照されました。
==

Regards,
Hiroshi Saito

Attachments:

win32_patchapplication/octet-stream; name=win32_patchDownload
*** src/interfaces/libpq/win32.mak.orig	Sun Nov 22 22:38:23 2009
--- src/interfaces/libpq/win32.mak	Sun Nov 22 22:39:21 2009
***************
*** 197,203 ****
  RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libpq.res"
  
  LINK32=link.exe
! LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib secur32.lib $(SSL_LIBS)  $(KFW_LIB) $(ADD_SECLIB) \
   /nologo /subsystem:windows /dll $(LOPT) /incremental:no \
   /pdb:"$(OUTDIR)\libpqdll.pdb" /machine:$(CPU) \
   /out:"$(OUTDIR)\$(OUTFILENAME).dll"\
--- 197,203 ----
  RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libpq.res"
  
  LINK32=link.exe
! LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib ws2_32.lib secur32.lib $(SSL_LIBS)  $(KFW_LIB) $(ADD_SECLIB) \
   /nologo /subsystem:windows /dll $(LOPT) /incremental:no \
   /pdb:"$(OUTDIR)\libpqdll.pdb" /machine:$(CPU) \
   /out:"$(OUTDIR)\$(OUTFILENAME).dll"\
#2Magnus Hagander
magnus@hagander.net
In reply to: Hiroshi Saito (#1)
Re: forget patch win32.mak.

2009/11/22 Hiroshi Saito <z-saito@guitar.ocn.ne.jp>:

Hi Magnus.

It is a thing left behind.:-)
please apply it. Thanks!
==
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSAIoctl@36 が関
数 _pg_foreach_ifaddr で参照されました。
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSASocketA@24 が
関数 _pg_foreach_ifaddr で参照されました。
==

Hi!

Is this for HEAD only, or also for backpatching?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#3Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Hiroshi Saito (#1)
Re: forget patch win32.mak.

Hi.

Only for CVS-HEAD, not need backpatch.
I checked REL8_4_STABLE is this.
==
nmake -f win32.mak
...<snip>
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.
cd ..\..
echo All Win32 parts have been built!
All Win32 parts have been built!
==

Thanks!

Regards,
Hiroshi Saito

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

Show quoted text

2009/11/22 Hiroshi Saito <z-saito@guitar.ocn.ne.jp>:

Hi Magnus.

It is a thing left behind.:-)
please apply it. Thanks!
==
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSAIoctl@36 が関
数 _pg_foreach_ifaddr で参照されました。
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSASocketA@24 が
関数 _pg_foreach_ifaddr で参照されました。
==

Hi!

Is this for HEAD only, or also for backpatching?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

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

#4Magnus Hagander
magnus@hagander.net
In reply to: Hiroshi Saito (#3)
Re: forget patch win32.mak.

Thanks, applied!

//Magnus

2009/11/23 Hiroshi Saito <z-saito@guitar.ocn.ne.jp>:

Hi.

Only for CVS-HEAD, not need backpatch.
I checked REL8_4_STABLE is this.
==
nmake -f win32.mak
...<snip>
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.
cd ..\..
echo All Win32 parts have been built!
All Win32 parts have been built!
==

Thanks!

Regards,
Hiroshi Saito

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

2009/11/22 Hiroshi Saito <z-saito@guitar.ocn.ne.jp>:

Hi Magnus.

It is a thing left behind.:-)
please apply it. Thanks!
==
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSAIoctl@36 が関
数 _pg_foreach_ifaddr で参照されました。
libpq.lib(ip.obj) : error LNK2019: 未解決の外部シンボル __imp__WSASocketA@24 が
関数 _pg_foreach_ifaddr で参照されました。
==

Hi!

Is this for HEAD only, or also for backpatching?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

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

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/