Re: Mentioning CPU for Windows build in docs

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Mentioning CPU for Windows build in docs
Дата
Msg-id 538DBEFA.7020506@vmware.com
обсуждение исходный текст
Ответ на Re: Mentioning CPU for Windows build in docs  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Mentioning CPU for Windows build in docs  (SAHOONG <sahoong@yahoo.co.uk>)
Re: Mentioning CPU for Windows build in docs  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-odbc
On 06/03/2014 02:28 PM, Michael Paquier wrote:
> On Tue, Jun 3, 2014 at 2:42 AM, Heikki Linnakangas
> <hlinnakangas@vmware.com> wrote:
>> Fixed, I think. AFAICS that library was always passed to the linker command
>> line regardless of MSDTC setting, even before my changes, which is wrong. I
>> changed it so that it's only passed to the linker when MSDTC=yes. I wonder
>> why it didn't fail before, but should be fixed now anyway.
> Now the case MSTDC=no works fine, but not the opposite :)

It works for me. Did you delete the output directory between builds, to
make sure everything gets rebuilt?

Hmm, but Debug builds don't work for me, I get a lot of errors like this:

socket.obj : error LNK2001: unresolved external symbol __imp___free_dbg

That looks somewhat similar to what you got, with the "__imp__" prefix.

However, that error isn't new - I got the exact same errors with "nmake
/f win64.mak CPU=x64 CFG=Debug" with a checkout from just before my
refactorings. So the Debug builds have been broken for a long time, and
no-one noticed. win32.mak seemed to work.
- Heikki


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Mentioning CPU for Windows build in docs
Следующее
От: SAHOONG
Дата:
Сообщение: Re: Mentioning CPU for Windows build in docs