View Single Post
NerdKnight's Avatar
Posts: 113 | Thanked: 334 times | Joined on Oct 2010 @ Argentina
#8
Originally Posted by AapoRantalainen View Post
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.1
Code:
wget Freesynd-0.6
mkdir build
cd build
cmake ..
make
There were lots of warning: comparison is always true due to limited range of data type
Give this link to upstream: http://www.arm.linux.org.uk/docs/faqs/signedchar.php
Thanks!, it compiles with those libs, but when I try to build the deb package it fails with:
Code:
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
I think this is because of the package name.
 

The Following 2 Users Say Thank You to NerdKnight For This Useful Post: