1
Domande tecniche / Re: Gambas su dispositivo MK808 - RK3066 based Picuntu Linux
« il: 12 Aprile 2013, 08:49:29 »
G R A Z I E A T U T T I ! ! !
bigalex
bigalex
19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
Adesso vivo felice e contento installando tutto tramite PPA.
[System]
OperatingSystem=Linux
Kernel=3.0.8-alok+
Architecture=arm
Distribution=Ubuntu 12.10
Desktop=XFCE
Theme=QGtk
Language=en_US.UTF-8
Memory=843M
[Libraries]
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+=libgtk-x11-2.0.so.0.2400.13
Poppler=libpoppler.so.28.0.0
Qt4=libQtCore.so.4.8.3
SDL=libSDL-1.2.so.0.11.4
Secondo me dovresti disabilitare i componenti relativi a open gl
Lo puoi fare nella riga di comando di configura
Fai una ricerca su goole per la sintassi corretta
I saw a reference on "GLES" in the error message. GLES is not compatible
with GL: did you install something related to GLES on your system? If
this is the case, remove it and try to recompile.
search for GLES and remove the libgles2 mesa
package. About 4 packages in addition will get removed. (That will vary
with time as more dependencies get added).
il componente gb.jit (jiust in time) richieder come dipedenza "llvm" per cui prova ad installare llvm-dev e anche llvm
CGLarea.cpp: In function 'void CGLAREA_text(void*, void*)':
CGLarea.cpp:110:36: error: 'GL_LIGHTING' was not declared in this scope
make[5]: *** [gb_qt4_opengl_la-CGLarea.lo] Error 1
make[5]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/opengl'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0'
make: *** [all] Error 2
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so( manual pages.
----------------------------------------------------------------------
make install-data-hook
make[5]: Entering directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/webkit'
Installing the gb.qt4.webkit control icons if needed...
Creating the information files for gb.qt4.webkit component...
make[5]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/webkit'
make[4]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/webkit'
make[3]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/webkit'
Making install in opengl
make[3]: Entering directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/opengl'
CXX gb_qt4_opengl_la-CGLarea.lo
CGLarea.cpp: In function 'void CGLAREA_text(void*, void*)':
CGLarea.cpp:110:36: error: 'GL_LIGHTING' was not declared in this scope
make[3]: *** [gb_qt4_opengl_la-CGLarea.lo] Error 1
make[3]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src/opengl'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Downloads/gambas3-3/gambas3-3.4.0/gb.qt4'
make: *** [install-recursive] Error 1
root@picuntu:~/Downloads/gambas3-3/gambas3-3.4.0#