C++11 Support

General questions regarding the usage of CodeLite
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: C++11 Support

Post by eranif »

~/.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
Make sure you have read the HOW TO POST thread
elkvis
CodeLite Enthusiast
Posts: 18
Joined: Wed Jul 21, 2010 5:17 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: C++11 Support

Post by elkvis »

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