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

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

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

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

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

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

Re: [Gambas-user] Process.Wait freeze

2017-08-18 Thread Karl Reinl
Am Freitag, den 18.08.2017, 23:30 +0300 schrieb Jussi Lahtinen: > When the fixes done in git will be available with svn? > > > Jussi > Salut Jussi, all I read, never, the svn is no more served, if you want the newest Gambas Version you have to switch to git (see 'Switching to GitLab') --

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

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

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Tony Morehen
I'm not too sure that a component is needed since there is so little code involved. I also not sure if a component would be appropriate. I'll put together a Howto and a demo class and uploaded it in a day or two to the mailing list. On 2017-08-18 12:45 PM, Moviga Technologies wrote: This

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:

Re: [Gambas-user] System informations report

2017-08-18 Thread PICCORO McKAY Lenz
umm, in /usr/lib 2753 and in /lib 765 have a debian lenny 5.0.10 with gambas lasted from trunck .now i think it make sense.. gambas must read all the shared libs and scan for version. i tested in debian 8 jeesie with 519 files in /usr/lib and takes 9 seconds... .so in my case it make sense if

Re: [Gambas-user] Process.Wait freeze

2017-08-18 Thread Jussi Lahtinen
SVN log doesn't say anything about the fix in r8175..? Jussi On Fri, Aug 18, 2017 at 8:20 PM, Benoît Minisini via Gambas-user < gambas-user@lists.sourceforge.net> wrote: > Le 18/08/2017 à 19:16, Karl Reinl a écrit : > >> Am Freitag, den 18.08.2017, 13:18 +0200 schrieb Benoît Minisini via >>

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? > >

Re: [Gambas-user] System informations report

2017-08-18 Thread PICCORO McKAY Lenz
ummm with lasted gambas version 3.10 system information are more slow in fact! its not only git compilation.. in my machines takes around 38 seconds now Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-18 9:35 GMT-04:00 Gianluigi : > Could it be because

Re: [Gambas-user] Process.Wait freeze

2017-08-18 Thread Karl Reinl
Am Freitag, den 18.08.2017, 13:18 +0200 schrieb Benoît Minisini via Gambas-user: > OK, fixed in commit e1a5412f4ffb5ac7af62e78c7b93e2468152b13a. oh, thats too easy, much easier the r8175 ;°( -- Amicalement Charlie --

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread PICCORO McKAY Lenz
sourceforge some times ago said that mailer services will be limited.. do the bugtracker are using the mail service of sourceforge? there's a mail service integration, in settuings->integration->service->mail for gitlab... but its for commits only gitlab and github have a build in mail list,

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 18:45, Moviga Technologies a écrit : This could perhaps implemented into the gb.Desktop component as 'Desktop.Notify()'? No, because gb.desktop should not depend on DBus. Better put that in the gb.dbus component. Or make a gb.desktop.notify component that requires gb.dbus.

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

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Moviga Technologies
This could perhaps implemented into the gb.Desktop component as 'Desktop.Notify()'? Den 18.08.2017 16:15, skrev Tobias Boege: > On Fri, 18 Aug 2017, Tony Morehen wrote: > >> Gambas can talk to the notifications daemon via Dbus. I use this code: >> >> Private NotifyInterface As String =

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

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] Trunk update

2017-08-18 Thread Gianluigi
I had read it, but did not understand it meant that. Now it's clear. Thank you Gianluigi 2017-08-18 17:02 GMT+02:00 Adrien Prokopowicz : > Le Fri, 18 Aug 2017 16:52:56 +0200, Gianluigi a > écrit: > > I see the last trunk is 8175 two days

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: >

Re: [Gambas-user] gambas install instructions

2017-08-18 Thread PICCORO McKAY Lenz
got it! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-18 10:00 GMT-04:00 Adrien Prokopowicz : > Le Fri, 18 Aug 2017 10:46:49 +0200, PICCORO McKAY Lenz < > mckaygerh...@gmail.com> a écrit: > > i have found a great addition to the wiki, in

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

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 16:34, Tony Morehen a écrit : BTW the attached code is not fully functional. It tries to listen for a signal on both the system bus (Udisks2 signal) and the session bus (Notifications). Unfortunately, Gambas can only listen to one bus at a time, the second declared bus is

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

Re: [Gambas-user] Trunk update

2017-08-18 Thread Adrien Prokopowicz
Le Fri, 18 Aug 2017 16:52:56 +0200, Gianluigi a écrit: I see the last trunk is 8175 two days ago. Does this mean that SVN is definitely abandoned? Regards Gianluigi Yes. As Benoît said somewhere on this mailing-list, and on the website, the SVN repository has been

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

[Gambas-user] Trunk update

