Discussion about CodeLite development process and patches
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Fri May 30, 2014 2:17 pm
Gibbon1 wrote: copy codelite_indexer.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite-cc.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite_cppcheck.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite_launcher.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite-echo.exe "%TARGET_DIR%\CodeLite\" /Y
copy makedir.exe "%TARGET_DIR%\CodeLite\" /Y
copy le_exec.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite-clang.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite-make.exe "%TARGET_DIR%\CodeLite\" /Y
copy codelite-terminal.exe "%TARGET_DIR%\CodeLite\" /Y
All these files are from the codelite_utils workspace
Make sure you select the 'build_all' project and confirm that they indeed got built
Eran
Gibbon1
CodeLite Expert
Posts: 167 Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Gibbon1 » Sat May 31, 2014 4:47 am
So I get it compiled and running and tried running Cppcheck... and got the following message
:: information: Failed to log std.cfg. Your Cppcheck installation is broken, please re-install. The Cppcheck binary was compiled without CFGDIR set. Either the std.cfg should be available in C:/Program Files (x86)/CodeLite/cfg or the CFGDIR should be configured.
Errr....
DavidGH
CodeLite Plugin
Posts: 819 Joined: Wed Sep 03, 2008 7:26 pm
Contact:
Post
by DavidGH » Sat May 31, 2014 10:48 am
Hi,
I don't use Windows and have never seen that message; but (as so often) Google has. e.g.
this bug-report .
Regards,
David