[Gambas-user] Help needed with installing Gambas 3.5.35

bill-lancaster bill-lancaster at ...2231...
Sun Jun 15 10:26:55 CEST 2014


This is what I have done so far:-
1 Download latest gambas version
2 In terminal CD to install directory
3 run ./reconf-all
4 run ./configure -C
so far everything seems OK
5 run make - two error reported.  Hers is the result:-
make  all-recursive
make[1]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3'
Making all in main
make[2]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main'
make  all-recursive
make[3]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main'
Making all in gbc
make[4]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/gbc'
  CC       gbc3-gbc.o
  CCLD     gbc3
  CC       gba3-gba.o
  CCLD     gba3
  CC       gbi3-gbi.o
  CCLD     gbi3
make[4]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/gbc'
Making all in gbx
make[4]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/gbx'
  CC       gbx3-gbx.o
  CCLD     gbx3
make[4]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/gbx'
Making all in lib
make[4]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib'
Making all in .
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib'
Making all in debug
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/debug'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/debug'
Making all in eval
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/eval'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/eval'
Making all in db
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/db'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/db'
Making all in compress
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/compress'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/compress'
Making all in vb
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/vb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/vb'
Making all in option
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/option'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/option'
Making all in geom
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/geom'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/geom'
Making all in draw
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/draw'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/draw'
Making all in image
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/image'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/image'
Making all in gui
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/gui'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/gui'
Making all in gui.opengl
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/gui.opengl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/gui.opengl'
Making all in image.effect
make[5]: Entering directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/image.effect'
  CXX      gb_image_effect_la-main.lo
../../libtool: line 1128: g++: command not found
make[5]: *** [gb_image_effect_la-main.lo] Error 1
make[5]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib/image.effect'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/bill/GambasFolder/GambasSource/gambas3-3.5.3'
make: *** [all] Error 2

Any help would be much appreciated.



--
View this message in context: http://gambas.8142.n7.nabble.com/Help-needed-with-installing-Gambas-3-5-35-tp46994.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list