Page 1 of 2

CodeLite and wxWidgets 3.0.2

Posted: Wed Jul 29, 2015 11:25 pm
by Uskok
Hi Eranif,

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
Second small problem is inside update64.bat
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

Re: CodeLite and wxWidgets 3.0.2

Posted: Wed Jul 29, 2015 11:30 pm
by eranif
Uskok wrote: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
Indeed. On Windows and OSX I am building CodeLite with the latest wxWidgets. I will fix this by surrounding it with wx version check
Uskok wrote: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
Thanks for pointing this one out, is it possible to patch up the wx-config maintained and is part of CodeLite sources?

Thanks,
Eran

Re: CodeLite and wxWidgets 3.0.2

Posted: Wed Jul 29, 2015 11:35 pm
by Uskok
eranif wrote: Thanks for pointing this one out, is it possible to patch up the wx-config maintained and is part of CodeLite sources?
Eran
Hi Eran,

Yes you can take it, if you find appropriate for the development of CodeLite.

Regards,

Uskok

Re: CodeLite and wxWidgets 3.0.2

Posted: Wed Jul 29, 2015 11:36 pm
by eranif
You should now be able to build CodeLite on Windows with wx3.0.2

Eran

Re: CodeLite and wxWidgets 3.0.2

Posted: Wed Jul 29, 2015 11:51 pm
by Uskok
eranif wrote:You should now be able to build CodeLite on Windows with wx3.0.2

Eran
Thanks!,

just the second small correction inside update64.bat please, when you have a time.

Regards,

Uskok

Re: CodeLite and wxWidgets 3.0.2

Posted: Thu Jul 30, 2015 8:17 am
by eranif
Should be fixed

Eran

Re: CodeLite and wxWidgets 3.0.2

Posted: Sun Nov 15, 2015 9:36 pm
by srini2174
Hi,
I still see that the patch for wx-config is not applied in the git repository. I have analysed the diff and if we make the following changes then wx-config is able to correctly parse directory with gcc compiler version string. I have tested it in my machine and it works for me. I am uploading the unified patch file generated with winmerge. Thanks for incorporating these changes in the future version of codelite

Srinivasan.B

Re: CodeLite and wxWidgets 3.0.2

Posted: Sun Nov 15, 2015 9:50 pm
by eranif
Can you post this as pull request on GitHub?

Thanks
Eran

Re: CodeLite and wxWidgets 3.0.2

Posted: Mon Nov 16, 2015 8:10 pm
by srini2174
Hi,
I am new to using GIT and I do not know how to create a pull request. Is there a guide to create this pull request?

Srinivasan

Re: CodeLite and wxWidgets 3.0.2

Posted: Mon Nov 16, 2015 11:09 pm
by eranif