ccpcheck on 6.0 gives error

Discussion about CodeLite development process and patches
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

ccpcheck on 6.0 gives error

Post by Gibbon1 »

Last week I compiled codelite 6.0 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.

Day before yesterday I downloaded the prebuilt codelite for Windows and cppcheck gives the same error. I tried copying the std.cfg into C:/Program Files (x86)/CodeLite/cfg (From ...codelite\sdk\codelite_cppcheck\cfg\std.cfg from the source) this doesn't help.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: ccpcheck on 6.0 gives error

Post by eranif »

Download codelite again, I updated the installer to fix this

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: ccpcheck on 6.0 gives error

Post by Gibbon1 »

Appears to fix! Thanks!
Post Reply