Compiling CodeLite under Windows 7 / 64 bit fails

Discussion about CodeLite development process and patches
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Compiling CodeLite under Windows 7 / 64 bit fails

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Compiling CodeLite under Windows 7 / 64 bit fails

Post by Gibbon1 »

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:

Re: Compiling CodeLite under Windows 7 / 64 bit fails

Post by DavidGH »

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
Post Reply