Ahh, beautiful, it even has an official package repo.
I got the Collada DOM to compile (version 2.2, because 2.4 is a mess, 2.3 I didn't try) but then got the following error while building PCS2. Is the repo still up to date, should I pass that -fpermissive flag through scons? And is it supposed to work with wxWidgets 2.8.12-release-unicode, or should I build with a different wx?
In file included from debug/model_editor_ctrl.h:5:0,
from debug/main_panel.h:66,
from debug/Main_Panel.cpp:120:
debug/primitive_ctrl.h: In member function 'void _vector_button_ctrl<data_ctrl>::on_click(wxCommandEvent&)':
debug/primitive_ctrl.h:230:19: error: there are no arguments to 'GetEventHandler' that depend on a template parameter, so a declaration of 'GetEventHandler' must be available [-fpermissive]
debug/primitive_ctrl.h:230:19: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)