Code::Blocks Forums
User forums => Help => Topic started by: ivo 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
-
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
-
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"
-
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