Re: forward vs backward slashes in msvc build code - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: forward vs backward slashes in msvc build code
Date
Msg-id 54F7CF64.60109@gmx.net
Whole thread Raw
In response to Re: forward vs backward slashes in msvc build code  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: forward vs backward slashes in msvc build code  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 2/15/15 6:55 AM, Michael Paquier wrote:
> I tested quickly the second patch with MS 2010 and I am getting a
> build failure: chkpass cannot complete because of crypt missing. On
> master build passes. More details here:
> "C:\Users\mpaquier\git\postgres\pgsql.sln" (default target) (1) ->
> "C:\Users\mpaquier\git\postgres\chkpass.vcxproj" (default target) (36) ->
> (Link target) ->
>   chkpass.obj : error LNK2019: unresolved external symbol crypt
> referenced in function chkpass_in
> [C:\Users\ioltas\git\postgres\chkpass.vcxproj]
>   .\Release\chkpass\chkpass.dll : fatal error LNK1120: 1 unresolved
> externals [C:\Users\mpaquier\git\postgres\chkpass.vcxproj]

I can't tell from just looking at the code how chkpass would normally
find crypt.  The msvc tools neither parse SHLIB_LINK nor have hardcoded
knowledge.  Any idea?



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: anyarray
Next
From: Tom Lane
Date:
Subject: Re: CATUPDATE confusion?