evstevemd wrote:Clang is not working at all.
Did you follow the instructions of how to enable it? Basically, you need to compile your project a *full rebuild* and it will work.
If you did not do this, it will not work.
An indicatin that everything is working for you in clang, is that the compilation changes from:
to
evstevemd wrote:It keeps complaining at missing wx include files which is a lie as I have specified in its paths
You need to perform a full rebuild of your workspace
Please follow this page:
http://www.codelite.org/LiteEditor/ClangIntegration41
evstevemd wrote: Updated to CL 4 from deb download the same issue!
This only means that there is something else broken here
Have you tried deleting your local tags file?
Can you attach a debugger to codelite and print the backtrace?
Another option: enable codelite logging:
"Settings -> Global Editor Preferences -> Misc -> Log" and set it to "Debug"
You can see what it does when it "hangs"
the log file is under ~/.codelite/codelite.log
Eran