[Gambas-user] SVN Startproblem on RaspberryPi

wally wally at ...2037...
Wed Oct 31 15:59:28 CET 2012


On Tuesday, October 30, 2012 19:18:01 Benoît Minisini wrote:
> Le 30/10/2012 19:16, wally a écrit :
> > On Tuesday, October 30, 2012 19:13:15 Benoît Minisini wrote:
> >> Le 30/10/2012 19:07, wally a écrit :
> >>> On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote:
> >>>> Le 30/10/2012 17:22, wally a écrit :
> >>>>> On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote:
> >>>>>> Le 30/10/2012 16:51, wally a écrit :
> >>>>>>> Benoit,
> >>>>>>> 
> >>>>>>> How may i check what remains from previous install
> >>>>>>> after a build process ?
> >>>>>>> 
> >>>>>>> I did "sudo make uninstall" and "make clean"
> >>>>>>> 
> >>>>>>> A single build process on Raspberry takes about 4h.
> >>>>>>> 
> >>>>>>> wally
> >>>>>> 
> >>>>>> Just check that there is no /usr/local/bin/gb* file or
> >>>>>> /usr/local/lib/gambas3 directory, or /usr/local/share/gambas3, and
> >>>>>> tell
> >>>>>> me.
> >>>>>> 
> >>>>>> Or send me the output of 'ls -laR /usr/local' !
> >>>>> 
> >>>>> pi at ...2889... /usr/local/bin $ ls
> >>>>> gambas3
> >>>>> gba3
> >>>>> gbi3
> >>>>> gbs3
> >>>>> gbw3
> >>>>> gpio
> >>>>> gambas3.gambas
> >>>>> gbc3
> >>>>> gbr3
> >>>>> gbs3.gambas
> >>>>> gbx3
> >>>>> 
> >>>>> /usr/local/lib/gambas3 exist and conatains a lot of files
> >>>>> 
> >>>>>     /usr/local/share/gambas3 exist and conatains a lot of files
> >>>> 
> >>>> The default installation directory of the source package has switched
> >>>> recently from /usr/local to /usr. But 'make install' cannot handle
> >>>> that.
> >>>> 
> >>>> So remove the old installation:
> >>>> 
> >>>> $ rm /usr/local/bin/gb*3
> >>>> $ rm /usr/local/bin/*.gambas
> >>>> $ rm -rf /usr/local/lib/gambas3
> >>>> $ rm -rf /usr/local/share/gambas3
> >>>> 
> >>>> Then run gambas again. Maybe it will work. :-)
> >>> 
> >>> i did the above removals:
> >>> 
> >>> pi at ...2889... ~ $ gambas3
> >>> gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
> >>> 
> >>>>> Action._get.230: #4: Not enough arguments
> >>> 
> >>> 1: Project.Main.287
> >> 
> >> Can you do the compilation again?
> > 
> > Yes, i'll report tomorrow
> 
> Maybe just the reinstallation ('make install') work. Try that first, it
> will be faster for you!

Benoit,

SVN At revision 5266 builds and works now on RaspberryPi 

a single warning during make install only:
"gbi3: warning: component gb.xml.rpc not found"

thx wally








More information about the User mailing list