Hi,
I build Codelite from sources on Win7. I had no problem up to rev. 4457 (Win Release Unicode). With rev. 4458 I get build/link errors like these: Do I need an update of the wxWidget sources or what else could be wrong?
Thanks.
g++ -shared -fPIC -o ../lib/gcc_lib/libcodeliteu.dll ./WinReleaseUnicode/worker_thread.o ./WinReleaseUnicode/tokenizer.o ./WinReleaseUnicode/tag_tree.o ./WinReleaseUnicode/symbol_tree.o ./WinReleaseUnicode/readtags.o ./WinReleaseUnicode/progress_dialog.o ./WinReleaseUnicode/procutils.o ./WinReleaseUnicode/parse_thread.o ./WinReleaseUnicode/lex.yy.o ./WinReleaseUnicode/language.o ./WinReleaseUnicode/fileutils.o ./WinReleaseUnicode/dirtraverser.o ./WinReleaseUnicode/ctags_manager.o ./WinReleaseUnicode/cpp_scanner.o ./WinReleaseUnicode/cl_process.o ./WinReleaseUnicode/scope_parser.o ./WinReleaseUnicode/cpp_lexer.o ./WinReleaseUnicode/cpp_comment_creator.o ./WinReleaseUnicode/tags_options_data.o ./WinReleaseUnicode/setters_getters_data.o ./WinReleaseUnicode/archive.o ./WinReleaseUnicode/winprocess.o ./WinReleaseUnicode/cl_calltip.o ./WinReleaseUnicode/performance.o ./WinReleaseUnicode/fileextmanager.o ./WinReleaseUnicode/parsedtoken.o ./WinReleaseUnicode/cpp_expr_lexer.o ./WinReleaseUnicode/cpp_expr_parser.o ./WinReleaseUnicode/cpp_func_parser.o ./WinReleaseUnicode/expression_result.o ./WinReleaseUnicode/function.o ./WinReleaseUnicode/var_parser.o ./WinReleaseUnicode/variable.o ./WinReleaseUnicode/typedef_parser.o ./WinReleaseUnicode/scope_optimizer.o ./WinReleaseUnicode/comment_parser.o ./WinReleaseUnicode/entry.o ./WinReleaseUnicode/comment.o ./WinReleaseUnicode/fileentry.o ./WinReleaseUnicode/tags_storage_sqlite3.o ./WinReleaseUnicode/network_cl_indexer_reply.o ./WinReleaseUnicode/network_cl_indexer_request.o ./WinReleaseUnicode/network_clindexerprotocol.o ./WinReleaseUnicode/network_named_pipe.o ./WinReleaseUnicode/network_named_pipe_client.o ./WinReleaseUnicode/network_named_pipe_server.o ./WinReleaseUnicode/network_np_connections_server.o ./WinReleaseUnicode/crawler_lexer.o ./WinReleaseUnicode/fc_fileopener.o ./WinReleaseUnicode/asyncprocess.o ./WinReleaseUnicode/processreaderthread.o ./WinReleaseUnicode/unixprocess_impl.o ./WinReleaseUnicode/winprocess_impl.o ./WinReleaseUnicode/include_finder.o ./WinReleaseUnicode/pp.o ./WinReleaseUnicode/pp_lexer.o ./WinReleaseUnicode/pptable.o ./WinReleaseUnicode/refactorengine.o ./WinReleaseUnicode/cpptoken.o ./WinReleaseUnicode/cppwordscanner.o ./WinReleaseUnicode/stringaccessor.o "-L." "-L../lib/gcc_lib" -lwxsqlite3u -mthreads -LC:\wxWidgets-2.8.10\lib\gcc_dll -lwxmsw28u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -s
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZNSt8_Rb_treeI8wxStringSt4pairIKS0_18wxSQLite3StatementESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E[std::_Rb_tree<wxString, std::pair<wxString const, wxSQLite3Statement>, std::_Select1st<std::pair<wxString const, wxSQLite3Statement> >, std::less<wxString>, std::allocator<std::pair<wxString const, wxSQLite3Statement> > >::_M_erase(std::_Rb_tree_node<std::pair<wxString const, wxSQLite3Statement> >*)]+0x38): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD0Ev[clSqliteDB::~clSqliteDB()]+0x62): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD0Ev[clSqliteDB::~clSqliteDB()]+0x96): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD1Ev[clSqliteDB::~clSqliteDB()]+0x62): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD1Ev[clSqliteDB::~clSqliteDB()]+0x8b): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/parse_thread.o:parse_thread.cpp:(.text+0x3da6): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x122): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
build CodeLite from sources fails with rev. 4458
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: build CodeLite from sources fails with rev. 4458
Update your codelite sources (svn up)
and do a *clean* build (Rebuild)
it compiles fine for me under all OSs (Windows 7, XP, Mac & Linux 64/32)
In addition make sure to reload the workspace (many settings were modified)
Eran
and do a *clean* build (Rebuild)
it compiles fine for me under all OSs (Windows 7, XP, Mac & Linux 64/32)
In addition make sure to reload the workspace (many settings were modified)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Mon Sep 21, 2009 11:49 am
- Contact:
Re: build CodeLite from sources fails with rev. 4458
I have the same errors while building sources after rev.4458. After I reloaded and cleaned the workspace, the errors still remained.
My environment is :
OS: Win7
mingw: using TDM-GCC 4.5.1 http://tdm-gcc.tdragon.net/
wxWidgets: 2.8.11
the messages showed below is for rev. 4486:
My environment is :
OS: Win7
mingw: using TDM-GCC 4.5.1 http://tdm-gcc.tdragon.net/
wxWidgets: 2.8.11
the messages showed below is for rev. 4486:
Code: Select all
g++ -shared -fPIC -o ../lib/gcc_lib/libcodeliteu.dll ./WinReleaseUnicode/worker_thread.o ./WinReleaseUnicode/tokenizer.o ./WinReleaseUnicode/tag_tree.o ./WinReleaseUnicode/symbol_tree.o ./WinReleaseUnicode/readtags.o ./WinReleaseUnicode/progress_dialog.o ./WinReleaseUnicode/procutils.o ./WinReleaseUnicode/parse_thread.o ./WinReleaseUnicode/lex.yy.o ./WinReleaseUnicode/language.o ./WinReleaseUnicode/fileutils.o ./WinReleaseUnicode/dirtraverser.o ./WinReleaseUnicode/ctags_manager.o ./WinReleaseUnicode/cpp_scanner.o ./WinReleaseUnicode/cl_process.o ./WinReleaseUnicode/scope_parser.o ./WinReleaseUnicode/cpp_lexer.o ./WinReleaseUnicode/cpp_comment_creator.o ./WinReleaseUnicode/tags_options_data.o ./WinReleaseUnicode/setters_getters_data.o ./WinReleaseUnicode/archive.o ./WinReleaseUnicode/winprocess.o ./WinReleaseUnicode/cl_calltip.o ./WinReleaseUnicode/performance.o ./WinReleaseUnicode/fileextmanager.o ./WinReleaseUnicode/parsedtoken.o ./WinReleaseUnicode/cpp_expr_lexer.o ./WinReleaseUnicode/cpp_expr_parser.o ./WinReleaseUnicode/cpp_func_parser.o ./WinReleaseUnicode/expression_result.o ./WinReleaseUnicode/function.o ./WinReleaseUnicode/var_parser.o ./WinReleaseUnicode/variable.o ./WinReleaseUnicode/typedef_parser.o ./WinReleaseUnicode/scope_optimizer.o ./WinReleaseUnicode/comment_parser.o ./WinReleaseUnicode/entry.o ./WinReleaseUnicode/comment.o ./WinReleaseUnicode/fileentry.o ./WinReleaseUnicode/tags_storage_sqlite3.o ./WinReleaseUnicode/network_cl_indexer_reply.o ./WinReleaseUnicode/network_cl_indexer_request.o ./WinReleaseUnicode/network_clindexerprotocol.o ./WinReleaseUnicode/network_named_pipe.o ./WinReleaseUnicode/network_named_pipe_client.o ./WinReleaseUnicode/network_named_pipe_server.o ./WinReleaseUnicode/network_np_connections_server.o ./WinReleaseUnicode/crawler_lexer.o ./WinReleaseUnicode/fc_fileopener.o ./WinReleaseUnicode/asyncprocess.o ./WinReleaseUnicode/processreaderthread.o ./WinReleaseUnicode/unixprocess_impl.o ./WinReleaseUnicode/winprocess_impl.o ./WinReleaseUnicode/include_finder.o ./WinReleaseUnicode/pp.o ./WinReleaseUnicode/pp_lexer.o ./WinReleaseUnicode/pptable.o ./WinReleaseUnicode/refactorengine.o ./WinReleaseUnicode/cpptoken.o ./WinReleaseUnicode/cppwordscanner.o ./WinReleaseUnicode/stringaccessor.o "-L." "-L../lib/gcc_lib" -lwxsqlite3u -mthreads -LD:\wxWidgets\wxMSW-2.8.11\lib\gcc_dll -lwxmsw28u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -s
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZNSt8_Rb_treeI8wxStringSt4pairIKS0_18wxSQLite3StatementESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E[std::_Rb_tree<wxString, std::pair<wxString const, wxSQLite3Statement>, std::_Select1st<std::pair<wxString const, wxSQLite3Statement> >, std::less<wxString>, std::allocator<std::pair<wxString const, wxSQLite3Statement> > >::_M_erase(std::_Rb_tree_node<std::pair<wxString const, wxSQLite3Statement> >*)]+0x37): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD1Ev[clSqliteDB::~clSqliteDB()]+0x62): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD1Ev[clSqliteDB::~clSqliteDB()]+0x8b): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD0Ev[clSqliteDB::~clSqliteDB()]+0x62): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/symbol_tree.o:symbol_tree.cpp:(.text$_ZN10clSqliteDBD0Ev[clSqliteDB::~clSqliteDB()]+0x96): undefined reference to `_imp___ZN17wxSQLite3DatabaseD2Ev'
./WinReleaseUnicode/parse_thread.o:parse_thread.cpp:(.text+0x16b): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x34): undefined reference to `_imp___ZN17wxSQLite3Database6IsOpenEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x22b): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x46f): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x47c): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x607): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x71a): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x75c): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x796): undefined reference to `_imp___ZN17wxSQLite3Database6CommitEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x827): undefined reference to `_imp___ZN17wxSQLite3Database8RollbackEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x8b2): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x8c6): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x931): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x990): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xa2f): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xb09): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xb33): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xb5d): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xb87): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xbb1): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xbdb): more undefined references to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString' follow
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xf70): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0xfc4): undefined reference to `_imp___ZN18wxSQLite3ResultSetC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1178): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1192): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x11e2): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x12a2): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x16f8): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1788): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x181a): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x187e): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1ae3): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1b74): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1c06): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x1c70): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2047): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x20f0): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x21b3): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2280): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x23f2): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x24d1): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x28ee): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2982): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2a08): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2c25): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2cca): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2d8b): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2f13): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x2f6d): undefined reference to `_imp___ZN17wxSQLite3Database12GetLastRowIdEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3008): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3058): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x30f5): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3187): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3416): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x342a): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3453): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x34ab): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x375a): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x37b5): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3810): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x386b): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x38c6): undefined reference to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x3921): more undefined references to `_imp___ZN17wxSQLite3Database13ExecuteUpdateERK8wxString' follow
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x429c): undefined reference to `_imp___ZN17wxSQLite3Database4OpenERK8wxStringS2_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4366): undefined reference to `_imp___ZN17wxSQLite3Database4OpenERK8wxStringS2_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x466a): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4671): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4720): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4792): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x47f2): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4a52): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4b1f): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4c83): undefined reference to `_imp___ZN17wxSQLite3Database12ExecuteQueryERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4c8a): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4d26): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4d92): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4dec): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4e78): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x4f4d): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x51a1): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5261): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x52d4): undefined reference to `_imp___ZN18wxSQLite3ResultSet8FinalizeEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x52ea): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5354): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5c7e): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5c99): undefined reference to `_imp___ZN17wxSQLite3Database6CommitEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5cbc): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5ce0): undefined reference to `_imp___ZN17wxSQLite3Database6CommitEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5d61): undefined reference to `_imp___ZN17wxSQLite3Database8RollbackEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5e44): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5ec3): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5f60): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x5fbc): undefined reference to `_imp___ZN18wxSQLite3ResultSet6GetIntEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6033): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x60d0): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x616d): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x620a): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x62a7): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6344): more undefined references to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString' follow
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6987): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x69b7): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x69d5): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x69f6): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6a11): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6a49): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6a67): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6a73): undefined reference to `_imp___ZN18wxSQLite3Statement5ResetEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6c16): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6c39): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6c5c): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6c91): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6cd8): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6d0d): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6d42): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6d89): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6dbe): more undefined references to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString' follow
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x6ec2): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x70b9): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x70dc): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x70ff): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7134): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x717b): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x71c2): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7209): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x723e): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7273): more undefined references to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString' follow
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7365): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x751c): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7537): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7552): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x755e): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x768c): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x76a7): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x76b3): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x77e0): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x77fb): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEii'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7807): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7934): undefined reference to `_imp___ZN18wxSQLite3Statement4BindEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x7940): undefined reference to `_imp___ZN18wxSQLite3Statement13ExecuteUpdateEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x79f9): undefined reference to `_imp___ZN18wxSQLite3Exception17ErrorCodeAsStringEi'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x8237): undefined reference to `_imp___ZN18wxSQLite3ResultSetC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x82ca): undefined reference to `_imp___ZN18wxSQLite3ResultSetaSERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x82e0): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x831d): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x83ac): undefined reference to `_imp___ZN18wxSQLite3ResultSet9GetStringEiRK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x84b8): undefined reference to `_imp___ZN18wxSQLite3ResultSet8FinalizeEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x84ce): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x85f4): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x862b): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x9095): undefined reference to `_imp___ZN18wxSQLite3ResultSetC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x9128): undefined reference to `_imp___ZN18wxSQLite3ResultSetaSERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x913e): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x917b): undefined reference to `_imp___ZN18wxSQLite3ResultSet7NextRowEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x9254): undefined reference to `_imp___ZN18wxSQLite3ResultSet8FinalizeEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x926a): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x937c): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text+0x93b3): undefined reference to `_imp___ZN18wxSQLite3ResultSetD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN17TagsStorageSQLite6CommitEv[TagsStorageSQLite::Commit()]+0x44): undefined reference to `_imp___ZN17wxSQLite3Database6CommitEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN17TagsStorageSQLite5BeginEv[TagsStorageSQLite::Begin()]+0x4c): undefined reference to `_imp___ZN17wxSQLite3Database5BeginE24wxSQLite3TransactionType'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDBC1Ev[clSqliteDB::clSqliteDB()]+0x10): undefined reference to `_imp___ZN17wxSQLite3DatabaseC2Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZNSt4pairIK8wxString18wxSQLite3StatementED1Ev[std::pair<wxString const, wxSQLite3Statement>::~pair()]+0x41): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB5CloseEv[clSqliteDB::Close()]+0xf): undefined reference to `_imp___ZN17wxSQLite3Database5CloseEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZNSt8_Rb_treeI8wxStringSt4pairIKS0_18wxSQLite3StatementESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<wxString, std::pair<wxString const, wxSQLite3Statement>, std::_Select1st<std::pair<wxString const, wxSQLite3Statement> >, std::less<wxString>, std::allocator<std::pair<wxString const, wxSQLite3Statement> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<wxString const, wxSQLite3Statement> const&)]+0x93): undefined reference to `_imp___ZN18wxSQLite3StatementC1ERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0xe5): undefined reference to `_imp___ZN18wxSQLite3StatementC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x121): undefined reference to `_imp___ZN18wxSQLite3StatementC1ERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x166): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x187): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x1a3): undefined reference to `_imp___ZN18wxSQLite3Statement5ResetEv'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x206): undefined reference to `_imp___ZN18wxSQLite3StatementC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x242): undefined reference to `_imp___ZN18wxSQLite3StatementC1ERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x287): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x2a8): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x318): undefined reference to `_imp___ZN17wxSQLite3Database16PrepareStatementERK8wxString'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x388): undefined reference to `_imp___ZN18wxSQLite3StatementC1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x3c4): undefined reference to `_imp___ZN18wxSQLite3StatementC1ERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x409): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x42a): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x44d): undefined reference to `_imp___ZN18wxSQLite3StatementaSERKS_'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x463): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x4b4): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x4f7): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
./WinReleaseUnicode/tags_storage_sqlite3.o:tags_storage_sqlite3.cpp:(.text$_ZN10clSqliteDB19GetPrepareStatementERK8wxString[clSqliteDB::GetPrepareStatement(wxString const&)]+0x534): undefined reference to `_imp___ZN18wxSQLite3StatementD1Ev'
collect2: ld returned 1 exit status
mingw32-make.exe[1]: *** [../lib/gcc_lib/libcodeliteu.dll] Error 1
mingw32-make.exe[1]: Leaving directory `D:/iWork/CodeliteSrc/CodeLite'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
158 errors, 66 warnings, total time: 00:02:09 seconds
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: build CodeLite from sources fails with rev. 4458
Hi,
I would recommend to do a fresh checkout from SVN, this fixed the problem for me.
Frank
I would recommend to do a fresh checkout from SVN, this fixed the problem for me.
Frank
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
Re: build CodeLite from sources fails with rev. 4458
I can confirm that a clean checkout solves the problem here as well. A "svn up" did not work.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: build CodeLite from sources fails with rev. 4458
the only reason I can think of why it did not help is because you should have reloaded the workspace after the 'svn update' (all projects settings were modified and to see those changes, you should have reload the workspace)DSP_Programmer wrote:A "svn up" did not work.
BY reload I mean "Workspace | Reload Workspace" and not by closing codelite and re-opening it (this will make codelite write the in-memory workspace/projects to the disk before exiting thus overriding the changes from svn)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Mon Sep 21, 2009 11:49 am
- Contact:
Re: build CodeLite from sources fails with rev. 4458
Thanks. The problem is solved after I check out the sources to a new location.DSP_Programmer wrote:I can confirm that a clean checkout solves the problem here as well. A "svn up" did not work.