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

2014-10-12 Thread Emanuele Sottocorno
Il 13/10/2014 01:32, Benoît Minisini ha scritto: > Le 12/10/2014 22:31, Emanuele Sottocorno a écrit : >> Sorry Benoit, >> now it fails in /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src >> >> make[5]: ingresso nella directory >> "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src" >>

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

2014-10-12 Thread Gian
Hello Benoit, I extracted the 6543 revision and with library llvm-3.5 installed I get this error: make[4]: ingresso nella directory "/home/vir/3.6/gb.jit/src" CXX gb_jit_la-jit_api.lo CXX gb_jit_la-jit_codegen.lo In file included from jit_codegen.cpp:34:0: jit.h:49:26: fatal error: llvm/IR/

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

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 22:31, Emanuele Sottocorno a écrit : > Sorry Benoit, > now it fails in /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src > > make[5]: ingresso nella directory > "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src" > CXX gb_gtk_la-gmainwindow.lo > gmainwindow.cpp:34:19:

Re: [Gambas-user] Pre-release of Gambas 3.6 (Theme Colors)

2014-10-12 Thread Kevin Fishburne
At least using the "Quick" theme, there are two problems. Demonstrated by the first attachment ("Bad Colors 1.png"), the pop-up message caused by a syntax error is difficult to read. The light blue background color isn't a background color defined in the theme (perhaps it borrows one of the fo

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

2014-10-12 Thread Emanuele Sottocorno
Il 12/10/2014 21:55, Benoît Minisini ha scritto: > Le 12/10/2014 20:33, Emanuele Sottocorno a écrit : >> Hi Benoit, >> make fails in gb.sdl: >> >> make[3]: ingresso nella directory >> "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl" >> Making all in src >> make[4]: ingresso nella directory >> "/

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

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 20:33, Emanuele Sottocorno a écrit : > Hi Benoit, > make fails in gb.sdl: > > make[3]: ingresso nella directory > "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl" > Making all in src > make[4]: ingresso nella directory > "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl/src" >

Re: [Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Emil Lenngren
Hi. I'll check. /Emil Den 12 okt 2014 21:09 skrev "Jussi Lahtinen" : > Thanks to unnecessary complexness of Finnish language and my lack of > ideas, I have written some monster lines with nested Substs. JIT doesn't > seem to like them. > I isolated the problem to simplest possible (unusable) case

[Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Jussi Lahtinen
Thanks to unnecessary complexness of Finnish language and my lack of ideas, I have written some monster lines with nested Substs. JIT doesn't seem to like them. I isolated the problem to simplest possible (unusable) case. See attachment. Jussi JIT_bug-0.0.1.tar.gz Description: GNU Zip compresse

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

2014-10-12 Thread Emanuele Sottocorno
Hi Benoit, make fails in gb.sdl: make[3]: ingresso nella directory "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl" Making all in src make[4]: ingresso nella directory "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl/src" CXX gb_sdl_la-SDLapp.lo CXX gb_sdl_la-SDLcore.lo C

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

2014-10-12 Thread Jussi Lahtinen
Oh, btw, the drop down menu in IDE for functions and subs doesn't react to keys anymore. Meaning when I open the menu and press "b", it used to jump to functions starting with letter "b". I liked that, can you re-enable it? Jussi On Sun, Oct 12, 2014 at 9:02 PM, Jussi Lahtinen wrote: > Every

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

2014-10-12 Thread Jussi Lahtinen
Everything else passed my test, but JIT causes some problems (this may be old bug). In fact is this bug in LLVM or gbx3? gbx3: /usr/include/llvm/IR/Instructions.h:2098: void llvm::PHINode::addIncoming(llvm::Value*, llvm::BasicBlock*): Assertion `getType() == V->getType() && "All operands to PHI no

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

2014-10-12 Thread Benoît Minisini
Le 12/10/2014 19:22, Tobias Boege a écrit : > On Sun, 12 Oct 2014, Beno??t Minisini wrote: >> The ChangeLog is available at: >> >> http://gambaswiki.org/wiki/doc/release/3.6.0 >> > > I did three things on that page (see the history): > > - add the fact that there are Heaps new in gb.data, too, >

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

2014-10-12 Thread Tobias Boege
On Sun, 12 Oct 2014, Beno??t Minisini wrote: > The ChangeLog is available at: > > http://gambaswiki.org/wiki/doc/release/3.6.0 > I did three things on that page (see the history): - add the fact that there are Heaps new in gb.data, too, - mention the gb.inotify component, - fix the end of th

[Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Benoît Minisini
Hi, I have uploaded the source package of Gambas 3.6 at: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download The ChangeLog is available at: http://gambaswiki.org/wiki/doc/release/3.6.0 Please test it and report any problem before I make it official! Thanks in a

Re: [Gambas-user] Wow, Gambas is twice as fast as (Free) Pascal

2014-10-12 Thread Jussi Lahtinen
> May I ask what version of FPC you are using? > 2.6.2-8 [2014/01/22] for x86_64 Jussi -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS R

Re: [Gambas-user] Wow, Gambas is twice as fast as (Free) Pascal

2014-10-12 Thread T Lee Davidson
Hey Jussi, I'd like to try figuring out why the Pascal program runs so much slower, relative to Gambas, on my system than on yours. May I ask what version of FPC you are using? On 10/11/2014 08:24 PM, Jussi Lahtinen wrote: > > $ time gbs3 -c -f polym.gambas [snip] > real0m4.172s > user

Re: [Gambas-user] Segmentation fault (11) with ImageStat() function

2014-10-12 Thread Ru Vuott
Optime ! Now it works. regards vuott Dom 12/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function A: "mailing list for gambas users" Data: Domenica 12 ottobre 2014, 03:23 Le 12/10/2014