xml parsing error

CodeLite installation/troubleshooting forum
streakyb
CodeLite Curious
Posts: 2
Joined: Thu Jan 29, 2009 4:35 pm
Contact:

xml parsing error

Post by streakyb »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: xml parsing error

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply