~/.codelite/codelite.log
You might also want to increase the log verbosity from:
Settings -> global editor preferences -> Misc -> Log, set it to "Debug" (developer is too noisy)
Eran
C++11 Support
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: C++11 Support
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Wed Jul 21, 2010 5:17 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: C++11 Support
it looks like most of the errors are from forward declarations of classes being used as template parameters. gcc happily compiles the code, but clang pukes on it. that exact issue came up in my google searching about this problem. it seems clang is not a big fan of compiling templates whose template parameters are not fully defined.