Re: Home dir changes have broken MSVC builds

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>, <tjtoocool(at)phreaker(dot)net>
Subject: Re: Home dir changes have broken MSVC builds
Date: 2005-01-09 21:23:12
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE476545@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> Creating library .\Release\libpqdll.lib and object
>.\Release\libpqdll.exp
>> libpq.lib(fe-connect.obj) : error LNK2019: unresolved
>external symbol
>> __imp__SHGetSpecialFolderPathA(at)16 referenced in function
>_pqGetHomeDirectory
>> .\Release\libpq.dll : fatal error LNK1120: 1 unresolved externals
>
>One part of the home-dir change involved adding shell32.dll (I
>think) to
>the link commands for libpq and/or psql. Probably this needs to
>propagate into the msvc and borland makefiles?

Most definitly.

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2005-01-09 21:24:35 Re: Home dir changes have broken MSVC builds
Previous Message Tom Lane 2005-01-09 21:21:54 Re: Home dir changes have broken MSVC builds