When I start Codelite I get the following error:
XML parsing error: 'unclosed token' at line 110.
If I click Ok to the error Codelite starts up with no further problems
I have had a quick look at the xml files for CodeLite settings and cannot see anything obviously wrong.
xml parsing error
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 29, 2009 4:35 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: xml parsing error
CodeLite reads several XML files on startup:
~/.codelite/config/*.xml
Also:
~/.codelite/lexers/*.xml
My guess: try to remove the file ~/.codelite/config/codelite.xml
Eran
~/.codelite/config/*.xml
Also:
~/.codelite/lexers/*.xml
My guess: try to remove the file ~/.codelite/config/codelite.xml
Eran
Make sure you have read the HOW TO POST thread