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@raspberrypi /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@raspberrypi ~ $ 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to