I meant: codelitegcc does not familiar with g++/clang/vc etc. It simply assumes that the first argument is the compiler name so it simply places the compilation line inside an intermediate file complation.db.txt (codelite moves the content of that file into the database, otherwise it will slow the compilation time)kira.backes wrote:codelitegcc parses the passed arguments, puts them into compilation.db and then calls the passed arguments in a subshell. That’s how I understand it.
This is strange. Since creating the PCH for the code completion involves the exact code as the code completion. It might be related to the fact the codelite uses its own libclang.dll so this version might be a bit older than the one you are using for compilationkira.backes wrote:Yes it compiles, but code completion actually fails
Can you provide the error you get?
Eran