News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Orbiter on Zaurus?

Started by dothedog, June 07, 2006, 07:53:53 PM

Previous topic - Next topic

archived

Hi,

You can ignore the first error message, it's just a warning. For OrbiterRenderer.h:41, the problem seems to be std::auto_ptr. Please try one of these solutions:
1) include <memory> header from STL
2) if 1) doesn't work, you'll have to remove auto_ptr and use usual pointers like this: TextStyle *m_pTextStyle.

Best regards,
Chris M.

archived

chris.m,
Thanks for the reply. I now understand the glib warning, I apologize but I am not a developer and don't quite understand how to do the "include <memory> header from STL ". What is the syntax and where does it go? I'm assuming it goes in OrbiterRenderer.h? at the top?

Again, Thanks for spending so much time helping me!

Rob

archived

Right, just add at the top of OrbiterRenderer.h, near the other includes, the line:

#include <memory>

archived

It looks like its working but, the Pocketworkstation keeps crashing because of low memory. I'm trying a couple of things to see if they work. I'll let you know if I can get it compiled.

Thanks!

Rob

archived

Looks like the Orbiter compile is too memory intensive to do natively on pocketworkstation. I tried a number of things but couldn't get it to compile all the way without crashing. Looks like I will have to try a cross compile...