libpng problem


john4p

Active Member
Joined
Feb 29, 2008
Messages
992
Location
Germany
Trying to install sdl libs on Pandora again.


But I can't (opkg) install libsdl-gfx-dev and libsdl-image-1.2-dev without removing libpng first (because they want libpng-dev) - but then I'll have to reflash because after a reboot I can't login anymore.


Removing libpng with --nodeps doesn't work. It only gets removed with --force-depends, but this results in task-pandora-core ceasing to work. Installing libpng-dev afterwards doesn't fix this.


And if I install libsdl-gfx-dev and libsdl-image-1.2-dev with --nodeps it's not enough for my application to build.


Does someone know a solution (except using crosscompiler&toolchain on PC instead)?
 
Last edited by a moderator:
Problem solved: after deleting the files /usr/bin/libpng-config and /usr/bin/libpng12-config I could install libpng-dev without having to remove libpng and the app builds now.
 
Back
Top