[Gambas-user] SVN Startproblem on RaspberryPi
Adrien Prokopowicz
adrien.prokopowicz at ...626...
Tue Oct 30 19:20:40 CET 2012
Hi wally,
I had the same problem a few days ago (when Benoît moved some stuff
from gb.qt4 to gb.gui.base), and I solved it by doing :
sudo rm /usr/lib/gambas3/gb.qt4.gambas
(After removing all the Gambas stuff in /usr/local as Benoît said of
course).
Regards,
Adrien.
Le Tue, 30 Oct 2012 19:07:18 +0100,
wally <wally at ...2037...> 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
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list