On Wed, May 21, 2014 at 9:25 AM, Jussi Lahtinen
<jussi.lahti...@gmail.com> wrote:

>> I've been trying to compile Gambas on a development board that uses the
>> Allwinner A10 SOC.  I know there is a build for the Raspberry PI, so it
>> should be doable.
I use a solidrun cubox (a tiny Israeli company making even tinier
computers), which is also based
on an ARM SoC. I can't help you on OpenGL (and there doesn't seem much
point on ARM) but I have got webkit and the rest
of gambas running fine.

>From your logfile the punchline is

configure: WARNING: Unable to met pkg-config requirement: QtWebKit >= 4.5.0
configure: WARNING: gb.qt4.webkit is disabled

which means you don't have the right development package installed,
it's called "libwebkit-dev" on
debian-based distros, dunno about the others.

If you are on a debian-based system, try upgrading to the latest
testing and then install gambas directly
("'apt-get install gambas3"), this *should* work as there will be
pre-compiled ARM binaries for gambas in the Debian repos.

Ian

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to