GRAPHITE9932
GRAPHITE9932

Reputation: 36

CodeLite displays non-existent errors (wxWidgets)

I created template wxwidgets application in CodeLite and it builds fine, but CodeLite shows errors like this in text editor:

definition of builtin function '__rdtsc'

This error is not one, also exists error in #include <wx/settings.h>: unknown type name 'class'.

The second error lets me understand that CodeLite is looking for C errors, but code on C++.

Is there a solution or should I ignore this errors?

Upvotes: 0

Views: 220

Answers (1)

Daniel
Daniel

Reputation: 5

You can turn that off in Plugins -> Language Server -> Settings, but it really seems to work better and better every time, but still, the red arrows gouge out the eyes.

Here is the official link: https://wiki.codelite.org/pmwiki.php/Main/LanguageServer

Upvotes: 0

Related Questions