Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a #4511

Open
TabNahida opened this issue Mar 26, 2024 · 1 comment
Open

FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a #4511

TabNahida opened this issue Mar 26, 2024 · 1 comment

Comments

@TabNahida
Copy link

Describe the bug
FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a

To Reproduce
just cmake on msys2 mingw64 and I received this.
cmake is using ninja and mingw64 (not clang).

Expected behavior
fix this cmake bug

Logs

Screenshots
If applicable, add screenshots to help explain your problem.

Please add relevant environment information:

  • Windows 11 on MSYS2 MinGW
  • POCO 1.13.2
  • Third-party product (eg. database or library) type and version

Additional context
Add any other context about the problem here.

@TabNahida TabNahida added the bug label Mar 26, 2024
@TabNahida
Copy link
Author

Linking CXX shared library bin\libPocoActiveRecord.dll
FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -O2 -g -DNDEBUG -shared -o bin\libPocoActiveRecord.dll -Wl,--out-implib,lib\libPocoActiveRecord.dll.a -Wl,--major-image-version,102,--minor-image-version,0 ActiveRecord/CMakeFiles/ActiveRecord.dir/src/ActiveRecord.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/IDTraits.cpp.obj ActiveRecord/CMakeFiles/ActiveRecord.dir/src/StatementPlaceholderProvider.cpp.obj lib/libPocoData.dll.a lib/libPocoFoundation.dll.a -liphlpapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj: in function Poco::ActiveRecord::Context::Context(Poco::Data::Session const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/ActiveRecord/src/Context.cpp:23:(.text+0x23): undefined reference to Poco::Data::Session::Session(Poco::Data::Session const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj: in function Poco::ActiveRecord::Context::Context(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/ActiveRecord/src/Context.cpp:29:(.text+0x80): undefined reference to Poco::Data::Session::Session(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned long long)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj: in function Poco::ActiveRecord::Context::~Context()': C:/Library/CPP/Multimedia/poco-1.13.2-all/ActiveRecord/src/Context.cpp:42:(.text$_ZN4Poco12ActiveRecord7ContextD1Ev[_ZN4Poco12ActiveRecord7ContextD1Ev]+0x17): undefined reference to Poco::Data::Session::~Session()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ActiveRecord/CMakeFiles/ActiveRecord.dir/src/Context.cpp.obj: in function Poco::ActiveRecord::Context::~Context()': C:/Library/CPP/Multimedia/poco-1.13.2-all/ActiveRecord/src/Context.cpp:42:(.text$_ZN4Poco12ActiveRecord7ContextD0Ev[_ZN4Poco12ActiveRecord7ContextD0Ev]+0x17): undefined reference to Poco::Data::Session::~Session()'
collect2.exe: error: ld returned 1 exit status
[135/139] Linking CXX shared library bin\libPocoDataMySQL.dll
FAILED: bin/libPocoDataMySQL.dll lib/libPocoDataMySQL.dll.a
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -O2 -g -DNDEBUG -shared -o bin\libPocoDataMySQL.dll -Wl,--out-implib,lib\libPocoDataMySQL.dll.a -Wl,--major-image-version,102,--minor-image-version,0 Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLStatementImpl.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionHandle.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/StatementExecutor.cpp.obj Data/MySQL/CMakeFiles/DataMySQL.dir/src/Utility.cpp.obj lib/libPocoData.dll.a C:/msys64/mingw64/lib/libmysqlclient.dll.a lib/libPocoFoundation.dll.a -liphlpapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj: in function Poco::Data::MySQL::Binder::Binder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Binder.cpp:23:(.text+0x139): undefined reference to Poco::Data::AbstractBinder::AbstractBinder(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj: in function Poco::Data::MySQL::Binder::bind(unsigned long long, Poco::UUID const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Binder.cpp:216:(.text+0xa1f): undefined reference to Poco::Data::AbstractBinder::toString[abi:cxx11](Poco::UUID const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj: in function Poco::Data::MySQL::Binder::~Binder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Binder.cpp:35:(.text+0xa7): undefined reference to Poco::Data::AbstractBinder::~AbstractBinder()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x130): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<long, std::allocator<long> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x138): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<long, std::allocator > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x140): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<long, std::allocator<long> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x1f0): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x1f8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x200): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x208): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x2b8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x2c0): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data5MySQL6BinderE[_ZTVN4Poco4Data5MySQL6BinderE]+0x2c8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::~Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:37:(.text+0x33): undefined reference to Poco::Data::Connector::~Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:30:(.text+0x159): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::registerConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:60:(.text+0x188): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:30:(.text+0x1a0): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::unregisterConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:66:(.text+0x265): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:66:(.text+0x274): undefined reference to Poco::Data::SessionFactory::remove(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::~Connector()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:37:(.text+0x1b): undefined reference to Poco::Data::Connector::~Connector()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Connector.cpp.obj: in function Poco::Data::MySQL::Connector::registerConnector()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Connector.cpp:60:(.text+0x1bc): undefined reference to Poco::Data::SessionFactory::add(Poco::Data::Connector*)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj: in function Poco::Data::MySQL::Extractor::~Extractor()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Extractor.cpp:32:(.text+0x43): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj: in function Poco::Data::MySQL::Extractor::extract(unsigned long long, Poco::Data::Date&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Extractor.cpp:206:(.text+0x63f): undefined reference to Poco::Data::Date::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj: in function Poco::Data::MySQL::Extractor::extract(unsigned long long, Poco::Data::Time&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Extractor.cpp:218:(.text+0x6ef): undefined reference to Poco::Data::Time::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj: in function Poco::Data::MySQL::Extractor::Extractor(Poco::Data::MySQL::StatementExecutor&, Poco::Data::MySQL::ResultMetadata&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Extractor.cpp:25:(.text+0xae2): undefined reference to Poco::Data::AbstractExtractor::AbstractExtractor(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj: in function Poco::Data::MySQL::Extractor::~Extractor()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/Extractor.cpp:32:(.text+0x2b): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x1e8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x1f0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x1f8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x200): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x2b0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x2b8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data5MySQL9ExtractorE[_ZTVN4Poco4Data5MySQL9ExtractorE]+0x2c0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::~MySQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text+0x23): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::MySQLException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:29:(.text+0x184): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::MySQLException(Poco::Data::MySQL::MySQLException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:34:(.text+0x289): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::MySQLException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:39:(.text+0x34d): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::~MySQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::~MySQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text$_ZN4Poco4Data5MySQL19ConnectionExceptionD1Ev[_ZN4Poco4Data5MySQL19ConnectionExceptionD1Ev]+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text$_ZN4Poco4Data5MySQL19ConnectionExceptionD0Ev[_ZN4Poco4Data5MySQL19ConnectionExceptionD0Ev]+0x13): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text$_ZN4Poco4Data5MySQL18StatementExceptionD1Ev[_ZN4Poco4Data5MySQL18StatementExceptionD1Ev]+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46:(.text$_ZN4Poco4Data5MySQL18StatementExceptionD0Ev[_ZN4Poco4Data5MySQL18StatementExceptionD0Ev]+0x13): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj:C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:46: more undefined references to Poco::Data::DataException::~DataException()' follow
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLException.cpp.obj: in function Poco::Data::MySQL::MySQLException::MySQLException(Poco::Data::MySQL::MySQLException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:34:(.text$_ZNK4Poco4Data5MySQL14MySQLException7rethrowEv[_ZNK4Poco4Data5MySQL14MySQLException7rethrowEv]+0x1d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLException.cpp:34:(.text$_ZNK4Poco4Data5MySQL14MySQLException5cloneEv[_ZNK4Poco4Data5MySQL14MySQLException5cloneEv]+0x1d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLStatementImpl.cpp.obj: in function Poco::Data::MySQL::MySQLStatementImpl::MySQLStatementImpl(Poco::Data::MySQL::SessionImpl&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLStatementImpl.cpp:28:(.text+0x873): undefined reference to Poco::Data::StatementImpl::StatementImpl(Poco::Data::SessionImpl&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLStatementImpl.cpp:30:(.text+0x97c): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLStatementImpl.cpp.obj: in function Poco::Data::MySQL::MySQLStatementImpl::~MySQLStatementImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/MySQLStatementImpl.cpp:35:(.text+0x437): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/MySQLStatementImpl.cpp.obj:MySQLStatementImpl.cpp:(.rdata$_ZTVN4Poco4Data5MySQL18MySQLStatementImplE[_ZTVN4Poco4Data5MySQL18MySQLStatementImplE]+0x68): undefined reference to Poco::Data::StatementImpl::execDirectImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::_DestroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x98): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x261): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function Poco::Data::MySQL::ResultMetadata::init(st_mysql_stmt*)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/ResultMetadata.cpp:197:(.text+0x4fa): undefined reference to Poco::Data::MetaColumn::MetaColumn(unsigned long long, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Data::MetaColumn::ColumnDataType, unsigned long long, unsigned long long, bool)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text+0x510): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function Poco::Data::MySQL::ResultMetadata::init(st_mysql_stmt*)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/ResultMetadata.cpp:197:(.text+0x51f): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text+0x9fb): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::destroy<Poco::Data::MetaColumn>(Poco::Data::MetaColumn*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text+0xa07): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function Poco::Data::MySQL::ResultMetadata::init(st_mysql_stmt*)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/ResultMetadata.cpp:197:(.text+0xb16): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::_Construct<Poco::Data::MetaColumn>(Poco::Data::MetaColumn*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0x3c): undefined reference to Poco::Data::MetaColumn::MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0xcc): undefined reference to Poco::Data::MetaColumn::MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0xf3): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::destroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0xff): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::_DestroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0x17b): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_default_appendEy]+0x19c): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0x74): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0x97): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::destroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0xa3): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0xcb): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::destroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0xd7): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/ResultMetadata.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0x154): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::MySQL::SessionHandle::connect(char const*, char const*, char const*, char const*, unsigned int)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/SessionHandle.cpp:134:(.text+0x447): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/SessionHandle.cpp:134:(.text+0x456): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionHandle.cpp.obj:SessionHandle.:(.rdata$.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev[.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev]+0x0): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::MySQL::SessionImpl::open(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/MySQL/src/SessionImpl.cpp:73:(.text+0x2edb): undefined reference to Poco::Data::SessionImpl::setConnectionString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::MySQL::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text+0xe38): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::MySQL::SessionImpl::setProperty(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Any const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::MySQL::SessionImpl>::setFeature(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::MySQL::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEED2Ev[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEED2Ev]+0x118): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::MySQL::SessionImpl::AbstractSessionImpl(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned long long)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:60:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0x1f): undefined reference to Poco::Data::SessionImpl::SessionImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:133:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0xc06): undefined reference to Poco::Data::SessionImpl::~SessionImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::MySQL::SessionImpl>::getFeature(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x63): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x6a): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::MySQL::SessionImpl::getProperty(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x70): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x77): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$_ZTVN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEE[_ZTVN4Poco4Data19AbstractSessionImplINS0_5MySQL11SessionImplEEE]+0x40): undefined reference to Poco::Data::SessionImpl::isGood() const' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/MySQL/CMakeFiles/DataMySQL.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev[.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev]+0x0): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
collect2.exe: error: ld returned 1 exit status
[136/139] Linking CXX shared library bin\libPocoDataPostgreSQL.dll
FAILED: bin/libPocoDataPostgreSQL.dll lib/libPocoDataPostgreSQL.dll.a
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -O2 -g -DNDEBUG -shared -o bin\libPocoDataPostgreSQL.dll -Wl,--out-implib,lib\libPocoDataPostgreSQL.dll.a -Wl,--major-image-version,102,--minor-image-version,0 Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLStatementImpl.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLTypes.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Utility.cpp.obj lib/libPocoData.dll.a C:/msys64/mingw64/lib/libpq.dll.a lib/libPocoFoundation.dll.a -liphlpapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Data::PostgreSQL::BinaryExtractor::~BinaryExtractor()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:348:(.text+0x33): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function readTime': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:146:(.text+0xb8): undefined reference to Poco::Data::Time::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function readDate': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:133:(.text+0x174): undefined reference to Poco::Data::Date::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Data::PostgreSQL::BinaryExtractor::BinaryExtractor(Poco::Data::PostgreSQL::StatementExecutor&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:341:(.text+0xd0d): undefined reference to Poco::Data::AbstractExtractor::AbstractExtractor(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function readVar': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:259:(.text+0xf59): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:263:(.text+0xff1): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:268:(.text+0x1679): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:272:(.text+0x1711): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:263:(.text+0x1906): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:272:(.text+0x1a03): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Data::PostgreSQL::BinaryExtractor::~BinaryExtractor()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/BinaryExtractor.cpp:348:(.text+0x1b): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Dynamic::VarHolderImplPoco::Data::Time::~VarHolderImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Time.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED1Ev]+0x17): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Dynamic::VarHolderImplPoco::Data::Date::~VarHolderImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Date.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED1Ev]+0x17): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Dynamic::VarHolderImplPoco::Data::Time::~VarHolderImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Time.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED0Ev]+0x17): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj: in function Poco::Dynamic::VarHolderImplPoco::Data::Date::~VarHolderImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Date.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED0Ev]+0x17): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x1e8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x1f0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x1f8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x200): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x2b0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x2b8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/BinaryExtractor.cpp.obj:BinaryExtractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE[_ZTVN4Poco4Data10PostgreSQL15BinaryExtractorE]+0x2c0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj: in function Poco::Data::PostgreSQL::Binder::Binder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Binder.cpp:25:(.text+0x1cc9): undefined reference to Poco::Data::AbstractBinder::AbstractBinder(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj: in function Poco::Data::PostgreSQL::Binder::~Binder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Binder.cpp:32:(.text+0x6e): undefined reference to Poco::Data::AbstractBinder::~AbstractBinder()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x130): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<long, std::allocator<long> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x138): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<long, std::allocator > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x140): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<long, std::allocator<long> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x1f0): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x1f8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x200): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x208): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x2b8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x2c0): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL6BinderE[_ZTVN4Poco4Data10PostgreSQL6BinderE]+0x2c8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::~Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:35:(.text+0x33): undefined reference to Poco::Data::Connector::~Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:28:(.text+0xe9): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::registerConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:52:(.text+0x107): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:28:(.text+0x11f): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::unregisterConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:58:(.text+0x165): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::~Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:35:(.text+0x1b): undefined reference to Poco::Data::Connector::~Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::registerConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:52:(.text+0x13a): undefined reference to Poco::Data::SessionFactory::add(Poco::Data::Connector*)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Connector.cpp.obj: in function Poco::Data::PostgreSQL::Connector::unregisterConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Connector.cpp:58:(.text+0x178): undefined reference to Poco::Data::SessionFactory::remove(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::~Extractor()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:38:(.text+0x33): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::extract(unsigned long long, Poco::Data::Date&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:342:(.text+0x1577): undefined reference to Poco::Data::Date::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::extract(unsigned long long, Poco::Data::Time&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:366:(.text+0x176a): undefined reference to Poco::Data::Time::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::Extractor(Poco::Data::PostgreSQL::StatementExecutor&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:31:(.text+0x1cfd): undefined reference to Poco::Data::AbstractExtractor::AbstractExtractor(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::extractToDynamic(unsigned long long, Poco::Dynamic::Var&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:513:(.text+0x1ef7): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:518:(.text+0x1f53): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:503:(.text+0x2401): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:508:(.text+0x245d): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:518:(.text+0x255a): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:508:(.text+0x2581): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj: in function Poco::Data::PostgreSQL::Extractor::~Extractor()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/Extractor.cpp:38:(.text+0x1b): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x1e8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x1f0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x1f8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x200): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x2b0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x2b8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL9ExtractorE[_ZTVN4Poco4Data10PostgreSQL9ExtractorE]+0x2c0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::~PostgreSQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text+0x23): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::PostgreSQLException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:24:(.text+0x184): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::PostgreSQLException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:29:(.text+0x32d): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::PostgreSQLException(Poco::Data::PostgreSQL::PostgreSQLException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:43:(.text+0x469): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::~PostgreSQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::~PostgreSQLException()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text$_ZN4Poco4Data10PostgreSQL19ConnectionExceptionD1Ev[_ZN4Poco4Data10PostgreSQL19ConnectionExceptionD1Ev]+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text$_ZN4Poco4Data10PostgreSQL19ConnectionExceptionD0Ev[_ZN4Poco4Data10PostgreSQL19ConnectionExceptionD0Ev]+0x13): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text$_ZN4Poco4Data10PostgreSQL18StatementExceptionD1Ev[_ZN4Poco4Data10PostgreSQL18StatementExceptionD1Ev]+0xb): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50:(.text$_ZN4Poco4Data10PostgreSQL18StatementExceptionD0Ev[_ZN4Poco4Data10PostgreSQL18StatementExceptionD0Ev]+0x13): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj:C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:50: more undefined references to Poco::Data::DataException::~DataException()' follow
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLException.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLException::PostgreSQLException(Poco::Data::PostgreSQL::PostgreSQLException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:43:(.text$_ZNK4Poco4Data10PostgreSQL19PostgreSQLException7rethrowEv[_ZNK4Poco4Data10PostgreSQL19PostgreSQLException7rethrowEv]+0x1d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLException.cpp:43:(.text$_ZNK4Poco4Data10PostgreSQL19PostgreSQLException5cloneEv[_ZNK4Poco4Data10PostgreSQL19PostgreSQLException5cloneEv]+0x1d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLStatementImpl.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLStatementImpl::~PostgreSQLStatementImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLStatementImpl.cpp:39:(.text+0x855): undefined reference to Poco::Data::StatementImpl::~StatementImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLStatementImpl.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLStatementImpl::PostgreSQLStatementImpl(Poco::Data::PostgreSQL::SessionImpl&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLStatementImpl.cpp:28:(.text+0x8d6): undefined reference to Poco::Data::StatementImpl::StatementImpl(Poco::Data::SessionImpl&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLStatementImpl.cpp:34:(.text+0xacc): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLStatementImpl.cpp.obj: in function Poco::Data::PostgreSQL::PostgreSQLStatementImpl::~PostgreSQLStatementImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/PostgreSQLStatementImpl.cpp:39:(.text+0x77b): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/PostgreSQLStatementImpl.cpp.obj:PostgreSQLStatementImpl.cpp:(.rdata$_ZTVN4Poco4Data10PostgreSQL23PostgreSQLStatementImplE[_ZTVN4Poco4Data10PostgreSQL23PostgreSQLStatementImplE]+0x68): undefined reference to Poco::Data::StatementImpl::execDirectImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::cancel()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:324:(.text+0x1e6a): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:324:(.text+0x1e71): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::serverVersion() const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:450:(.text+0x1fda): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:450:(.text+0x1fe1): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::serverProcessID() const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:463:(.text+0x211a): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:463:(.text+0x2121): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::protocoVersion() const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:476:(.text+0x225a): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:476:(.text+0x2261): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::clientEncodingabi:cxx11 const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:489:(.text+0x24c0): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:489:(.text+0x24c7): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::parameterStatus(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:502:(.text+0x2643): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:502:(.text+0x264a): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::connect(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:102:(.text+0x2954): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:102:(.text+0x295b): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:83:(.text+0x2b7e): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:83:(.text+0x2b8d): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::startTransaction()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:212:(.text+0x3142): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:212:(.text+0x3149): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::setAsynchronousCommit(bool)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:297:(.text+0x33c4): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:297:(.text+0x33cb): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::commit()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:239:(.text+0x3652): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:239:(.text+0x3659): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::rollback()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:263:(.text+0x38e2): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:263:(.text+0x38e9): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::connectionParameters[abi:cxx11]() const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:565:(.text+0x3b82): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:565:(.text+0x3b89): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::deallocatePreparedStatement(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:399:(.text+0x3e9d): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:399:(.text+0x3ea4): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj: in function Poco::Data::PostgreSQL::SessionHandle::setTransactionIsolation(unsigned int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:341:(.text+0x4058): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionHandle.cpp:341:(.text+0x405f): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj:SessionHandle.:(.rdata$.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev[.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev]+0x0): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionHandle.cpp.obj:SessionHandle.:(.rdata$.refptr._ZN4Poco4Data21NotConnectedExceptionD1Ev[.refptr._ZN4Poco4Data21NotConnectedExceptionD1Ev]+0x0): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::PostgreSQL::SessionImpl::open(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/SessionImpl.cpp:99:(.text+0x2835): undefined reference to Poco::Data::SessionImpl::setConnectionString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::PostgreSQL::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text+0xf70): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::PostgreSQL::SessionImpl::setProperty(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Any const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::PostgreSQL::SessionImpl>::setFeature(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::PostgreSQL::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEED2Ev[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEED2Ev]+0x118): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::PostgreSQL::SessionImpl::AbstractSessionImpl(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned long long)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:60:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0x1f): undefined reference to Poco::Data::SessionImpl::SessionImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:133:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0xb26): undefined reference to Poco::Data::SessionImpl::~SessionImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::PostgreSQL::SessionImpl>::getFeature(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x63): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x6a): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::PostgreSQL::SessionImpl::getProperty(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x70): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x77): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$_ZTVN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEE[_ZTVN4Poco4Data19AbstractSessionImplINS0_10PostgreSQL11SessionImplEEE]+0x40): undefined reference to Poco::Data::SessionImpl::isGood() const' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$_ZTVN4Poco4Data10PostgreSQL11SessionImplE[_ZTVN4Poco4Data10PostgreSQL11SessionImplE]+0x40): undefined reference to Poco::Data::SessionImpl::isGood() const'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev[.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev]+0x0): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::_DestroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x418): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function Poco::Data::PostgreSQL::StatementExecutor::bindParams(std::vector<Poco::Data::PostgreSQL::InputParameter, std::allocatorPoco::Data::PostgreSQL::InputParameter > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:198:(.text+0x971): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:198:(.text+0x978): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function Poco::Data::PostgreSQL::StatementExecutor::fetch()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:331:(.text+0xe91): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:331:(.text+0xe98): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::_DestroyPoco::Data::MetaColumn(Poco::Data::MetaColumn*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x1020): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function Poco::Data::PostgreSQL::StatementExecutor::prepare(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:184:(.text+0x13fc): undefined reference to Poco::Data::MetaColumn::MetaColumn(unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Data::MetaColumn::ColumnDataType, unsigned long long, unsigned long long, bool)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text+0x1412): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function Poco::Data::PostgreSQL::StatementExecutor::prepare(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:184:(.text+0x141f): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:113:(.text+0x1736): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:113:(.text+0x173d): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:184:(.text+0x1b88): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function Poco::Data::PostgreSQL::StatementExecutor::execute()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:215:(.text+0x248c): undefined reference to Poco::Data::NotConnectedException::NotConnectedException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/PostgreSQL/src/StatementExecutor.cpp:215:(.text+0x2493): undefined reference to Poco::Data::NotConnectedException::~NotConnectedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocatorPoco::Data::MetaColumn::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT[ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT]+0x74): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0x97): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::destroy<Poco::Data::MetaColumn>(Poco::Data::MetaColumn*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0xa3): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0xcb): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::destroy<Poco::Data::MetaColumn>(Poco::Data::MetaColumn*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0xd7): undefined reference to Poco::Data::MetaColumn::~MetaColumn()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/PostgreSQL/CMakeFiles/DataPostgreSQL.dir/src/StatementExecutor.cpp.obj: in function void std::__new_allocator<Poco::Data::MetaColumn>::construct<Poco::Data::MetaColumn, Poco::Data::MetaColumn>(Poco::Data::MetaColumn*, Poco::Data::MetaColumn&&)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_[_ZNSt6vectorIN4Poco4Data10MetaColumnESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_]+0x154): undefined reference to Poco::Data::MetaColumn::MetaColumn(Poco::Data::MetaColumn&&)'
collect2.exe: error: ld returned 1 exit status
[137/139] Linking CXX shared library bin\libPocoDataODBC.dll
FAILED: bin/libPocoDataODBC.dll lib/libPocoDataODBC.dll.a
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -O2 -g -DNDEBUG -shared -o bin\libPocoDataODBC.dll -Wl,--out-implib,lib\libPocoDataODBC.dll.a -Wl,--major-image-version,102,--minor-image-version,0 Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/ConnectionHandle.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/EnvironmentHandle.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCMetaColumn.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Parameter.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/TypeInfo.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Unicode.cpp.obj Data/ODBC/CMakeFiles/DataODBC.dir/src/Utility.cpp.obj lib/libPocoData.dll.a C:/msys64/mingw64/lib/libodbc.dll.a lib/libPocoFoundation.dll.a -liphlpapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0x2796): undefined reference to Poco::Data::Date::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0x27e6): undefined reference to Poco::Data::Time::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Binder::synchronize()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:471:(.text+0x28a9): undefined reference to Poco::Data::AbstractBinder::reverseTranscode(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Binder::Binder(Poco::Data::ODBC::Handle<void*, (short)3> const&, unsigned long long, Poco::Data::ODBC::Binder::ParameterBinding, Poco::Data::ODBC::TypeInfo const*, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:41:(.text+0x2d2a): undefined reference to Poco::Data::AbstractBinder::AbstractBinder(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Binder::getColSizeAndPrecision(unsigned long long, short, long&, short&, unsigned long long)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:563:(.text+0x4172): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:563:(.text+0x4181): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:528:(.text+0x41cc): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:528:(.text+0x41db): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Binder::bind(unsigned long long, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:122:(.text+0x42bf): undefined reference to Poco::Data::AbstractBinder::transcode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function Poco::Data::ODBC::Binder::~Binder()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Binder.cpp:49:(.text+0x252d): undefined reference to Poco::Data::AbstractBinder::~AbstractBinder()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::__cxx11::list<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > >(unsigned long long, std::__cxx11::list<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIcEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIcEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x51d): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIcEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIcEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x52c): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::deque<Poco::Data::LOB<char>, std::allocator<Poco::Data::LOB<char> > > >(unsigned long long, std::deque<Poco::Data::LOB<char>, std::allocator<Poco::Data::LOB<char> > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x5ee): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x5fd): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::vector<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > >(unsigned long long, std::vector<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x531): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIcEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x540): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::__cxx11::list<Poco::Data::LOB<unsigned char>, std::allocator<Poco::Data::LOB<unsigned char> > > >(unsigned long long, std::__cxx11::list<Poco::Data::LOB<unsigned char>, std::allocator<Poco::Data::LOB<unsigned char> > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIhEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIhEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x51d): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIhEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBINSt7__cxx114listINS0_3LOBIhEESaIS7_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x52c): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::deque<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > >(unsigned long long, std::deque<Poco::Data::LOB, std::allocator<Poco::Data::LOB > > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x5ee): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt5dequeINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x5fd): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerLOB<std::vector<Poco::Data::LOB<unsigned char>, std::allocator<Poco::Data::LOB<unsigned char> > > >(unsigned long long, std::vector<Poco::Data::LOB<unsigned char>, std::allocator<Poco::Data::LOB<unsigned char> > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x531): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:745:(.text$_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder20bindImplContainerLOBISt6vectorINS0_3LOBIhEESaIS6_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x540): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const>(std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, long&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x47a): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x481): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerUTF16String<std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > >(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x57b): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringINSt7__cxx114listINS4_12basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x58a): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const>(std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, long&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x55c): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x563): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerUTF16String<std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > >(unsigned long long, std::deque<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x666): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt5dequeINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x675): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const>(std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, long&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x48a): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x491): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerUTF16String<std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > >(unsigned long long, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x58b): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:675:(.text$_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder28bindImplContainerUTF16StringISt6vectorINSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x59a): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerString<std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > >(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:563:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0xcc): undefined reference to Poco::Data::AbstractBinder::transcode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x677): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x690): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const>(std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, long&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x74f): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringINSt7__cxx114listINS4_12basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x756): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerString<std::deque<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >(unsigned long long, std::deque<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, Poco::Data::AbstractBinder::Direction)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:563:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x1b0): undefined reference to Poco::Data::AbstractBinder::transcode(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x812): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x82b): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::deque<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const>(std::deque<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, long&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x885): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x88c): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::bindImplContainerString<std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > >(unsigned long long, std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, Poco::Data::AbstractBinder::Direction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:563:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0xe6): undefined reference to Poco::Data::AbstractBinder::transcode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x674): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:606:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x68d): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj: in function void Poco::Data::ODBC::Binder::getMinValueSize<std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const>(std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, long&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x6e7): undefined reference to Poco::Data::LengthExceededException::LengthExceededException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Binder.h:1001:(.text$_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE[_ZN4Poco4Data4ODBC6Binder23bindImplContainerStringISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEvyRKT_NS0_14AbstractBinder9DirectionE]+0x6ee): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data4ODBC6BinderE[_ZTVN4Poco4Data4ODBC6BinderE]+0x2b8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::vector<Poco::UUID, std::allocator<Poco::UUID> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data4ODBC6BinderE[_ZTVN4Poco4Data4ODBC6BinderE]+0x2c0): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::deque<Poco::UUID, std::allocatorPoco::UUID > const&, Poco::Data::AbstractBinder::Direction)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$_ZTVN4Poco4Data4ODBC6BinderE[_ZTVN4Poco4Data4ODBC6BinderE]+0x2c8): undefined reference to Poco::Data::AbstractBinder::bind(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocator<Poco::UUID> > const&, Poco::Data::AbstractBinder::Direction)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Binder.cpp.obj:Binder.cpp:(.rdata$.refptr._ZN4Poco4Data23LengthExceededExceptionD1Ev[.refptr._ZN4Poco4Data23LengthExceededExceptionD1Ev]+0x0): undefined reference to Poco::Data::LengthExceededException::~LengthExceededException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ConnectionHandle.cpp.obj: in function Poco::Data::ODBC::ConnectionHandle::connect(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:105:(.text+0x116a): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:105:(.text+0x1179): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ConnectionHandle.cpp.obj: in function Poco::Data::ODBC::ConnectionHandle::setTimeout(unsigned long long)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:128:(.text+0x12ea): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:128:(.text+0x12f9): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ConnectionHandle.cpp.obj: in function Poco::Data::ODBC::ConnectionHandle::getTimeout() const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:139:(.text+0x1432): undefined reference to Poco::Data::ConnectionFailedException::ConnectionFailedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ConnectionHandle.cpp:139:(.text+0x1441): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ConnectionHandle.cpp.obj:ConnectionHandle.cpp:(.rdata$.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev[.refptr._ZN4Poco4Data25ConnectionFailedExceptionD1Ev]+0x0): undefined reference to Poco::Data::ConnectionFailedException::~ConnectionFailedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::~Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:36:(.text+0x23): undefined reference to Poco::Data::Connector::~Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:29:(.text+0xe9): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::registerConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:48:(.text+0x107): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:29:(.text+0x11f): undefined reference to Poco::Data::Connector::Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::unregisterConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:54:(.text+0x165): undefined reference to Poco::Data::SessionFactory::instance()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::~Connector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:36:(.text+0xb): undefined reference to Poco::Data::Connector::~Connector()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::registerConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:48:(.text+0x13a): undefined reference to Poco::Data::SessionFactory::add(Poco::Data::Connector*)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Connector.cpp.obj: in function Poco::Data::ODBC::Connector::unregisterConnector()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Connector.cpp:54:(.text+0x178): undefined reference to Poco::Data::SessionFactory::remove(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Extractor::~Extractor()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:50:(.text+0x780): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0x25c3): undefined reference to Poco::Data::Date::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Extractor::Extractor(Poco::Data::ODBC::Handle<void*, (short)3> const&, Poco::SharedPtr<Poco::Data::ODBC::Preparator, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::Data::ODBC::Preparator> >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::TextEncoding> >)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:43:(.text+0x8c43): undefined reference to Poco::Data::AbstractExtractor::AbstractExtractor(Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >, Poco::SharedPtr<Poco::TextEncoding, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::TextEncoding >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:45:(.text+0x8df7): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0x8ec9): undefined reference to Poco::Data::Date::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_DestroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x8f18): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0x90e6): undefined reference to Poco::Data::Date::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0x9299): undefined reference to Poco::Data::Time::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_DestroyPoco::Data::Time(Poco::Data::Time*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0x92e8): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0x94b6): undefined reference to Poco::Data::Time::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::stringContainerExtractConvert<std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > >(unsigned long long, std::__cxx11::list<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > >&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:600:(.text+0x9b7c): undefined reference to Poco::Data::AbstractExtractor::transcode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0xa786): undefined reference to Poco::Data::Date::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_DestroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xa878): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xa8b8): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xa900): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xa978): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0xab96): undefined reference to Poco::Data::Time::assign(int, int, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Destroy<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xac88): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xacc8): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xad10): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text+0xad88): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::dateSync(Poco::Data::Date&, tagDATE_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:194:(.text+0xb857): undefined reference to Poco::Data::Date::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0xb9e7): undefined reference to Poco::Data::Time::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Extractor::checkDataSize(unsigned long long)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:1386:(.text+0xe1d9): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:1386:(.text+0xe1e8): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extractBoundImpl<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:90:(.text+0xe77d): undefined reference to Poco::Data::ExtractException::ExtractException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:90:(.text+0xe794): undefined reference to Poco::Data::ExtractException::~ExtractException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Utility::timeSync(Poco::Data::Time&, tagTIME_STRUCT const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Utility.h:200:(.text+0xe9ee): undefined reference to Poco::Data::Time::assign(int, int, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extractManualImpl<std::__cxx11::basic_string<char, std::char_traits, std::allocator > >(unsigned long long, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&, short)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:324:(.text+0xf51f): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:324:(.text+0xf52e): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Extractor::extract(unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:723:(.text+0xf5bf): undefined reference to Poco::Data::AbstractExtractor::transcode(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extractManualImpl<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >(unsigned long long, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, short)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:379:(.text+0xf9df): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:379:(.text+0xf9ee): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extractManualImpl<Poco::Data::LOB >(unsigned long long, Poco::Data::LOB&, short)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:434:(.text+0xff44): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:434:(.text+0xff53): undefined reference to Poco::Data::DataException::~DataException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Data::ODBC::Extractor::~Extractor()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Extractor.cpp:50:(.text+0x706): undefined reference to Poco::Data::AbstractExtractor::~AbstractExtractor()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Any::Holder<Poco::Data::Date>::~Holder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Any.h:344:(.text$_ZN4Poco3Any6HolderINS_4Data4DateEED1Ev[_ZN4Poco3Any6HolderINS_4Data4DateEED1Ev]+0xf): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Any::Holder<Poco::Data::Date>::~Holder()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Any.h:344:(.text$_ZN4Poco3Any6HolderINS_4Data4DateEED0Ev[_ZN4Poco3Any6HolderINS_4Data4DateEED0Ev]+0x17): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco3Any6HolderINS_8NullableINS_4Data4DateEEEED1Ev[_ZN4Poco3Any6HolderINS_8NullableINS_4Data4DateEEEED1Ev]+0xf): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco3Any6HolderINS_8NullableINS_4Data4DateEEEED0Ev[_ZN4Poco3Any6HolderINS_8NullableINS_4Data4DateEEEED0Ev]+0x17): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Any::HolderPoco::Data::Time::~Holder()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Any.h:344:(.text$_ZN4Poco3Any6HolderINS_4Data4TimeEED1Ev[_ZN4Poco3Any6HolderINS_4Data4TimeEED1Ev]+0xf): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Any::HolderPoco::Data::Time::~Holder()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Any.h:344:(.text$_ZN4Poco3Any6HolderINS_4Data4TimeEED0Ev[_ZN4Poco3Any6HolderINS_4Data4TimeEED0Ev]+0x17): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::NullablePoco::Data::Time::~Nullable()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco3Any6HolderINS_8NullableINS_4Data4TimeEEEED1Ev[_ZN4Poco3Any6HolderINS_8NullableINS_4Data4TimeEEEED1Ev]+0xf): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco3Any6HolderINS_8NullableINS_4Data4TimeEEEED0Ev[_ZN4Poco3Any6HolderINS_8NullableINS_4Data4TimeEEEED0Ev]+0x17): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Dynamic::VarHolderImpl<Poco::Data::Time>::~VarHolderImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Time.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED1Ev]+0x17): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Dynamic::VarHolderImpl<Poco::Data::Date>::~VarHolderImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Date.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED1Ev]+0x17): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4DateEEEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4DateEEEED1Ev]+0x17): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4TimeEEEED1Ev[_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4TimeEEEED1Ev]+0x17): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Dynamic::VarHolderImpl<Poco::Data::Time>::~VarHolderImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Time.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4TimeEED0Ev]+0x17): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Dynamic::VarHolderImpl<Poco::Data::Date>::~VarHolderImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Date.h:176:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_4Data4DateEED0Ev]+0x17): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4TimeEEEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4TimeEEEED0Ev]+0x17): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4DateEEEED0Ev[_ZN4Poco7Dynamic13VarHolderImplINS_8NullableINS_4Data4DateEEEED0Ev]+0x17): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Construct<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0x4c): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0xe4): undefined reference to Poco::Data::Date::Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocatorPoco::Data::Date::destroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0x119): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_DestroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0x19b): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0x1b9): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocator<std::_List_node<Poco::Data::Date> >::construct<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE17_M_default_appendEy[_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE17_M_default_appendEy]+0x2a): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocator<std::_List_node<Poco::Data::Date> >::destroy<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE17_M_default_appendEy[_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE17_M_default_appendEy]+0x77): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE6resizeEy[_ZNSt7__cxx114listIN4Poco4Data4DateESaIS3_EE6resizeEy]+0x7f): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_ConstructPoco::Data::Time(Poco::Data::Time*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0x4c): undefined reference to Poco::Data::Time::Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0xe4): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocator<Poco::Data::Time>::destroy<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0x119): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Destroy<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0x19b): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt6vectorIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0x1b9): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocator<std::_List_nodePoco::Data::Time >::constructPoco::Data::Time(Poco::Data::Time*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:187:(.text$_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE17_M_default_appendEy[_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE17_M_default_appendEy]+0x2a): undefined reference to Poco::Data::Time::Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::__new_allocator<std::_List_nodePoco::Data::Time >::destroyPoco::Data::Time(Poco::Data::Time*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE17_M_default_appendEy[_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE17_M_default_appendEy]+0x77): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/new_allocator.h:194:(.text$_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE6resizeEy[_ZNSt7__cxx114listIN4Poco4Data4TimeESaIS3_EE6resizeEy]+0x7f): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Construct<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt5dequeIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt5dequeIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0xb9): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Destroy<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt5dequeIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy[_ZNSt5dequeIN4Poco4Data4DateESaIS2_EE17_M_default_appendEy]+0x1ad): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Construct<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:119:(.text$_ZNSt5dequeIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt5dequeIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0xb9): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function void std::_Destroy<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZNSt5dequeIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy[_ZNSt5dequeIN4Poco4Data4TimeESaIS2_EE17_M_default_appendEy]+0x1ad): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Dynamic::Var, Poco::Data::Date>(unsigned long long, Poco::Dynamic::Var&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:503:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0x689): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT[ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT]+0x711): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Dynamic::Var, Poco::Data::Time>(unsigned long long, Poco::Dynamic::Var&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:503:(.text$ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT[ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT]+0x729): undefined reference to Poco::Data::Time::Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0x7af): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:63:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xb89): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xbe8): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:63:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xc01): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xc60): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Dynamic::Var, Poco::Data::Time>(unsigned long long, Poco::Dynamic::Var&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xd75): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xd9f): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xdbc): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Dynamic::Var, Poco::Data::Date>(unsigned long long, Poco::Dynamic::Var&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_7Dynamic3VarEEEbyRT_]+0xdc4): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Any, Poco::Data::Date>(unsigned long long, Poco::Any&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:503:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0x801): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT[ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT]+0x879): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Any, Poco::Data::Time>(unsigned long long, Poco::Any&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:503:(.text$ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT[ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT]+0x891): undefined reference to Poco::Data::Time::Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0x907): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:63:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xca9): undefined reference to Poco::Data::Time::Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Time>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xcf8): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:63:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xd11): undefined reference to Poco::Data::Date::Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function Poco::Nullable<Poco::Data::Date>::~Nullable()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Foundation/include/Poco/Nullable.h:113:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xd60): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Any, Poco::Data::Date>(unsigned long long, Poco::Any&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xf5f): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj: in function bool Poco::Data::ODBC::Extractor::extAny<Poco::Any, Poco::Data::Time>(unsigned long long, Poco::Any&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Extractor.h:514:(.text$_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_[_ZN4Poco4Data4ODBC9Extractor11extractImplINS_3AnyEEEbyRT_]+0xffa): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data4ODBC9ExtractorE[_ZTVN4Poco4Data4ODBC9ExtractorE]+0x2b0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::vector<Poco::UUID, std::allocator<Poco::UUID> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data4ODBC9ExtractorE[_ZTVN4Poco4Data4ODBC9ExtractorE]+0x2b8): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::deque<Poco::UUID, std::allocatorPoco::UUID >&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$_ZTVN4Poco4Data4ODBC9ExtractorE[_ZTVN4Poco4Data4ODBC9ExtractorE]+0x2c0): undefined reference to Poco::Data::AbstractExtractor::extract(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocator<Poco::UUID> >&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$.refptr._ZN4Poco4Data16ExtractExceptionD1Ev[.refptr._ZN4Poco4Data16ExtractExceptionD1Ev]+0x0): undefined reference to Poco::Data::ExtractException::~ExtractException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Extractor.cpp.obj:Extractor.cpp:(.rdata$.refptr._ZN4Poco4Data13DataExceptionD1Ev[.refptr._ZN4Poco4Data13DataExceptionD1Ev]+0x0): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::~ODBCException()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x83): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0xbd): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x10d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x15d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x1ad): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x1e9): undefined reference to Poco::Data::DataException::DataException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x209): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x229): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Exception const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x249): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Exception const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x269): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::operator=(Poco::Data::ODBC::ODBCException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x289): undefined reference to Poco::Data::DataException::operator=(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x2a9): undefined reference to Poco::Data::DataException::DataException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x2c9): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x2e9): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Exception const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x309): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Exception const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x329): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj:C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:25:(.text+0x349): undefined reference to Poco::Data::DataException::operator=(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(int)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x369): undefined reference to Poco::Data::DataException::DataException(int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x389): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x3a9): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Exception const&, int)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x3c9): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Exception const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x3e9): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj:C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:26:(.text+0x409): undefined reference to Poco::Data::DataException::operator=(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x429): undefined reference to Poco::Data::DataException::DataException(int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x449): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x469): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Exception const&, int)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x489): undefined reference to Poco::Data::DataException::DataException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Exception const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x4a9): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj:C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:27:(.text+0x4c9): undefined reference to Poco::Data::DataException::operator=(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::~ODBCException()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text+0x6b): undefined reference to Poco::Data::DataException::~DataException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCException.cpp.obj: in function Poco::Data::ODBC::ODBCException::ODBCException(Poco::Data::ODBC::ODBCException const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text.unlikely+0x1d): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text.unlikely+0x73): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text.unlikely+0xc9): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCException.cpp:24:(.text.unlikely+0x11f): undefined reference to Poco::Data::DataException::DataException(Poco::Data::DataException const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCMetaColumn.cpp.obj: in function Poco::Data::ODBC::ODBCMetaColumn::ODBCMetaColumn(Poco::Data::ODBC::Handle<void*, (short)3> const&, unsigned long long)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCMetaColumn.cpp:26:(.text+0x11ee): undefined reference to Poco::Data::MetaColumn::MetaColumn(unsigned long long, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Poco::Data::MetaColumn::ColumnDataType, unsigned long long, unsigned long long, bool)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCMetaColumn.cpp:29:(.text+0x123c): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCMetaColumn.cpp.obj: in function Poco::Data::ODBC::ODBCMetaColumn::~ODBCMetaColumn()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCMetaColumn.cpp:34:(.text+0x101): undefined reference to Poco::Data::MetaColumn::~MetaColumn()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::ODBC::ODBCStatementImpl::makeInternalExtractors()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:139:(.text+0xed9): undefined reference to Poco::Data::StatementImpl::makeExtractors(unsigned long long)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::ODBC::ODBCStatementImpl::ODBCStatementImpl(Poco::Data::ODBC::SessionImpl&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:47:(.text+0x1f21): undefined reference to Poco::Data::StatementImpl::StatementImpl(Poco::Data::SessionImpl&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:64:(.text+0x213c): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::Preparation(Poco::SharedPtr<Poco::Data::AbstractPreparator, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::Data::AbstractPreparator> >&, unsigned long long, bool&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:40:(.text+0x2e21): undefined reference to Poco::Data::AbstractPreparation::AbstractPreparation(Poco::SharedPtr<Poco::Data::AbstractPreparator, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::Data::AbstractPreparator >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::~Preparation()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:48:(.text+0x2ee7): undefined reference to Poco::Data::AbstractPreparation::~AbstractPreparation()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:48:(.text+0x302f): undefined reference to Poco::Data::AbstractPreparation::~AbstractPreparation()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::ODBC::ODBCStatementImpl::hasNext()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:350:(.text+0x4fed): undefined reference to Poco::Data::StatementImpl::activateNextDataSet()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:358:(.text+0x501b): undefined reference to Poco::Data::StatementImpl::fixupExtraction()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::ODBC::ODBCStatementImpl::~ODBCStatementImpl()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:77:(.text+0x613): undefined reference to Poco::Data::StatementImpl::~StatementImpl()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::ODBC::ODBCStatementImpl::makeInternalExtractors()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/ODBCStatementImpl.cpp:140:(.text+0xee7): undefined reference to Poco::Data::StatementImpl::fixupExtraction()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::~Preparation()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:48:(.text$_ZN4Poco4Data11PreparationIbED1Ev[_ZN4Poco4Data11PreparationIbED1Ev]+0xb): undefined reference to Poco::Data::AbstractPreparation::~AbstractPreparation()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::~Preparation()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:48:(.text$_ZN4Poco4Data11PreparationIbED0Ev[_ZN4Poco4Data11PreparationIbED0Ev]+0x13): undefined reference to Poco::Data::AbstractPreparation::~AbstractPreparation()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::Preparation(Poco::SharedPtr<Poco::Data::AbstractPreparator, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::Data::AbstractPreparator> >&, unsigned long long, bool&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:40:(.text$_ZN4Poco4Data10ExtractionISt6vectorIbSaIbEEE17createPreparationERNS_9SharedPtrINS0_18AbstractPreparatorENS_16ReferenceCounterENS_13ReleasePolicyIS7_EEEEy[_ZN4Poco4Data10ExtractionISt6vectorIbSaIbEEE17createPreparationERNS_9SharedPtrINS0_18AbstractPreparatorENS_16ReferenceCounterENS_13ReleasePolicyIS7_EEEEy]+0x4a): undefined reference to Poco::Data::AbstractPreparation::AbstractPreparation(Poco::SharedPtr<Poco::Data::AbstractPreparator, Poco::ReferenceCounter, Poco::ReleasePolicyPoco::Data::AbstractPreparator >)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/ODBCStatementImpl.cpp.obj: in function Poco::Data::Preparation<bool>::~Preparation()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/Preparation.h:48:(.text$_ZN4Poco9SharedPtrINS_4Data19AbstractPreparationENS_16ReferenceCounterENS_13ReleasePolicyIS2_EEE7releaseEv[_ZN4Poco9SharedPtrINS_4Data19AbstractPreparationENS_16ReferenceCounterENS_13ReleasePolicyIS2_EEE7releaseEv]+0x41): undefined reference to Poco::Data::AbstractPreparation::~AbstractPreparation()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function Poco::Data::ODBC::Preparator::Preparator(Poco::Data::ODBC::Preparator const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Preparator.cpp:45:(.text+0x1312): undefined reference to Poco::Data::AbstractPreparator::AbstractPreparator(unsigned int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Preparator.cpp:48:(.text+0x13ee): undefined reference to Poco::Data::AbstractPreparator::~AbstractPreparator()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function Poco::Data::ODBC::Preparator::Preparator(Poco::Data::ODBC::Handle<void*, (short)3> const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned long long, Poco::Data::ODBC::Preparator::DataExtraction)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Preparator.cpp:34:(.text+0x195a): undefined reference to Poco::Data::AbstractPreparator::AbstractPreparator(unsigned int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Preparator.cpp:39:(.text+0x1a3b): undefined reference to Poco::Data::AbstractPreparator::~AbstractPreparator()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function Poco::Data::ODBC::Preparator::~Preparator()': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/Preparator.cpp:61:(.text+0x9c7): undefined reference to Poco::Data::AbstractPreparator::~AbstractPreparator()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void std::_Destroy<Poco::Data::Date>(Poco::Data::Date*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco3Any6HolderISt6vectorINS_4Data4DateESaIS4_EEED1Ev[_ZN4Poco3Any6HolderISt6vectorINS_4Data4DateESaIS4_EEED1Ev]+0x30): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void std::_Destroy<Poco::Data::Time>(Poco::Data::Time*)': C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco3Any6HolderISt6vectorINS_4Data4TimeESaIS4_EEED1Ev[_ZN4Poco3Any6HolderISt6vectorINS_4Data4TimeESaIS4_EEED1Ev]+0x30): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco3Any6HolderISt6vectorINS_4Data4TimeESaIS4_EEED0Ev[_ZN4Poco3Any6HolderISt6vectorINS_4Data4TimeESaIS4_EEED0Ev]+0x30): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void std::_DestroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco3Any6HolderISt6vectorINS_4Data4DateESaIS4_EEED0Ev[_ZN4Poco3Any6HolderISt6vectorINS_4Data4DateESaIS4_EEED0Ev]+0x30): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void Poco::Data::ODBC::Preparator::prepareFixedSizePoco::Data::Date(unsigned long long, short)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys]+0x60): undefined reference to Poco::Data::Date::Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys]+0xfc): undefined reference to Poco::Data::Date::~Date()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvys]+0x223): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void Poco::Data::ODBC::Preparator::prepareFixedSizePoco::Data::Time(unsigned long long, short)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys]+0x60): undefined reference to Poco::Data::Time::Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys]+0xfc): undefined reference to Poco::Data::Time::~Time()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/include/Poco/Data/ODBC/Preparator.h:576:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvys]+0x223): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void std::_DestroyPoco::Data::Date(Poco::Data::Date*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvysy[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4DateEEEvysy]+0x1e8): undefined reference to Poco::Data::Date::~Date()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj: in function void std::_DestroyPoco::Data::Time(Poco::Data::Time*)':
C:/msys64/mingw64/include/c++/13.2.0/bits/stl_construct.h:151:(.text$_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvysy[_ZN4Poco4Data4ODBC10Preparator16prepareFixedSizeINS0_4TimeEEEvysy]+0x1e8): undefined reference to Poco::Data::Time::~Time()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj:Preparator.cpp:(.rdata$_ZTVN4Poco4Data4ODBC10PreparatorE[_ZTVN4Poco4Data4ODBC10PreparatorE]+0x2b0): undefined reference to Poco::Data::AbstractPreparator::prepare(unsigned long long, std::vector<Poco::UUID, std::allocatorPoco::UUID > const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj:Preparator.cpp:(.rdata$_ZTVN4Poco4Data4ODBC10PreparatorE[_ZTVN4Poco4Data4ODBC10PreparatorE]+0x2b8): undefined reference to Poco::Data::AbstractPreparator::prepare(unsigned long long, std::deque<Poco::UUID, std::allocator<Poco::UUID> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/Preparator.cpp.obj:Preparator.cpp:(.rdata$_ZTVN4Poco4Data4ODBC10PreparatorE[_ZTVN4Poco4Data4ODBC10PreparatorE]+0x2c0): undefined reference to Poco::Data::AbstractPreparator::prepare(unsigned long long, std::__cxx11::list<Poco::UUID, std::allocatorPoco::UUID > const&)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::ODBC::SessionImpl>::getFeature(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text+0x373f): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text+0x3746): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::ODBC::SessionImpl::open(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/ODBC/src/SessionImpl.cpp:150:(.text+0x3e67): undefined reference to Poco::Data::SessionImpl::setConnectionString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::ODBC::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text+0x362b): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::ODBC::SessionImpl::setFeature(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, bool)':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:162:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10setFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::ODBC::SessionImpl>::setProperty(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Poco::Any const&)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x101): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:202:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11setPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_3AnyE]+0x108): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::ODBC::SessionImpl::~AbstractSessionImpl()':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:138:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEED2Ev[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEED2Ev]+0x118): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::ODBC::SessionImpl::getFeature(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x63): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:177:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE10getFeatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x6a): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImpl<Poco::Data::ODBC::SessionImpl>::AbstractSessionImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long)': C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:60:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0x17): undefined reference to Poco::Data::SessionImpl::SessionImpl(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned long long)'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:133:(.text$_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy[_ZN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy]+0xbb2): undefined reference to Poco::Data::SessionImpl::~SessionImpl()' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj: in function Poco::Data::AbstractSessionImplPoco::Data::ODBC::SessionImpl::getProperty(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const':
C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x70): undefined reference to Poco::Data::NotSupportedException::NotSupportedException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/Library/CPP/Multimedia/poco-1.13.2-all/Data/include/Poco/Data/AbstractSessionImpl.h:217:(.text$_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEE11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x77): undefined reference to Poco::Data::NotSupportedException::~NotSupportedException()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$_ZTVN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEE[_ZTVN4Poco4Data19AbstractSessionImplINS0_4ODBC11SessionImplEEE]+0x40): undefined reference to Poco::Data::SessionImpl::isGood() const' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$_ZTVN4Poco4Data4ODBC11SessionImplE[_ZTVN4Poco4Data4ODBC11SessionImplE]+0x40): undefined reference to Poco::Data::SessionImpl::isGood() const'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Data/ODBC/CMakeFiles/DataODBC.dir/src/SessionImpl.cpp.obj:SessionImpl.cp:(.rdata$.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev[.refptr._ZN4Poco4Data21NotSupportedExceptionD1Ev]+0x0): undefined reference to `Poco::Data::NotSupportedException::~NotSupportedException()'
collect2.exe: error: ld returned 1 exit status
[138/139] Building C object Data/SQLite/CMakeFiles/DataSQLite.dir/src/sqlite3.c.obj
ninja: build stopped: subcommand failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants