News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

no handler found for XML node 'object', class wxCheckList

Started by ivo, March 25, 2006, 10:14:08 PM

Previous topic - Next topic

ivo

Hi guys,

first of all...great IDE, i have been using it on windows for some time

I have the following problem after compiling the sources from svn on suse

"no handler found for XML node 'object', class wxCheckList"

followed by codeblocks crashing with:

"addr2line: 'codeblocks': No such file"


All of this happens after i start/open a project and try to open
e.g. project options

hope somebody can help me on this one




thomas

That error means, well... it means what it says. There is no XRC handler for wxCheckList.

There can be two main reasons for that:
1. your wxWidgets version is old (support for wxCheckList XRC was added in 2.6.1 IIRC)
2. setup.h was configured to not enable wxCheckList support when building
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

ivo

Quote from: thomas on March 25, 2006, 10:52:49 PM
That error means, well... it means what it says. There is no XRC handler for wxCheckList.

There can be two main reasons for that:
1. your wxWidgets version is old (support for wxCheckList XRC was added in 2.6.1 IIRC)
2. setup.h was configured to not enable wxCheckList support when building


got it....wxCheckList is deprecated (one should use wxCheckListBox instead) and i compiled wxGtk with
"--disable-compat24"



aarti_pl

ouch... I had same error before... And CB crashed all times when I opened almost any program dialog... Fortunately I solved this, but I was just lucky  :lol:  I removed self compiled wxGTK (which as I know myself had to be compiled with --disable-compat24), and then I upgraded wxGTK + libcairo + freetype 2.1.10 (all from Ubuntu Dapper).

And all crashes are gone now! Great - finally I can use CB on Linux!

Regards
Aarti_pl