Autore Topic: librerie mancanti in fase di installazione  (Letto 1901 volte)

Offline doublemm

  • Maestro Gambero
  • ****
  • Post: 445
    • Mostra profilo
librerie mancanti in fase di installazione
« il: 10 Novembre 2010, 10:39:33 »
posto una parte dell'installazione contenente degli errori
Citazione
Installing the gambas examples...
Compiling Automation/DBusExplorer/...
error: Component not found: gb.form
Compiling Automation/KateBrowser/...
FBrowser.class:117: error: Unknown identifier: Menu
Compiling Automation/Scripting/...
FScript.class:80: error: Unknown identifier: Label
Compiling Basic/Blights/...
win1.class:40: error: Unknown identifier: PictureBox
Compiling Basic/Collection/...
FStart.class:46: error: Unknown identifier: Button
Compiling Basic/DragNDrop/...
FDragNDrop.class:140: error: Unknown identifier: VBox
Compiling Basic/Object/...
FStart.class:36: error: Unknown identifier: Button
Compiling Basic/Timer/...
FOtherTimer.class:83: error: Unknown identifier: Button
Compiling Control/Embedder/...
error: Component not found: gb.form
Compiling Control/HighlightEditor/...
error: Component not found: gb.qt4
Compiling Control/TextEdit/...
error: Component not found: gb.qt4
Compiling Control/TreeView/...
TreeViewExample.class:170: error: Unknown identifier: Menu
Compiling Database/Database/...
error: Component not found: gb.form
Compiling Database/DataReportExample/...
error: Component not found: gb.qt
Compiling Database/PictureDatabase/...
FormPictureDatabase.class:233: error: Unknown identifier: HSplit
Compiling Drawing/AnalogWatch/...
FrmClock.class:242: error: Unknown identifier: Menu
Compiling Drawing/Barcode/...
error: Component not found: gb.qt4
Compiling Drawing/Chart/...
FormChart.class:118: error: Unknown identifier: PictureBox
Compiling Drawing/Clock/...
FClock.class:7: error: Unknown identifier: Picture
Compiling Drawing/Gravity/...
FAbout.class:14: error: Unknown identifier: PictureBox
Compiling Drawing/OnScreenDisplay/...
FOnScreenDisplay.class:9: error: Unknown identifier: Font
Compiling Drawing/Painting/...
FMain.class:466: error: Unknown identifier: SvgImage
Compiling Drawing/Sensor/...
FSensor.class:9: error: Unknown identifier: Picture
Compiling Games/BeastScroll/...
error: Component not found: gb.image.io
Compiling Games/Concent/...
error: Component not found: gb.sdl.sound
Compiling Games/DeepSpace/...
FAbout.class:25: error: Unknown identifier: TextLabel
Compiling Games/GameOfLife/...
CGameField.class:7: error: Unknown identifier: DrawingArea
Compiling Games/GNUBoxWorld/...
error: Component not found: gb.qt4
Compiling Games/Puzzle1To8/...
error: Component not found: gb.form
Compiling Games/RobotFindsKitten/...
Frfk.class:192: error: Unknown identifier: Button
Compiling Games/Snake/...
error: Component not found: gb.sdl.sound
Compiling Games/Solitaire/...
FBoardSelect.class:41: error: Unknown identifier: ComboBox
Compiling Image/ImageViewer/...
error: Component not found: gb.form
Compiling Image/Lighttable/...
error: Component not found: gb.qt4
Compiling Misc/Console/...
FConsole.class:162: error: Unknown identifier: HBox
Compiling Misc/Evaluator/...
FEval.class:52: error: Unknown identifier: Label
Compiling Misc/Explorer/...
error: Component not found: gb.form
Compiling Misc/Notepad/...
error: Component not found: gb.form
Compiling Misc/PDFViewer/...
error: Component not found: gb.form
Compiling Networking/ClientSocket/...
FrmMain.class:230: error: Unknown identifier: Button
Compiling Networking/DnsClient/...
FMain.class:329: error: Unknown identifier: Button
Compiling Networking/HTTPGet/...
error: Component not found: gb.qt4
Compiling Networking/HTTPPost/...
error: Component not found: gb.net.curl
Compiling Networking/SerialPort/...
FSerialPort.class:127: error: Unknown identifier: TextLabel
Compiling Networking/ServerSocket/...
error: Component not found: gb.net.curl
Compiling Networking/UDPServerClient/...
FrmClient.class:79: error: Unknown identifier: Panel
Compiling Networking/WebBrowser/...
error: Component not found: gb.qt4
Compiling OpenGL/3DWebCam/...
error: Component not found: gb.image.io
Compiling OpenGL/GambasGears/...
error: Component not found: gb.image.io
Compiling OpenGL/PDFPresentation/...
error: Component not found: gb.qt4
Compiling Printing/Printing/...
error: Component not found: gb.qt4
Compiling Sound/CDPlayer/...
error: Component not found: gb.qt4
Compiling Sound/MusicPlayer/...
error: Component not found: gb.form
Compiling Video/MoviePlayer/...
error: Component not found: gb.form
Compiling Video/MyWebCam/...
error: Component not found: gb.v4l
Compiling Video/WebCam/...
error: Component not found: gb.form
make[2]: Nessuna operazione da eseguire per «install-data-am».
make[2]: uscita dalla directory «/home/cami/trunk/examples»
make[1]: uscita dalla directory «/home/cami/trunk/examples»
Making install in .
make[1]: ingresso nella directory «/home/cami/trunk»
make[2]: ingresso nella directory «/home/cami/trunk»

