I use 5800xm
build scummvm 1.1.1 and install sis my phone
but touch not response
can't move cursor
and No virtual kerboad
what's wrong?
i guess SDL error
any solution?
Touch Problem
Moderator: ScummVM Team
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
What I wonder is if you used the build scripts located in scummvm\backends\platforms\symbian to build or if you have made your own symbian port.
The perlscripts creates all mmp files with the correct source files from the makefiles.
This is what should be documented in the wiki page but currently is only somewhat documented in a readme in the symbian folder.
Also I think you are using the standard Symbian SDL port, that does not contain bugfixes needed for scummvm (recursive mutexes) and not any adoptions for general device support (UIQ3, S80, S60, S60v3, S60v5).
My homepage is
http://www.anotherguest.se and there you can find my version of SDL for symbian.
The perlscripts creates all mmp files with the correct source files from the makefiles.
This is what should be documented in the wiki page but currently is only somewhat documented in a readme in the symbian folder.
Also I think you are using the standard Symbian SDL port, that does not contain bugfixes needed for scummvm (recursive mutexes) and not any adoptions for general device support (UIQ3, S80, S60, S60v3, S60v5).
My homepage is
http://www.anotherguest.se and there you can find my version of SDL for symbian.
oops what is this?
make -r -j 2 -f "\S60\devices\S60_5th_Edition_SDK_v1.0\EPOC32\BUILD\scummvm-1.1.1\backends\platform\symbian\S60v3\GCCE.make" FINAL CFG=UREL VERBOSE=-s
make -s -C \scummvm-1.1.1\backends\platform\symbian\S60v3 -f "ICONS.MK" TO_ROOT=..\..\..\..\.. EPOCBLD=\S60\devices\S60_5th_Edition_SDK_v1.0\EPOC32\BUILD\ICONS\GCCE TO_BLDINF=..\..\..\..\..\scummvm-1.1.1\backends\platform\symbian\S60v3 PLATFORM=GCCE CFG=UREL FINAL
(1) : error: unknown line
i did build
but package failed
make -r -j 2 -f "\S60\devices\S60_5th_Edition_SDK_v1.0\EPOC32\BUILD\scummvm-1.1.1\backends\platform\symbian\S60v3\GCCE.make" FINAL CFG=UREL VERBOSE=-s
make -s -C \scummvm-1.1.1\backends\platform\symbian\S60v3 -f "ICONS.MK" TO_ROOT=..\..\..\..\.. EPOCBLD=\S60\devices\S60_5th_Edition_SDK_v1.0\EPOC32\BUILD\ICONS\GCCE TO_BLDINF=..\..\..\..\..\scummvm-1.1.1\backends\platform\symbian\S60v3 PLATFORM=GCCE CFG=UREL FINAL
(1) : error: unknown line
i did build
but package failed
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden