PDA

View Full Version : Problems with initializing OSSO in Scratchbox


Dragoran
2007-06-07, 19:48
I'm using the vmplayer configuration of Ubuntu with Scratchbox that was posted on the forums here a while back, and I've run into some problems. Specifically, any of the applications that I compile within Scratchbox are unable to successfully call the osso_initialize() function. This happens with both my own applications and ones I've downloaded and built myself (such as Maemopad), and it occurs using both the x86 and ARM targets. However, the problem does not occur on the N800 itself, using the binaries I've compiled within Scratchbox. I'm guessing the problem is with the environment itself, rather than the libraries, but I'm really not sure.

yerga
2007-06-08, 08:47
Try run this applications with run-standalone, for example: "run-standalone.sh maemopad"


Cheers,

Dragoran
2007-06-08, 14:57
That works, thanks. I'm not sure how I missed that.