pgadmin-org / pgagent

pgAgent - A job scheduler for PostgreSQL
https://www.pgadmin.org/
Other
97 stars 41 forks source link

pgAgent build error #4

Closed 6eh01der closed 9 years ago

6eh01der commented 9 years ago

Hello.

OS: Windows 7 x64 pgAgent 3.4.0 CMake 2.6 wxWidgets 2.8.12 Visual Studio 2008 Express , Version 9.0.30729.1 SP, Visual C++ Microsoft Visual Studio 2008 Microsoft .NET Framework Version 3.5 SP1

All steps for building doing like described here https://github.com/postgres/pgagent But - ------ Построение начато: проект: pgagent, Конфигурация: Debug Win32 ------ Компоновка... connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQfinish в функции "private: bool thiscall DBconn::Connect(class wxString const &)" (?Connect@DBconn@@AAE_NABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQerrorMessage в функции "private: bool thiscall DBconn::Connect(class wxString const &)" (?Connect@DBconn@@AAE_NABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQstatus в функции "private: bool thiscall DBconn::Connect(class wxString const &)" (?Connect@DBconn@@AAE_NABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQconnectdb в функции "private: bool thiscall DBconn::Connect(class wxString const &)" (?Connect@DBconn@@AAE_NABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQcmdTuples в функции "public: long thiscall DBresult::RowsAffected(void)const " (?RowsAffected@DBresult@@QBEJXZ) job.obj : error LNK2001: неразрешенный внешний символ "_PQcmdTuples" connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQclear в функции "protected: thiscall DBresult::DBresult(class DBconn ,class wxString const &)" (??0DBresult@@IAE@PAVDBconn@@ABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQntuples в функции "protected: __thiscall DBresult::DBresult(class DBconn ,class wxString const &)" (??0DBresult@@IAE@PAVDBconn@@ABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQresultStatus в функции "protected: thiscall DBresult::DBresult(class DBconn ,class wxString const &)" (??0DBresult@@IAE@PAVDBconn@@ABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQexec в функции "protected: __thiscall DBresult::DBresult(class DBconn ,class wxString const &)" (??0DBresult@@IAE@PAVDBconn@@ABVwxString@@@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQgetvalue в функции "public: class wxString thiscall DBresult::GetString(int)const " (?GetString@DBresult@@QBE?AVwxString@@H@Z) connection.obj : error LNK2019: ссылка на неразрешенный внешний символ _PQfnumber в функции "public: class wxString __thiscall DBresult::GetString(class wxString const &)const " (?GetString@DBresult@@QBE?AVwxString@@ABV2@@Z) C:\Users\Beholder\Documents\Binaries\Debug\pgagent.exe : fatal error LNK1120: 11 неразрешенных внешних элементов Журнал построения был сохранен в "file://c:\Users\Beholder\Documents\Binaries\pgagent.dir\Debug\BuildLog.htm" pgagent - ошибок 13, предупреждений 0 ------ Построение начато: проект: run, Конфигурация: Debug Win32 ------ Generating pgagent--3.4.sql, pgagent.control CMake Error: Error processing file: cmake/MakeExt.cmake Project : error PRJ0019: Инструмент вернул код ошибки из "Generating pgagent--3.4.sql, pgagent.control" Журнал построения был сохранен в "file://c:\Users\Beholder\Documents\Binaries\run.dir\Debug\BuildLog.htm" run - ошибок 1, предупреждений 0 ------ Пропуск построения: проект: INSTALL, Конфигурация: Debug Win32 ------ Проект не выбран для построения в данной конфигурации решения ------ Пропуск построения: проект: PACKAGE, Конфигурация: Debug Win32 ------ Проект не выбран для построения в данной конфигурации решения ========== Построение: успешно: 0, с ошибками: 2, без изменений: 3, пропущено: 2 ==========

repo-lockdown[bot] commented 5 years ago

Thanks for your Pull Request! :smile: This repo on GitHub is just a mirror of our real git repositories though, and can't really handle PRs. :frowning: Hopefully you can redo the PR, and direct it to the git.postgresql.org repos? We have a developer guide, if that helps: https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F. If this was a PR for pgAdmin, please visit https://www.pgadmin.org/docs/pgadmin4/dev/submitting_patches.html.