I have tried to install Gambas3 on a RPi (not qemu) using the .deb linked below and get a stack over flow followed by a segmentation fault.
For gambas3 use:
http://tomv.home.xs4all.nl/ras....._armel.deb[/quote]
Has any one else had this experience and found a solution?
I have also tried to compile Gambas3 from the 3.1.90 tarball and ./compile reports:
| THESE COMPONENTS ARE DISABLED:
|| - gb.compress.bzlib2
|| - gb.db.mysql
|| - gb.db.odbc
|| - gb.db.postgresql
|| - gb.db.sqlite2
|| - gb.db.sqlite3
|| - gb.desktop.gnome
|| - gb.gsl
|| - gb.gtk
|| - gb.gtk.opengl
|| - gb.image.imlib
|| - gb.jit
|| - gb.media
|| - gb.net.curl
|| - gb.opengl
|| - gb.opengl.glsl
|| - gb.opengl.glu
|| - gb.pdf
|| - gb.qt4
|| - gb.qt4.ext
|| - gb.qt4.opengl
|| - gb.qt4.webkit
|| - gb.sdl
|| - gb.sdl.sound
|| - gb.v4l
|| - gb.xml.xslt
so clearly a lot of dependencies are missing. I have found lists of the required packages on the Gambas web site and other forum posts but many of the required packages do not seem to be available in the RPi repositories. Is there some other way to get them?
I have also seen some posts by the developer concluding that a Maths package is the source of the segmentation fault but do not know enough to make use of this information.
Has anyone managed to get Gambas3 running on a RPi? If you have I'd be most grateful for some pointers as to how to get this done.