I need to compile a SDL program within cdevtools.
My cdevtools does not include the SDL header files in /mnt/utmp/cdevtools/usr/include/.
My Pandora rootfs doesnt have the SDL header files in /usr/include
Installed on pandora via opkg are>
pandora:/mnt/utmp/cdevtools/mysrc/uqm-0.7.0# opkg list-installed |grep -i sdl
libsdl-1.2-0 - 1.2.14.1-r4.5
libsdl-gfx0 - 2.0.17-r0.5
libsdl-image-1.2-0 - 1.2.10-r4.1.5
libsdl-mixer-1.2-0 - 1.2.11-r4.5
libsdl-net-1.2-0 - 1.2.7-r1.5
libsdl-ttf-2.0-0 - 2.0.9-r0.5
I cannot find SDL header files using search <file|regexp> List package providing <file>
opkg search SDL.h
How should I install the SDL 1.2 includes needed to compile my app?
edit: cannot find libsdl1.2**-dev.ipk on http://feeds.angstrom-distribution.org/feeds/core/ipk/uclibc/armv7a/base/
edit2: sdl headers are available from sdl homepage as an RPM. Do I need to download and extract these, then manually install to openpandora?
My cdevtools does not include the SDL header files in /mnt/utmp/cdevtools/usr/include/.
My Pandora rootfs doesnt have the SDL header files in /usr/include
Installed on pandora via opkg are>
pandora:/mnt/utmp/cdevtools/mysrc/uqm-0.7.0# opkg list-installed |grep -i sdl
libsdl-1.2-0 - 1.2.14.1-r4.5
libsdl-gfx0 - 2.0.17-r0.5
libsdl-image-1.2-0 - 1.2.10-r4.1.5
libsdl-mixer-1.2-0 - 1.2.11-r4.5
libsdl-net-1.2-0 - 1.2.7-r1.5
libsdl-ttf-2.0-0 - 2.0.9-r0.5
I cannot find SDL header files using search <file|regexp> List package providing <file>
opkg search SDL.h
How should I install the SDL 1.2 includes needed to compile my app?
edit: cannot find libsdl1.2**-dev.ipk on http://feeds.angstrom-distribution.org/feeds/core/ipk/uclibc/armv7a/base/
edit2: sdl headers are available from sdl homepage as an RPM. Do I need to download and extract these, then manually install to openpandora?
Last edited by a moderator: