Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-31 Thread wally
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:2

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Adrien, Benoit, thank you, but too late. I do all fresh after hunting remainng old stuff. wally On Tuesday, October 30, 2012 19:20:40 Adrien Prokopowicz wrote: > 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

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Adrien Prokopowicz
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. 2012/10/30 Benoît

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Adrien Prokopowicz
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

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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 M

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
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:5

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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 remai

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
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

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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" >>> >>>

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
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

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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 o

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
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 On Tuesday, October 30, 2012 16:32:18 Benoît Minisini wrote: > Le 30/10/2012 16:24, wally a écrit : > >

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
Le 30/10/2012 16:24, wally a écrit : > > Startproblem on RaspberryPi > > pi@raspberrypi ~ $ gambas3 > ERROR: #2: Cannot load class 'TableView': Cannot load parent class: Cannot > load class 'GridView': Unable to load class file > pi@raspberrypi ~ $ > > revision 5265 > logs attached > Can you check

[Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Startproblem on RaspberryPi pi@raspberrypi ~ $ gambas3 ERROR: #2: Cannot load class 'TableView': Cannot load parent class: Cannot load class 'GridView': Unable to load class file pi@raspberrypi ~ $ revision 5265 logs attached logs_5265.tar.gz Description: application/compressed-tar -