Re: Home dir changes have broken MSVC builds - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Home dir changes have broken MSVC builds
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE476545@algol.sollentuna.se
Whole thread Raw
In response to Home dir changes have broken MSVC builds  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
>Andrew Dunstan <andrew@dunslane.net> writes:
>>    Creating library .\Release\libpqdll.lib and object
>.\Release\libpqdll.exp
>> libpq.lib(fe-connect.obj) : error LNK2019: unresolved
>external symbol
>> __imp__SHGetSpecialFolderPathA@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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Home dir changes have broken MSVC builds
Next
From: "Magnus Hagander"
Date:
Subject: Re: Home dir changes have broken MSVC builds