Пошук по сайту
Результати пошуку за тегами 'Компиляция'.
Найдено 1 результат
-
вытянул свежую версию из гита git clone git://gitorious.org/stg/stg.git git пытаюсь закомпилить, получаю: g++ -c firebird_store_tariffs.cpp -I/usr/local/include -DARCH_LE -I/usr/include -fPIC -I ../../../../../stglibs/ibpp.lib/include -I ../../../../../stglibs/common.lib/include -I ../../../../../stglibs/logger.lib/include -I ../../../../../stglibs/crypto.lib/include -I /home/soft/stg/git/git-20150601/projects/stargazer/../../include -DNDEBUG -DLINUX -DIBPP_LINUX firebird_store_tariffs.cpp: In member function ‘virtual int FIREBIRD_STORE::RestoreTariff(TARIFF_DATA*, const string&) const’: firebird_store_tariffs.cpp:278:40: error: no matching function for call to ‘IBPP::IStatement::Get(int, TARIFF::TRAFF_TYPE&)’ st->Get(6, td->tariffConf.traffType); ^ firebird_store_tariffs.cpp:278:40: note: candidates are: In file included from firebird_store.h:38:0, from firebird_store_tariffs.cpp:31: ../../../../../stglibs/ibpp.lib/include/stg/ibpp.h:747:16: note: virtual bool IBPP::IStatement::Get(int, bool&) virtual bool Get(int, bool&) = 0; ^ ../../../../../stglibs/ibpp.lib/include/stg/ibpp.h:747:16: note: no known conversion for argument 2 from ‘TARIFF::TRAFF_TYPE’ to ‘bool&’ ../../../../../stglibs/ibpp.lib/include/stg/ibpp.h:748:16: note: virtual bool IBPP::IStatement::Get(int, void*, int&) virtual bool Get(int, void*, int&) = 0; // byte buffers где моя проблема ? Debian 8 (jessie)
