I'm trying to build CodeLite under Windows 7, but I have a link error building the project WinReleaseUnicode from the CodeLite workspace.
Here's the build output:
Code: Select all
----------Building project:[ CodeLite - WinReleaseUnicode ]----------
g++ -c ../PCH/precompiled_header_release.h -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -O2
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/worker_thread.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/worker_thread.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/tokenizer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/tokenizer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/tag_tree.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/tag_tree.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/symbol_tree.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/symbol_tree.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/readtags.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/readtags.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/progress_dialog.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/progress_dialog.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/procutils.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/procutils.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/parse_thread.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/parse_thread.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/lex.yy.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/lex.yy.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/lex.yy.cpp: In member function 'virtual int flex::yyFlexLexer::yylex()':
C:/Development/CodeLite/CodeLite/lex.yy.cpp:1039:5: warning: label 'find_rule' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/language.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/language.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/fileutils.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/fileutils.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/dirtraverser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/dirtraverser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/ctags_manager.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/ctags_manager.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_scanner.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_scanner.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cl_process.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cl_process.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/scope_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/scope_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/scope_parser.cpp: In function 'int cl_scope_parse()':
C:/Development/CodeLite/CodeLite/scope_parser.cpp:832:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/scope_parser.cpp:876:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/scope_parser.cpp:1327:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/scope_parser.cpp:875:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/scope_parser.cpp:880:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_lexer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_lexer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_lexer.cpp: In function 'int cl_scope_lex()':
C:/Development/CodeLite/CodeLite/cpp_lexer.cpp:1131:1: warning: label 'find_rule' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/scope_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/scope_parser.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_comment_creator.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_comment_creator.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/tags_options_data.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/tags_options_data.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/setters_getters_data.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/setters_getters_data.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_lexer.cpp: At global scope:
C:/Development/CodeLite/CodeLite/cpp_lexer.cpp:2645:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/cpp_lexer.cpp:2127:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/archive.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/archive.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/winprocess.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/winprocess.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/winprocess.cpp: In member function 'bool WinProcess::Write(const wxString&)':
C:/Development/CodeLite/CodeLite/winprocess.cpp:223:8: warning: variable 'dwTimeout' set but not used [-Wunused-but-set-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cl_calltip.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cl_calltip.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/performance.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/performance.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/fileextmanager.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/fileextmanager.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/parsedtoken.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/parsedtoken.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/file_logger.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/file_logger.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/compiler_command_line_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/compiler_command_line_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_expr_lexer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_expr_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp: In function 'int cl_expr_lex()':
C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp:1082:1: warning: label 'find_rule' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp: In function 'int cl_expr_parse()':
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:552:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:596:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:969:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:595:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:600:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpp_func_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp: In function 'int cl_func_parse()':
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:641:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:685:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:1032:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:684:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:689:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/expression_result.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/expression_result.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/cpp_expr_parser.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/function.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/function.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp: At global scope:
C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp:2580:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/cpp_expr_lexer.cpp:2062:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/var_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/var_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/variable.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/variable.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/var_parser.cpp: In function 'void var_consumeDefaultValue(char, char)':
C:/Development/CodeLite/CodeLite/var_parser.cpp:622:7: warning: unused variable 'cont' [-Wunused-variable]
C:/Development/CodeLite/CodeLite/var_parser.cpp: In function 'int cl_var_parse()':
C:/Development/CodeLite/CodeLite/var_parser.cpp:730:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/var_parser.cpp:774:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/var_parser.cpp:1347:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/var_parser.cpp:773:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/var_parser.cpp:778:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/cpp_func_parser.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/typedef_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/typedef_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/typedef_parser.cpp: In function 'void typedef_consumeDefaultValue(char, char)':
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:463:7: warning: unused variable 'cont' [-Wunused-variable]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp: In function 'int cl_typedef_parse()':
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:548:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:592:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:929:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:591:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:596:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/scope_optimizer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/scope_optimizer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp: In function 'int scope_optimizer_lex()':
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp:944:1: warning: label 'find_rule' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/comment_parser.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/comment_parser.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/comment_parser.cpp: In function 'int cp_lex()':
C:/Development/CodeLite/CodeLite/comment_parser.cpp:647:1: warning: label 'find_rule' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/typedef_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/typedef_parser.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/entry.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/entry.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp: At global scope:
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp:2233:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp:2159:13: warning: 'void yy_fatal_error(const char*)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/scope_optimizer.cpp:1716:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/comment.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/comment.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/var_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/var_parser.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/fileentry.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/fileentry.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/comment_parser.cpp: At global scope:
C:/Development/CodeLite/CodeLite/comment_parser.cpp:1676:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/comment_parser.cpp:1602:13: warning: 'void yy_fatal_error(const char*)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/comment_parser.cpp:1159:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/tags_storage_sqlite3.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/tags_storage_sqlite3.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/cl_indexer_reply.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_cl_indexer_reply.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/cl_indexer_request.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_cl_indexer_request.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/clindexerprotocol.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_clindexerprotocol.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/sdk/codelite_indexer/network/clindexerprotocol.cpp: In static member function 'static bool clIndexerProtocol::ReadReply(clNamedPipe*, clIndexerReply&)':
C:/Development/CodeLite/sdk/codelite_indexer/network/clindexerprotocol.cpp:42:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat]
C:/Development/CodeLite/sdk/codelite_indexer/network/clindexerprotocol.cpp: In static member function 'static bool clIndexerProtocol::ReadRequest(clNamedPipe*, clIndexerRequest&)':
C:/Development/CodeLite/sdk/codelite_indexer/network/clindexerprotocol.cpp:81:117: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/named_pipe.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_named_pipe.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/named_pipe_client.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_named_pipe_client.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/named_pipe_server.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_named_pipe_server.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/sdk/codelite_indexer/network/np_connections_server.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/network_np_connections_server.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/crawler_lexer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/crawler_lexer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/fc_fileopener.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/fc_fileopener.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp: In function 'int fc_lex()':
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp:759:1: warning: label 'find_rule' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/asyncprocess.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/asyncprocess.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp: At global scope:
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp:1784:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp:1710:13: warning: 'void yy_fatal_error(const char*)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/crawler_lexer.cpp:1267:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/processreaderthread.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/processreaderthread.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/unixprocess_impl.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/unixprocess_impl.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/winprocess_impl.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/winprocess_impl.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/include_finder.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/include_finder.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/include_finder.cpp: In function 'int inclf_lex()':
C:/Development/CodeLite/CodeLite/include_finder.cpp:691:1: warning: label 'find_rule' defined but not used [-Wunused-label]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/pp.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/pp.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/pp_lexer.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/pp_lexer.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/pp.cpp: In function 'int pp_parse()':
C:/Development/CodeLite/CodeLite/pp.cpp:304:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
C:/Development/CodeLite/CodeLite/pp.cpp:348:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/pp.cpp:555:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Development/CodeLite/CodeLite/pp.cpp:347:1: warning: label 'yynewerror' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/pp.cpp:352:1: warning: label 'yyerrlab' defined but not used [-Wunused-label]
C:/Development/CodeLite/CodeLite/include_finder.cpp: At global scope:
C:/Development/CodeLite/CodeLite/include_finder.cpp:1661:14: warning: 'void* yy_flex_realloc(void*, yy_size_t)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/include_finder.cpp:1587:13: warning: 'void yy_fatal_error(const char*)' defined but not used [-Wunused-function]
C:/Development/CodeLite/CodeLite/include_finder.cpp:1144:13: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/pptable.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/pptable.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/refactorengine.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/refactorengine.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
C:/Development/CodeLite/CodeLite/pp.cpp: At global scope:
C:/Development/CodeLite/CodeLite/pp.cpp:2:13: warning: 'yysccsid' defined but not used [-Wunused-variable]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cpptoken.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cpptoken.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
lex.pp_.c:2171:13: warning: 'void yy_fatal_error(const char*)' defined but not used [-Wunused-function]
lex.pp_.c:1694:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function]
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/cppwordscanner.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/cppwordscanner.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/stringaccessor.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/stringaccessor.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -include ../PCH/precompiled_header_release.h -c "C:/Development/CodeLite/CodeLite/clprogressdlgbase.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:\WxWidgets\lib\gcc_dll\mswu -IC:\WxWidgets\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -Wall -O2 -Winvalid-pch -D__WX__ -DWXUSINGDLL -DWXMAKINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -o ./WinReleaseUnicode/clprogressdlgbase.o -I. -I. -I./include -I../sdk/wxsqlite3/include -I../sdk/codelite_indexer/network -I../PCH
g++ -shared -fPIC -o ../lib/gcc_lib/libcodeliteu.dll @"C:\Development\CodeLite\CodeLite\CodeLite.txt" -L. -L../lib/gcc_lib -lwxsqlite3u -mthreads -LC:\WxWidgets\lib\gcc_dll -lwxmsw29u_html -lwxmsw29u_adv -lwxmsw29u_core -lwxbase29u_xml -lwxbase29u_net -lwxbase29u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -s
./WinReleaseUnicode/parse_thread.o:parse_thread.cpp:(.text.startup+0x49): undefined reference to `__imp___ZN13wxXmlResource10DoGetXRCIDEPKci'
./WinReleaseUnicode/ctags_manager.o:ctags_manager.cpp:(.text+0x595): undefined reference to `__imp___ZN13wxXmlResource10DoGetXRCIDEPKci'
./WinReleaseUnicode/ctags_manager.o:ctags_manager.cpp:(.text.startup+0x49): undefined reference to `__imp___ZN13wxXmlResource10DoGetXRCIDEPKci'
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe: *** [../lib/gcc_lib/libcodeliteu.dll] Error 1
----------Build Ended----------
3 errors, 66 warnings, total time: 00:01:02 seconds
Code: Select all
CodeLiteDir=C:\Program Files (x86)\CodeLite
WXWIN=C:/WxWidgets
WXCFG=gcc_dll/mswu
Any ideas on this?
Incidentally, my main motivation for trying to build the code is to try and fix the bug which I've recently entered into the database, where the '[' and '{' characters are not typeable from a Spanish keyboard (obviously this is a bit of a problem with C++ development!). I found elsewhere that the problem may be related to this code in ScintillaWX.cpp:
Code: Select all
int rv = KeyDown(key, shift, ctrl, alt, consumed);
if (key)
return rv;
else
return 1;
Code: Select all
int rv = KeyDown(key, shift, ctrl, alt, consumed);
return rv;
Many thanks for any answers!
Rich