ARCHIVE
LinuxMCE Forums
June 19, 2013, 07:37:31 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: 1 [2]
  Print  
Author Topic: Orbiter on Zaurus?  (Read 11493 times)
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #15 on: July 17, 2006, 09:09:59 am »

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.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #16 on: July 17, 2006, 05:41:23 pm »

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
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #17 on: July 18, 2006, 07:44:36 am »

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

Code:
#include <memory>
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #18 on: July 19, 2006, 01:43:04 am »

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
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #19 on: July 25, 2006, 03:27:21 pm »

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...
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Pluto provided a snapshot of their forums with approximately 5,000 posts in February, 2007 when LinuxMCE branched off. Browse those forum posts in the Archive section. Those posts have been included in the search engine and can be found with keyword searches.