Re: [Gambas-user] Git compilation report

2017-08-20 Thread PICCORO McKAY Lenz
2017-08-20 17:44 GMT-04:00 Christof Thalhofer : > You have to get familiar with that program, as it seems to be a little > bit crude first, but I did not find any better "GUI" for Git till now. > that's i like of git, so then no guindo-like gui programs well not so bad, theres : - qgit, (qt,

Re: [Gambas-user] Git compilation report

2017-08-20 Thread Christof Thalhofer
Hello Gianluigi, Am 20.08.2017 um 00:00 schrieb Gianluigi: > First of all I apologize for the delay with which I answer you, but today > it was a day of work entirely dedicated to my wife, and in addition I > helped an Italian friend explaining how to install Gambas from Git :-D I think you had

Re: [Gambas-user] Git compilation report

2017-08-19 Thread Gianluigi
Hi Christof, First of all I apologize for the delay with which I answer you, but today it was a day of work entirely dedicated to my wife, and in addition I helped an Italian friend explaining how to install Gambas from Git :-D I also wanted to make sure I understood. Thank you very much for the s

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Christof Thalhofer
Argh, I wrote something wrong: Am 18.08.2017 um 23:32 schrieb Christof Thalhofer: > now: > git pull > > This fetches all new changes from Gitlab into the repository (in the > subdir .git) and updates the master branch, you are in. No, it just updates the differences of the current branch(master)

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Tony Morehen
I'd recommend for a very clean make: cd gambasdevel sudo make uninstall'really only needed on a version change or your compilation is likely 'to include different ie fewer components make clean 'get rid of all the generated or backup cru

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Christof Thalhofer
Am 18.08.2017 um 22:54 schrieb Gianluigi: > Perhaps I begin to understand something, but apologize me if I continue to > say nonsense. No problem :-) > When updating: What? Do you always use the latest version of Gambas? Do you use the Gambas development version? Seems so: > cd gambasdevel The

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
2017-08-18 16:54 GMT-04:00 Gianluigi : > Goodnight to everyone (in Italy it's night :-)) > Here there is still sun, but I must code at night .. > > Gianluigi > > 2017-08-18 21:54 GMT+02:00 Christof Thalhofer : > > > Am 18.08.2017 um 21:15 schrieb PICCORO McKAY Lenz: > > > 2017-08-18 14:57 GMT-04

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Perhaps I begin to understand something, but apologize me if I continue to say nonsense. When updating: cd gambasdevel sudo make uninstall Unclear part (see below) ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C make && sudo make install Unclear part: I run the git pull command as Cha

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
2017-08-18 15:54 GMT-04:00 Christof Thalhofer : > Removing the last installation (make uninstall) is neccessary but not > deleting the whole repository with the Gambas sources every time!!! That > would be bullshit. > its that i said in my coupe of comands.. its more easyle just copy the "debian"

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Christof Thalhofer
Am 18.08.2017 um 21:15 schrieb PICCORO McKAY Lenz: > 2017-08-18 14:57 GMT-04:00 Gianluigi : > >> >> - >> Even if Piccoro does not approve? >> > i already said the same, do not update, alway rem

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Christof Thalhofer
Hello Gianluigi, Am 18.08.2017 um 20:57 schrieb Gianluigi: > Thank you Tobias, > so if I understand well, it's best to do this (in the git pull case > indicate changes): > --- > cd gambasdevel > sud

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Karl Reinl
Am Freitag, den 18.08.2017, 21:34 +0200 schrieb Gianluigi: > Hi Piccoro, > you're telling me that you agree and that in the sequence of commands the > only one that does not fit is: > > rm -rf gambasdevel/ > > With the two 'cd' commands that become useless. > > But then all you said before, and

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Hi Piccoro, you're telling me that you agree and that in the sequence of commands the only one that does not fit is: rm -rf gambasdevel/ With the two 'cd' commands that become useless. But then all you said before, and that confused me? Why? Regards Gianluigi 2017-08-18 21:15 GMT+02:00 PICCORO

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
2017-08-18 14:57 GMT-04:00 Gianluigi : > > - > Even if Piccoro does not approve? > i already said the same, do not update, alway remove previous install and made again! and toby has right make

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Thank you Tobias, so if I understand well, it's best to do this (in the git pull case indicate changes): --- cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone --depth=1 https://gitl

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Tobias Boege
On Fri, 18 Aug 2017, Gianluigi wrote: > Hi Tobias, > > This git response does not indicate that pull worked properly? > > remote: Counting objects: 12, done. > remote: Compressing objects: 100% (12/12), done. > remote: To

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
yeah! that's correct Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-18 13:35 GMT-04:00 Gianluigi : > Hi Tobias, > > This git response does not indicate that pull worked properly? > > > remote: Co

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Hi Tobias, This git response does not indicate that pull worked properly? remote: Counting objects: 12, done. remote: Compressing objects: 100% (12/12), done. remote: Total 12 (delta 10), reused 0 (delta 0) Unpacking obje

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
Tobias wrote: "l. You do have to take care to uninstall before running your next ./configure, though." 2017-08-18 12:34 GMT-04:00 Gianluigi : > Why should I uninstall if I just want to update? > Or use git pull and not uninstall or uninstall and do not use git pull. > i fact dont matter do pull d

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Hi Piccoro, Thank you very much for the explanations. But I think there has been a misunderstanding. If after sudo make uninstall did not get the error I would continue with: cd rm -rf gambasdevel/ And I think that would be enough. Instead, I finded all the files and deleted them manually and de

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Tobias Boege
On Fri, 18 Aug 2017, PICCORO McKAY Lenz wrote: > you should take in consideration that a pull fetch changes.. so i noted you > do a uninstall only after do the pull.. worng! > > if the uninstall process was changed beetween pulls, your "uninstall" could > faild and let garbage in your system.. >

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
in the previous mail i send i do not have that error... repeated many time during last 3 hours.. emulatin changes in upstream fork Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-18 11:15 GMT-04:00 Gianluigi : > Always the same as the first time: > Makefile.am: error: requi

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
Always the same as the first time: Makefile.am: error: required file './ChangeLog' not found autoreconf: automake failed with exit status: 1 Regards Gianluigi 2017-08-18 17:00 GMT+02:00 Adrien Prokopowicz : > Le Fri, 18 Aug 2017 14:38:21 +0200, Gianluigi a > écrit: > > The last update fails du

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
you should take in consideration that a pull fetch changes.. so i noted you do a uninstall only after do the pull.. worng! if the uninstall process was changed beetween pulls, your "uninstall" could faild and let garbage in your system.. so the correction here its in your case: cd gambasdevel sud

Re: [Gambas-user] Git compilation report

2017-08-18 Thread Adrien Prokopowicz
Le Fri, 18 Aug 2017 14:38:21 +0200, Gianluigi a écrit: The last update fails due to missing files. It seems that the git pull command can delete but can not restore the files. I uninstalled with: cd gambasdevel sudo make uninstall But having received error, I searched with "local" and ma

Re: [Gambas-user] Git compilation report

2017-08-18 Thread PICCORO McKAY Lenz
i'm now at the office, i'll give you feedback in few .. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-18 8:38 GMT-04:00 Gianluigi : > The last update fails due to missing files. > It seems that the git pull command can delete but can not restore the > files. > I uninstall

[Gambas-user] Git compilation report

2017-08-18 Thread Gianluigi
The last update fails due to missing files. It seems that the git pull command can delete but can not restore the files. I uninstalled with: cd gambasdevel sudo make uninstall But having received error, I searched with "local" and manually uninstalled files. Then I gave these commands: git clone