||
|| Unable to compile gb.form
|| Unable to compile gb.form.dialog
|| Unable to compile gb.form.mdi
|| Unable to compile gb.db.form
|| Unable to compile gb.report
|| Unable to compile gb.chart
|| Unable to compile gambas3
||

make[2]: Nessuna operazione da eseguire per «install-data-am».
make[2]: uscita dalla directory «/home/cami/trunk»
make[1]: uscita dalla directory «/home/cami/trunk»


non riesco a trovare le librerie mancanti. Sapete dove trovale?
Matteo DoubleMM Mion

Offline leo72

  • Amministratore
  • Senatore Gambero
  • *****
  • Post: 2.163
    • Mostra profilo
    • http://www.leonardomiliani.com
Re: librerie mancanti in fase di installazione
« Risposta #1 il: 10 Novembre 2010, 14:14:05 »
http://gambasdoc.org/help/install

Qui trovi le istruzioni per compilare Gambas ed anche le librerie essenziali ed i comandi per installarle.
Visita il mio sito personale: http://www.leonardomiliani.com

Offline doublemm

  • Maestro Gambero
  • ****
  • Post: 445
    • Mostra profilo
Re: librerie mancanti in fase di installazione
« Risposta #2 il: 10 Novembre 2010, 16:41:54 »
ok sono riuscito ad installare tutto
Matteo DoubleMM Mion

Offline doublemm

  • Maestro Gambero
  • ****
  • Post: 445
    • Mostra profilo
Re: librerie mancanti in fase di installazione
« Risposta #3 il: 11 Novembre 2010, 00:14:32 »
in un altro pc con ubuntu 10.10 mi da il seguente errore:
Citazione
I seguenti pacchetti hanno dipendenze non soddisfatte:
 libqt4-dev : Dipende: libqt4-dbus (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-qt3support (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-xml (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqtcore4 (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqtgui4 (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-network (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-svg (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-sql (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-script (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-scripttools (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-xmlpatterns (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-designer (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-help (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-test (= 4:4.7.0-0ubuntu4) ma la versione 4:4.7.0-0ubuntu4.1 sta per essere installata
              Dipende: libqt4-declarative (= 4:4.7.0-0ubuntu4) ma non sta per essere installato
              Raccomanda: libqt4-opengl-dev (= 4:4.7.0-0ubuntu4) ma non sta per essere installato
E: Pacchetti danneggiati


non c'è verso di installare libqt4-dev
Matteo DoubleMM Mion