Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - matthis

Pages: 1 2 [3]
31
General Discussion / Gba On Gp2x
« on: December 04, 2006, 11:36:47 pm »
THe first betas of a new GBA emulator for the gp2x, ported from gpsp, have been released. I hope we can see them on the Z someday...

http://www.dcemu.co.uk/vbulletin/showthread.php?p=292087

32
Qt/Qtopia / Complete Vmware-zaurussdk With Lots Of Libs
« on: September 16, 2006, 02:24:34 am »
Hello devs and all,

I have tried the vmware-player image of zaurus SDK and it is really nive and easy to use. It is quite fast on my PIII-1Ghz so that was a nice surprise too.

The point of using it for me would not to make my programs, but to port existing programs to the sharp rom, lacking programs when compared to pdaXrom especially.

In order to do that we need other libs in the SDK to make porting programs easy.

I thought I would start adding SDL dev libs, so I got a fresh SDL tarball 1.2.11
I however fail to build-it.

Here is what I did:

Set de environment to arm with dev-arm-qpe.sh
configure with:
Code: [Select]
NM=arm-linux-nm LD=arm-linux-ld CC=arm-linux-gcc CXX=arm-linux-g++ RANLIB=arm-linux-ranlib AR=arm-linux-ar ./configure  --enable-video-qtopia --disable-video-dummy --disable-video-dga --disable-arts --disable-esd --disable-alsa --disable-cdrom --disable-video-x11 --disable-video-fbcon --disable-nasm --prefix=/home/dsl/sdl-cross/ --host=arm-unknown-linux-gnu
Then make, but gets the following error:

Code: [Select]
./src/video/qtopia/SDL_sysvideo.cc: In function `int QT_VideoInit(SDL_VideoDevice *, SDL_PixelFormat *)':
./src/video/qtopia/SDL_sysvideo.cc:230: invalid use of `this' in non-member function
./src/video/qtopia/SDL_sysvideo.cc:231: invalid use of `this' in non-member function
make: *** [build/SDL_sysvideo.lo] Error 1

Any help?
Thanks!

33
User Request for Applications / Anagramarama
« on: May 25, 2006, 12:34:07 pm »
Anagramarama:
This is an excellent word game based on sdl.
It is very addictive so I'd love to have it on my zaurus.
The source can be found at Anagramarama web site:

http://www.coralquest.com/anagramarama/download.html
A version for sharp/cacko would be nice  

thanks,


mat

34
User Request for Applications / Tilematch, A Zookeeper/bejewelled-like Game
« on: February 12, 2006, 07:01:02 pm »
Hi, I obtained the source for tilematch from its developer, a tile game for the g2x/gp32. I'd love to see this game on the zaurus, and as the code is SDL-based it probably wouldn't take much effort (maybe only compiling it....) I don't have a cross-compile environment ready so I thought I'd put it as a request.
The source code is as http://badaboum.bidibom.free.fr/tilematch.zip

Thank you!

Pages: 1 2 [3]