Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Ricardo Díaz Martín
Jhon, I recommend to you that complete delete the trunk folder, create again and after: svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ ./reconf-all && ./configure -C && make sudo make install I have got some problems like this in the past and after a "clean installa

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:38 +0100, Benoît Minisini wrote: > man chmod / man chown ;-) I was wondering if only a file or two was affected by my misuse of sudo? I didn't want to have to do a recursive chmod/chgrp if it wasn't needed. Thanks, I'll figure it out.

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> On Sun, 2011-01-30 at 21:03 +0100, Benoît Minisini wrote: > > You must do ./reconf && ./configure -C as a normal user. Only "make > > install" must be done as root. > > I think I painted myself into a corner. I'm unable to ./configure -C as > 'jrs'. (permission error) > > Is there a quick way t

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:03 +0100, Benoît Minisini wrote: > You must do ./reconf && ./configure -C as a normal user. Only "make install" > must be done as root. I think I painted myself into a corner. I'm unable to ./configure -C as 'jrs'. (permission error) Is there a quick way to reset my per

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> On Sun, 2011-01-30 at 20:03 +0100, Benoît Minisini wrote: > > > I received the following error when doing a make (after a configure -C) > > > This is the first time I have been unable to compile 3. (done 1/2 dozen > > > time in the past) > > > > When source files are removed, you have to do a ./

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 20:03 +0100, Benoît Minisini wrote: > > I received the following error when doing a make (after a configure -C) > > This is the first time I have been unable to compile 3. (done 1/2 dozen > > time in the past) > > > When source files are removed, you have to do a ./reconf && .

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> I received the following error when doing a make (after a configure -C) > This is the first time I have been unable to compile 3. (done 1/2 dozen > time in the past) > > /usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h > moc: CIconView.h: No such file > make[5]: *** [CIconView_moc.cpp] Error 1

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
I received the following error when doing a make (after a configure -C) This is the first time I have been unable to compile 3. (done 1/2 dozen time in the past) /usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h moc: CIconView.h: No such file make[5]: *** [CIconView_moc.cpp] Error 1 make[5]: Leavi