First, I would like to thank you for a very impressive project.
I had a small problem to build the project from the scratch.
Compiler: MinGW TDM 492 x64
wxWidgets: 3.0.2
CodeLite: the last sources
The Flag wxSTC_INDIC_TEXTFORE used inside /LiteEditor/findresultstab.cpp (line 242) is introduced in wxWidgets 3.1 and it is not part of the last official release wxWidgets 3.0.2
Code: Select all
D:/Dev/MinGW-TDM-492-x64/bin/windres.exe -i "D:/Dev/CodeLite_svn/trunk/LiteEditor/code_parser.rc" --use-temp-file --define __WXMSW__ --define _UNICODE --include-dir D:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu --include-dir D:/Dev/wxWidgets-3.0.2/include --define WXUSINGDLL -o Win_x64_Release/code_parser.rc.o
D:/Dev/MinGW-TDM-492-x64/bin/windres.exe: warning: 24: 1: 1033: duplicate value
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/cpp_symbol_tree.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/cpp_symbol_tree.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/filedroptarget.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/filedroptarget.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/fileview.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/fileview.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/resources.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/resources.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/filehistory.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/filehistory.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/build_custom_targets_menu_manager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/build_custom_targets_menu_manager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/OpenFolderDlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/OpenFolderDlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/app.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/app.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/stack_walker.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/stack_walker.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/iconsextra.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/iconsextra.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/generalinfo.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/generalinfo.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/frame.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/frame.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/singleinstancethreadjob.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/singleinstancethreadjob.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/webupdatethread.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/webupdatethread.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/newversionbasedlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/newversionbasedlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/newversiondlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/newversiondlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/clsplashscreen.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/clsplashscreen.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/WelcomePage.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/WelcomePage.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/autoversion.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/autoversion.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/theme_handler.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/theme_handler.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/wxcl_log_text_ctrl.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/wxcl_log_text_ctrl.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/clInitializeDialog.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/clInitializeDialog.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/checktreectrl.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/checktreectrl.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/checkdirtreectrl.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/checkdirtreectrl.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/ccvirtuallistctrl.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/ccvirtuallistctrl.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/quickfindbar.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/quickfindbar.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/navbar.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/navbar.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/filechecklist.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/filechecklist.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/filechecklistbase.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/filechecklistbase.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/quickfindbarbase.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/quickfindbarbase.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/messagepane_base.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/messagepane_base.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/message_pane.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/message_pane.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/ccboxmainpanel.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/ccboxmainpanel.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/save_perspective_as_dlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/save_perspective_as_dlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/quickfindbarbase_liteeditor_bitmaps.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/quickfindbarbase_liteeditor_bitmaps.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/DefaultWorkspacePage.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/DefaultWorkspacePage.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/context_base.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/context_base.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/context_cpp.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/context_cpp.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/context_manager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/context_manager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/generic_context.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/generic_context.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/menumanager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/menumanager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/menu_event_handlers.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/menu_event_handlers.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/cl_editor.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/cl_editor.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/renamesymboldlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/renamesymboldlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/stringhighlighterjob.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/stringhighlighterjob.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/context_diff.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/context_diff.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/context_html.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/context_html.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/editorframe.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/editorframe.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/cl_unredo.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/cl_unredo.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/ContextPhp.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/ContextPhp.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/ContextJavaScript.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/ContextJavaScript.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/manager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/manager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/importfilessettings.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/importfilessettings.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/buildtabsettingsdata.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/buildtabsettingsdata.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/colourthread.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/colourthread.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/colourrequest.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/colourrequest.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/refactorindexbuildjob.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/refactorindexbuildjob.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/tabgroupmanager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/tabgroupmanager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/tabgroupspane.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/tabgroupspane.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/dbcontentcacher.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/dbcontentcacher.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/perspectivemanager.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/perspectivemanager.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/manageperspectivesbasedlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/manageperspectivesbasedlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/manage_perspective_dlg.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/manage_perspective_dlg.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/output_pane.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/output_pane.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/workspace_pane.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/workspace_pane.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/debuggerpane.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/debuggerpane.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/fileexplorer.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/fileexplorer.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/mainbook.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/mainbook.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/tiptree.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/tiptree.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/openwindowspanel.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/openwindowspanel.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/openwindowspanelbase.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/openwindowspanelbase.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/threadlistbasepanel.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/threadlistbasepanel.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/threadlistpanel.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/threadlistpanel.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/outputtabwindow.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/outputtabwindow.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/findresultstab.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/findresultstab.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/shelltab.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/shelltab.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/workspacetab.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/workspacetab.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/memoryview.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/memoryview.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/memoryviewbase.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/memoryviewbase.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
D:/Dev/CodeLite_svn/trunk/LiteEditor/findresultstab.cpp: In static member function 'static void FindResultsTab::SetStyles(wxStyledTextCtrl*)':
D:/Dev/CodeLite_svn/trunk/LiteEditor/findresultstab.cpp:242:31: error: 'wxSTC_INDIC_TEXTFORE' was not declared in this scope
sci->IndicatorSetStyle(1, wxSTC_INDIC_TEXTFORE);
^
D:/Dev/MinGW-TDM-492-x64/bin/g++.exe -include ..\PCH\precompiled_header_release.h -c "D:/Dev/CodeLite_svn/trunk/LiteEditor/debuggerasciiviewerbase.cpp" -O2 -std=c++11 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -ID:/Dev/wxWidgets-3.0.2/lib/gcc492-x64_dll/mswu -ID:/Dev/wxWidgets-3.0.2/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=gnu++11 -Winvalid-pch -DWXUSINGDLL_SDK -DWXUSINGDLL_CL -DWXUSINGDLL_SCI -DHAS_LIBCLANG=1 -DHAS_LIBCLANG_BRIEFCOMMENTS=1 -o Win_x64_Release/debuggerasciiviewerbase.cpp.o -I. -I. -I../CodeLite -I../sdk/wxsqlite3/include -I../sdk/wxscintilla/include -I../Plugin -I../Interfaces -I../PCH -I../sdk/clang/include
mingw32-make.exe[1]: *** [Win_x64_Release/findresultstab.cpp.o] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
CodeLiteIDE.mk:951: recipe for target 'Win_x64_Release/findresultstab.cpp.o' failed
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory 'D:/Dev/CodeLite_svn/trunk/LiteEditor'
Makefile:4: recipe for target 'All' failed
2 errors, 87 warnings, total time: 00:08:16 seconds
copy ..\sdk\libssh\lib\libssh.dll "%TARGET_DIR%\CodeLite\" /Y
it must be
copy ..\sdk\libssh\lib\libssh64.dll "%TARGET_DIR%\CodeLite\" /Y
I am using multiple TDM compilers at the same time, depend on the current project with different compiled wxWidgets.
Unfortunately the original implemented wx-config is not allowed to have something as
WXCFG=gcc492-x64_dll\mswu because the output is always gcc_dll\mswu
The corrected version is under https://github.com/Uskok/wx-config
Regards,
Uskok