1
Zaurus - pdaXrom / A Pdaxrom Development Issue
« on: July 04, 2007, 04:05:45 am »Quote
I'm trying to do some programming in FLTK, but am running into issues. The ZGCC image has FLTK in it (1.1.4), but I built and installed my own(1.1.7). Is there a way to mount the squash file rw so I can remove FLTK from it? I'm getting wierd errors when I try to build apps that stop them from building. I'm assuming it's due to this because the same code compiles fine on my Debian box (FLTK 1.1.7).As I understand you get errors during compiling or linking?
Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=164242\"][{POST_SNAPBACK}][/a][/div]
Have you tried to install includes and library direct on the zaurus and set compiler switches to include and link first against this.
Then you know if that's the issue and can add the apropriate includes and libraries later on to the zgcc system.
By the was: I did also a lot of things in fltk but switched to efltk (see home link below) ...