2017-08-18 Thread Gianluigi
I see the last trunk is 8175 two days ago. Does this mean that SVN is definitely abandoned? Regards Gianluigi -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Gambas-user] Problem running Gambas on Pi touch screen

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 16:33, Brian Childs a écrit : I am trying to run gambas on a pi with a 640x800 size touch screen. My problem is that when I start Gambas up the splash screen is larger than the resolution of the touch screen and therefore I cannot click any of its controls and therefore I can

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Tony Morehen
BTW the attached code is not fully functional. It tries to listen for a signal on both the system bus (Udisks2 signal) and the session bus (Notifications). Unfortunately, Gambas can only listen to one bus at a time, the second declared bus is ignored. As a result, the code that responds to

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Tobias Boege
On Fri, 18 Aug 2017, Tony Morehen wrote: > Gambas can talk to the notifications daemon via Dbus. I use this code: > > Private NotifyInterface As String = "org.freedesktop.Notifications" > Private NotifyApp As String = "session://" & NotifyInterface > Private NotifyPath As String = "/" &

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Tony Morehen
Gambas can talk to the notifications daemon via Dbus. I use this code: Private NotifyInterface As String = "org.freedesktop.Notifications" Private NotifyApp As String = "session://" & NotifyInterface Private NotifyPath As String = "/" & Replace(NotifyInterface, ".", "/") 'does the daemon

Re: [Gambas-user] gambas install instructions

2017-08-18 Thread Adrien Prokopowicz
Le Fri, 18 Aug 2017 10:46:49 +0200, PICCORO McKAY Lenz a écrit: i have found a great addition to the wiki, in install.. that download the git sources without the comolete history.. git clone --depth=1 https://gitlab.com/gambas/gambas.git but the install section

Re: [Gambas-user] System informations report

2017-08-18 Thread Gianluigi
Could it be because I uninstalled the trunk but kept the folder with the files? Regards Gianluigi 2017-08-18 14:58 GMT+02:00 Benoît Minisini : > Le 18/08/2017 à 14:55, Benoît Minisini a écrit : > >> Le 18/08/2017 à 14:49, Gianluigi a écrit : >> >>> With git

Re: [Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread Tobias Boege
On Fri, 18 Aug 2017, adamn...@gmail.com wrote: > Probably obscure, but I'll give it a go anyway... > > This project has about 80 or so Timers running at any given time, when they > fire some stuff is updated and then a balloon pops up to alert the user that > some update has happened. All

Re: [Gambas-user] System informations report

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 14:55, Benoît Minisini a écrit : Le 18/08/2017 à 14:49, Gianluigi a écrit : With git compilation, system information is very slow, about 50 seconds. Compared to the few (2 or 3) with SVN, why? Regards Gianluigi I don't see any problem here... The slowness normally should

Re: [Gambas-user] System informations report

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 14:49, Gianluigi a écrit : With git compilation, system information is very slow, about 50 seconds. Compared to the few (2 or 3) with SVN, why? Regards Gianluigi I don't see any problem here... -- Benoît Minisini

[Gambas-user] System informations report

2017-08-18 Thread Gianluigi
With git compilation, system information is very slow, about 50 seconds. Compared to the few (2 or 3) with SVN, why? Regards Gianluigi -- Check out the vibrant tech community on one of the world's most engaging tech

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

[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

Re: [Gambas-user] Process.Wait freeze

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 18/08/2017 à 12:47, Benoît Minisini via Gambas-user a écrit : Le 14/08/2017 à 00:18, Jussi Lahtinen a écrit : The freeze from gdb. #0 0x77b068b3 in select () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0041e26d in WATCH_process (fd_end=fd_end@entry=4, fd_output=-1,

Re: [Gambas-user] Process.Wait freeze

2017-08-18 Thread Benoît Minisini via Gambas-user
Le 14/08/2017 à 00:18, Jussi Lahtinen a écrit : The freeze from gdb. #0 0x77b068b3 in select () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0041e26d in WATCH_process (fd_end=fd_end@entry=4, fd_output=-1, timeout=timeout@entry=0) at gbx_watch.c:685 #2 0x004286d9 in

[Gambas-user] gambas install instructions

2017-08-18 Thread PICCORO McKAY Lenz
i have found a great addition to the wiki, in install.. that download the git sources without the comolete history.. git clone --depth=1 https://gitlab.com/gambas/gambas.git but the install section i thnk must reference to stable installs,. and if i dont remenber that command download the

[Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-18 Thread adamn...@gmail.com
Probably obscure, but I'll give it a go anyway... This project has about 80 or so Timers running at any given time, when they fire some stuff is updated and then a balloon pops up to alert the user that some update has happened. All fantastic. And an added bonus is that the balloon pops up