OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Antikx on January 27, 2007, 08:21:21 pm
-
Im trying to compile the latest SCUMMVM with support for MPEG2 (which this one doesnt have: https://www.oesf.org/forums/index.php?showtopic=18415&st=75# (https://www.oesf.org/forums/index.php?showtopic=18415&st=75#) )
I'v been talking about it a bit here: http://www.tyrannozaurus.com/?q=node/259 (http://www.tyrannozaurus.com/?q=node/259)
I'm low on free time this last while so I know I havn't done my homework like I should.
Alez... did you use any flags for configure?
I welcome any advice about compiling using meanie's zgcc package.
This is my first compile on the zaurus so don't make too many assumptions about zaurus specific compiling knowledge.
When I try to run my compiled scummvm I get the message:
./scummvm: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
I've been googling that library but am not sure if I should even be trying to install it.
-
you need alsa-lib
Late
-
you need alsa-lib
Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=152681\"][{POST_SNAPBACK}][/a][/div]
thank you, but is that ipk only available in a pdaXrom.org feed that's currently inaccessible.
-
http://distro.ibiblio.org/pub/linux/distri...axrom/download/ (http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/download/)
Late
-
Thanks again.
It looks like only the sources are available, but I don't think I'm going to compile a library that doesn't currently exist as an ipk for pdaXrom (correct me if I'm wrong) in order to satisfy a dependency that wasn't required by the last person that compiled it. I just think I have a lot to learn about compiling for the Zaurus before I tackle an app like this.
-
????
http://distro.ibiblio.org/pub/linux/distri...-1_armv5tel.ipk (http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/download/1.1.0r121/Zaurus-Cxx00/feed/alsa-lib_1.0.11-1_armv5tel.ipk)
Late
-
????
http://distro.ibiblio.org/pub/linux/distri...-1_armv5tel.ipk (http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/download/1.1.0r121/Zaurus-Cxx00/feed/alsa-lib_1.0.11-1_armv5tel.ipk)
Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=152700\"][{POST_SNAPBACK}][/a][/div]
Everything floats to the top. Should have remember that. I was looking in the Beta3 feed because I am using Beta 3.
After installing the required ipk the compile works as it should.
Thanks InSearchOf!