Re: build with vs2008

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: paulzhu <paulzhu8597(at)126(dot)com>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: build with vs2008
Date: 2014-09-02 11:43:19
Message-ID: CAA4eK1JqP18utd3UiOuo1OXPjT+kREhpW+zDufE1YZaoHfhj-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Sep 1, 2014 at 12:54 PM, paulzhu <paulzhu8597(at)126(dot)com> wrote:
>
> Dear :
> I want to use VS2008 to compile the PostgreSQL 9.3.2, but there are 18
mistakes .

Could you once try rebuild the modules which got error?
Clean the files in Debug/Release folder before rebuild.

Example for below errors, try to rebuild just utf8_and_win.

59>utf8_and_win.def : error LNK2001: unresolved external symbol
latin1_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
latin3_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
latin4_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
mic_to_latin1
59>utf8_and_win.def : error LNK2001: unresolved external symbol
mic_to_latin3
59>utf8_and_win.def : error LNK2001: unresolved external symbol
mic_to_latin4
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_latin1_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_latin3_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_latin4_to_mic
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_mic_to_latin1
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_mic_to_latin3
59>utf8_and_win.def : error LNK2001: unresolved external symbol
pg_finfo_mic_to_latin4
59>Debug\utf8_and_win\utf8_and_win.lib : fatal error LNK1120: 12 unresolved
externals

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message soweasley 2014-09-02 15:12:59 BUG #11336: libpq.dll: file not recognized
Previous Message harukat 2014-09-02 11:16:53 BUG #11335: an invalid prepare statement causes crash at log_statement = 'mod' or 'ddl'.