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.
ccpcheck on 6.0 gives error
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: ccpcheck on 6.0 gives error
Download codelite again, I updated the installer to fix this
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Appears to fix! Thanks!