Can not compile libpq version 9.3

Поиск
Список
Период
Сортировка
От Denis
Тема Can not compile libpq version 9.3
Дата
Msg-id 1574906243.20130909220110@mail.ru
обсуждение исходный текст
Ответы Re: Can not compile libpq version 9.3
Список pgsql-interfaces
I tried to compile libpq version 9.3 in Visual Studio 2010 and got the following linker errors:

libpq.lib(dirmod.obj) : error LNK2019: unresolved external symbol _pstrdup referenced in function _pgfnames
libpq.lib(dirmod.obj) : error LNK2019: unresolved external symbol _repalloc referenced in function _pgfnames
libpq.lib(dirmod.obj) : error LNK2019: unresolved external symbol _palloc referenced in function _pgfnames
libpq.lib(dirmod.obj) : error LNK2019: unresolved external symbol _pfree referenced in function _pgfnames_cleanup

I run the command:
nmake /f win32.mak USE_SSL=1 SSL_INC=%OPENSSL_DIR%\include SSL_LIB_PATH=%OPENSSL_DIR%\lib\Release
in the directory src\interfaces\libpq

Version 9.2.4 I have compiled without problems.
-- 
Best regards,Denis                          mailto:babichev_denis@mail.ru




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

Предыдущее
От: mohank524
Дата:
Сообщение: gtk glade with postgresql in c pogramming compiling on debian gives database problem
Следующее
От: Sebastien FLAESCH
Дата:
Сообщение: libpq compatibility policy across versions