The Following 7 Users Say Thank You to NerdKnight For This Useful Post: | ||
![]() |
2012-04-05
, 18:19
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#2
|
![]() |
2012-04-05
, 18:33
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#3
|
apt-cache policy libsdl-mixer1.2.8-dev libsdl-image1.2-dev libsdl-mixer1.2.8-dev: Installed: 1.2.8-6maemo4 libsdl-image1.2-dev: Installed: 1.2.10-2.1
wget Freesynd-0.6 mkdir build cd build cmake .. make
The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-04-05
, 18:35
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#4
|
![]() |
2012-04-05
, 18:48
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#5
|
The Following 2 Users Say Thank You to szopin For This Useful Post: | ||
![]() |
2012-04-05
, 18:52
|
Posts: 131 |
Thanked: 241 times |
Joined on Feb 2012
|
#6
|
![]() |
2012-04-05
, 19:10
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#8
|
There are newer sdlmixer, libsdl-mixer1.2.8-dev
I made for testing purpose newer sdl-image (1.2.10), not yet sure how it should be renamed so it can be installed parallel with old version (as there might be some differences).
Download debs: http://cc.oulu.fi/~rantalai/maemo5/
Code:apt-cache policy libsdl-mixer1.2.8-dev libsdl-image1.2-dev libsdl-mixer1.2.8-dev: Installed: 1.2.8-6maemo4 libsdl-image1.2-dev: Installed: 1.2.10-2.1There were lots of warning: comparison is always true due to limited range of data typeCode:wget Freesynd-0.6 mkdir build cd build cmake .. make
Give this link to upstream: http://www.arm.linux.org.uk/docs/faqs/signedchar.php
dpkg-shlibdeps: error: no dependency information found for /usr/lib/libSDL_mixer-1.2.so.0 (used by debian/freesynd/usr/local/bin/freesynd). dh_shlibdeps: dpkg-shlibdeps -Tdebian/freesynd.substvars debian/freesynd/opt/freesynd/freesynd debian/freesynd/usr/local/bin/freesynd returned exit code 2
![]() |
2012-04-05
, 19:29
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#9
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2012-04-05
, 19:47
|
|
Posts: 113 |
Thanked: 334 times |
Joined on Oct 2010
@ Argentina
|
#10
|
Freesynd depends on various SDL libraries: libSDL-1.2, libSDL_mixer, libSDL_image; the last two seem to be outdated in the maemo repos, so I managed to compile the game commenting some lines of code, the game runs but it is unstable, is someone interested in helping with this?