Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Christof Thalhofer
Am 27.08.2016 um 00:48 schrieb Jussi Lahtinen: > Well then I guess the feature has a bug. Ok thank you, I'll write a bug. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -- ___

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Jussi Lahtinen
Well then I guess the feature has a bug. Jussi On Fri, Aug 26, 2016 at 9:23 PM, Christof Thalhofer wrote: > Am 26.08.2016 um 20:02 schrieb Jussi Lahtinen: > > Quickly looking the only difference is with indentation..? > > Yes, thank you, seems to be so. And it seems to be only in the function

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Christof Thalhofer
Am 26.08.2016 um 20:02 schrieb Jussi Lahtinen: > Quickly looking the only difference is with indentation..? Yes, thank you, seems to be so. And it seems to be only in the function LagerAddiereLieferungProduktinLager > I guess your IDE preferences say format code at load&save... Yes. With tab as

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Jussi Lahtinen
Quickly looking the only difference is with indentation..? I guess your IDE preferences say format code at load&save... Whether the code is beautified properly or not is job for someone else to judge. Jussi On Fri, Aug 26, 2016 at 12:48 PM, Christof Thalhofer wrote: > Hi, > > I installed Gamba

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Christof Thalhofer
Am 26.08.2016 um 12:22 schrieb Christof Thalhofer: > Ahrgh! > > After I removed Gambas Beta and reinstalled Gambas 3.8.4 from Stable it > does not start any more, instead throws this error: Ok, this problem is gone, had some 3.9.0.90 relicts on the computer after removement of 3.9 Alles Gute C

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Christof Thalhofer
Ahrgh! After I removed Gambas Beta and reinstalled Gambas 3.8.4 from Stable it does not start any more, instead throws this error: --8< This application has raised an unexpected error and must abort. [13] Null object. Picture._get.85 --8<--

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II) - BUG!!

2016-08-26 Thread Christof Thalhofer
Hi, I installed Gambas Beta from Launchpad and tested it with my projects. By opening one of them gambas3 destroys a module. I attach them, the original is MLagerverwaltung.module, the destroyed one is MLagerverwaltung.module.destroyed. Shall I write a bug? Alles Gute Christof Thalhofer -- D

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II)

2016-08-25 Thread Sebastian Kulesz
It will be available in the Beta PPA in a few hours, Launchpad has half of its build farm offline for some reason... On Thu, Aug 25, 2016 at 9:41 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > Here is a ne

[Gambas-user] Pre-release of Gambas 3.9.0 (episode II)

