OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: omega on June 10, 2004, 07:25:04 am

Title: Dosbox under Cacko and/or X/QT?
Post by: omega on June 10, 2004, 07:25:04 am
I have been looking high and low for a copy of dosbox that someone has run under cacko, a terminal of x/qt... can anybody help me shine some light on this?
Title: Dosbox under Cacko and/or X/QT?
Post by: omega on July 03, 2004, 11:40:09 am
okay so i started on this:

got dosbox-6.1-r3.tar

In either the console or the console in X/QT I got an error about not libpng12.so.0 so i did the following symlink after finding the information on zaurus.spy.org

ln -s /home/QtPalmtop/lib/libqte.so.2.3.2 /usr/lib/libpng12.so.0

now when i try to run it, it gives me the following message

"QPaintDevice: Must construct a QApplication before a QPaintDevice.  Aborted"

Can anyone shed some light on this please? I read that someone somewhere was recompiling this to use qtopia / sdl... any progress on this?
Title: Dosbox under Cacko and/or X/QT?
Post by: omega on July 03, 2004, 11:42:58 am
It seems that this is a SDL issue / Qtopia as this error is found in google but not with a reference so far to dosbox.  what pdaxrom libraries do i need to install?
Title: Dosbox under Cacko and/or X/QT?
Post by: ScottYelich on July 03, 2004, 11:59:42 am
I'm not sure which version of pdaXrom davonz was using when making the programs he
has there.

When the new pdaXrom is released, we'll verify each program and try to make current IPKs for
each.

Speaking of which -- has anyone seen or heard of or from Davon recently ?

Scott
Title: Dosbox under Cacko and/or X/QT?
Post by: omega on July 03, 2004, 02:43:06 pm
What libraries would i need to compile dosbox on the Zaurus myself?
Title: Dosbox under Cacko and/or X/QT?
Post by: blakeyez on July 06, 2004, 01:15:45 am
You need libSDL, qte (qt/embedded), qpe (qtopia).  That 'should' be it.  The reason for that qpaintdevice error is incorrect linking against SDL (-lSDLmain must be included before the source file in the compile command line).

I may try to get it built myself in the next day or two but am currently working on lots of other things.

Dave