Collada DOM Test App on Linux

Dear All,

I am trying to run the test app included with the 2.1 Collada DOM. The only change I have made it to remove the dependecy of the test app on boost, so I have:

DAE dae;
//string file = getTmpFile("export.dae");
domCOLLADA* root = dae.add("file:///yourtestfolder/colladaDocument.dae");

also, the boost libs are removed from the make file. However, when I try and run the test app, I get:

error : xmlNewTextWriterFilename : out of memory!
Error: daeLIBXMLPlugin::write(file:/yourtestfolder/testcolladaDocument.dae) failed

I also get the same error when I build the project under solaris, although I understand this is not a supported platform.

This same same works perfectly under windows. Does anyone know what I might be doing wrong?

Regards,
Jesse