2016-08-25 Thread Benoît Minisini
Hi, Here is a new pre-release of Gambas 3.9. Download it at: https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download This new pre-relase package has the following fixes: * TerminalView is refreshed correctly even if data is coming slowly. * Packager now supports PNG

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-22 Thread Ron
I can reproduce a signal 11 crash with gambas 3.9, so it seems related to gtk_text_buffer code. See BUG REPORT 979 Kind Regards, Ron. 2016-08-22 0:27 GMT+02:00 PICCORO McKAY Lenz : > openssl version are 0.9.8o > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2016-08-21 12:

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread PICCORO McKAY Lenz
openssl version are 0.9.8o Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-21 12:15 GMT-04:00 Tobias Boege : > On Sun, 21 Aug 2016, PICCORO McKAY Lenz wrote: > > i have error compiling, agains openssl 0.X not 1.X > > > > CC gb_openssl_la-main.lo > > CC gb_open

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread Tobias Boege
On Sun, 21 Aug 2016, PICCORO McKAY Lenz wrote: > i have error compiling, agains openssl 0.X not 1.X > > CC gb_openssl_la-main.lo > CC gb_openssl_la-c_digest.lo > c_digest.c: In function ‘get_dlist’: > c_digest.c:51: warning: implicit declaration of function ‘EVP_MD_do_all’ >

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread PICCORO McKAY Lenz
i have error compiling, agains openssl 0.X not 1.X CC gb_openssl_la-main.lo CC gb_openssl_la-c_digest.lo c_digest.c: In function ‘get_dlist’: c_digest.c:51: warning: implicit declaration of function ‘EVP_MD_do_all’ c_digest.c: In function ‘EVP_MD_CTX_reset’: c_digest.

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread Benoît Minisini
Le 21/08/2016 à 02:56, Jussi Lahtinen a écrit : >> I tried on a Mint VirtualBox VM, and still have "Test passed!" as >> result. Can you tell me exactly where it fails in the code? >> > > Randomly in module mTest at lines 1685, 1694, 1704 and 1714. So at every > occurrence of code 'If sTest <> "test

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread Mufeed Ali
Please check bug #978. And yea, GTK+ is still messed up. TextArea background does not work in GTK+ 3.20(Arch Linux). On Sun, Aug 21, 2016 at 4:04 PM, Ron wrote: > When using hGet.Auth = Net.AuthDigestIE in a http post request, I get > error that it's not a unknown authentication method. > Also h

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-21 Thread Ron
When using hGet.Auth = Net.AuthDigestIE in a http post request, I get error that it's not a unknown authentication method. Also have some strange crashes (sig 11) when rerunning same request (without above line) need to get more info. [System] Gambas=3.9 OperatingSystem=Linux Kernel=4.4.0-34-gener

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Jussi Lahtinen
> I tried on a Mint VirtualBox VM, and still have "Test passed!" as > result. Can you tell me exactly where it fails in the code? > Randomly in module mTest at lines 1685, 1694, 1704 and 1714. So at every occurrence of code 'If sTest <> "test" & gb.NewLine Then'. Every time it fails the string sTe

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 18:22, Benoît Minisini a écrit : > Le 20/08/2016 à 17:46, Jussi Lahtinen a écrit : >> You have ignored my report of the unreliability of Process.Wait method. >> Have you forgotten it or is there some other reason? > > Mmm... No, I forgot it. No other reason! > >> Run the attached pr

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread PICCORO McKAY Lenz
i will compile in few hours, for older linux that are in older machines the 3.8.4 have a prblem with editor, the editor area when cursor goes to limit of, the editor screen dont follow the cursor, until 3 or 4 columns.. then it follow and editor show the rest of colums if have a long write line..

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 18:48, Ron a écrit : > Compiles and runs (first tests) fine on Ubuntu 16.04 LTS 64 bit. > > Although I get a lot of gtk and gnome-keyring related deprecated > warnings during make, see attached logs. > It's not a big problem. > > llvm needs to be downgraded from 3.8 to 3.5 to be fou

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Ron
Compiles and runs (first tests) fine on Ubuntu 16.04 LTS 64 bit. Although I get a lot of gtk and gnome-keyring related deprecated warnings during make, see attached logs. It's not a big problem. llvm needs to be downgraded from 3.8 to 3.5 to be found. Regards, Ron. 2016-08-20 17:59 GMT+02:00 Fa

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Hi, Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > Finally, here is the initial source package of Gambas 3.9.0! Here it seems to run without caveats. Just a question about libraries: When I build and install my project on Debian/Ubuntu, my libraries will install in /usr/bin as it was usual b

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Am 20.08.2016 um 17:55 schrieb Sebastian Kulesz: > I'm updating it now. It will be live in a few hours. > Anyway, for the Daily PPA it will just be a version bump, you already have > all the changes there. :P ok, great! Thank you! So I can test. Alles Gute Christof Thalhofer -- Dies ist keine

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 17:46, Jussi Lahtinen a écrit : > You have ignored my report of the unreliability of Process.Wait method. > Have you forgotten it or is there some other reason? Mmm... No, I forgot it. No other reason! > Run the attached project few times and you will see that the process.wait > d

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
Benoît, beware that the version number was only updated on the 3.9 branch. On trunk, the version is still 3.8.90! On Sat, Aug 20, 2016 at 12:59 PM, Fabien Bodard wrote: > is the problem of compilation of gb.git on archlinux is resolved ? > > --

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Fabien Bodard
is the problem of compilation of gb.git on archlinux is resolved ? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
On Sat, Aug 20, 2016 at 12:31 PM, Christof Thalhofer wrote: > Hi, > > Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > > > Finally, here is the initial source package of Gambas 3.9.0! > > > > https://sourceforge.net/projects/gambas/files/gambas3/ > gambas3-3.9.0.tar.bz2/download > > > > Please c

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Hi, Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > Finally, here is the initial source package of Gambas 3.9.0! > > https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download > > Please compile and install it as much as you can, and report any > problem. Before I m

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Jussi Lahtinen
You have ignored my report of the unreliability of Process.Wait method. Have you forgotten it or is there some other reason? Run the attached project few times and you will see that the process.wait doesn't always wait for the process to complete (at least on Linux Mint, details below). Jussi [S

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 17:01, Karl Reinl a écrit : > Am Samstag, den 20.08.2016, 16:45 +0200 schrieb Benoît Minisini: >> Hi, >> >> Finally, here is the initial source package of Gambas 3.9.0! >> >> https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download >> >> Please compile an

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Karl Reinl
Am Samstag, den 20.08.2016, 16:45 +0200 schrieb Benoît Minisini: > Hi, > > Finally, here is the initial source package of Gambas 3.9.0! > > https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download > > Please compile and install it as much as you can, and report any >

[Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Hi, Finally, here is the initial source package of Gambas 3.9.0! https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download Please compile and install it as much as you can, and report any problem. Before I make it official of course. :-) I have to write the changelog