Author Topic: no handler found for XML node 'object', class wxCheckList  (Read 5817 times)

ivo

  • Guest
no handler found for XML node 'object', class wxCheckList
« on: March 25, 2006, 10:14:08 pm »
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



« Last Edit: March 25, 2006, 10:19:11 pm by ivo »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: no handler found for XML node 'object', class wxCheckList
« Reply #1 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
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

ivo

  • Guest
Re: no handler found for XML node 'object', class wxCheckList
« Reply #2 on: March 26, 2006, 12:16:01 am »
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"



Offline aarti_pl

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: no handler found for XML node 'object', class wxCheckList
« Reply #3 on: March 26, 2006, 01:23:47 am »
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