SVN Build for Symbian V2

Subforum for discussion and help with ScummVM's Symbian (mobile phones, etc) ports

Moderator: ScummVM Team

Post Reply
0AzK0
Posts: 76
Joined: Tue Feb 27, 2007 7:43 am

SVN Build for Symbian V2

Post by 0AzK0 »

Can you make a svn build for symbian please? Or help me to make it personally
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Go to the SymbianOS port forum and read the sticky thread there:
http://forums.scummvm.org/viewtopic.php?t=58

Plus, there's a big link to subversion builds for Symbian in the downloads page:
http://www.scummvm.org/downloads.php#SVN
0AzK0
Posts: 76
Joined: Tue Feb 27, 2007 7:43 am

Post by 0AzK0 »

I knew about that links. But I need version after 17 September. In which works all of Goblins
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Again, this is the wrong place to ask
Ask in the Symbian OS forum, anotherguest and sumthinwicked are the persons responsible for the Symbian builds.

As for instructions on how to compile it yourself, check anotherguest's homepage or the wiki and especially the SymbianOS FAQ
Anotherguest
ScummVM Porter
Posts: 1423
Joined: Sun Oct 30, 2005 2:27 pm
Location: Malmoe, Sweden

Post by Anotherguest »

SVN does n't work for pre-Symbian OS 9 right now, due to the fact that the alignment handling has changed. We need a new compiler for those platforms (S60v1, S60v2, S80, S90, UIQ2) and we have the source for the optmizied GCC compiler.

But Pragma pack has n't been enabled in it and this is what we have to enable . But my cygwin does n't work properly so I can't build it.
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

Of course we could still try to get rid of the #pragma pack code to solve this problem. But that means quite some work, and care should be taken to ensure that when doing this, we do not "loose" information about the data formats encoded implicitly in our packed structs.
Anotherguest
ScummVM Porter
Posts: 1423
Joined: Sun Oct 30, 2005 2:27 pm
Location: Malmoe, Sweden

Post by Anotherguest »

I think its easier for me to recompile the compiler with the right options compared to updating the Scummvm source.
Post Reply