Thread

  1. forget patch win32.mak.

    Hiroshi Saito <z-saito@guitar.ocn.ne.jp> — 2009-11-22T13:58:13Z

    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
    
  2. Re: forget patch win32.mak.

    Magnus Hagander <magnus@hagander.net> — 2009-11-22T18:59:05Z

    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/
    
    
  3. Re: forget patch win32.mak.

    Hiroshi Saito <z-saito@guitar.ocn.ne.jp> — 2009-11-23T01:56:38Z

    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 
    
    
    
  4. Re: forget patch win32.mak.

    Magnus Hagander <magnus@hagander.net> — 2009-11-23T12:54:48Z

    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/