[Gambas-user] error compiling gb.jit

2012-10-14 Thread Ian Haywood
Sorry didn't see previous e-mail. Downloading a new compiler now... Hello I am trying to compile gambas 3.3.3 on Debian wheezy I have llvm-3.1-dev installed compiler is g++ 4.4.5-1 any help appreciated. so -- Don't let

[Gambas-user] error compiling gb.xml

2012-10-14 Thread Ian Haywood
Now this one doesn't seem to be mentioned before in the mailing list. make[5]: Entering directory `/home/ian/preserve/gambas3/trunk/gb.xml/src/html' CXXgb_xml_html_la-gbi.lo CXXgb_xml_html_la-utils.lo CXXgb_xml_html_la-document.lo CXXgb_xml_html_la-node.lo CXXgb_xml_h

Re: [Gambas-user] error compiling gb.jit

2012-10-14 Thread Bruce
On Sun, 2012-10-14 at 19:11 +1100, Ian Haywood wrote: > Sorry didn't see previous e-mail. Downloading a new compiler now... > > Hello > > I am trying to compile gambas 3.3.3 on Debian wheezy > I have llvm-3.1-dev installed > compiler is g++ 4.4.5-1 > > any help appreciated. Ian, I dont know w

Re: [Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-14 Thread gambas
Updates: Status: Fixed Comment #4 on issue 336 by benoit.m...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 Fixed in revision #5237. The array conversion now correctly preserves the dimensions. ---

Re: [Gambas-user] error compiling gb.jit

2012-10-14 Thread Emil Lenngren
Ian, you are correct. You need at least gcc 4.5 or newer. /Emil 2012/10/14 Bruce > On Sun, 2012-10-14 at 19:11 +1100, Ian Haywood wrote: > > Sorry didn't see previous e-mail. Downloading a new compiler now... > > > > Hello > > > > I am trying to compile gambas 3.3.3 on Debian wheezy > > I have

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Benoît Minisini
Le 14/10/2012 01:31, Gerry Douglas a écrit : > Dear Benoît, > > I have discovered that if I set the "Utility" property to "true" of the > form I am showing then the flicker effect is gone! > > Does this make any sense? > > Regards, > Gerry. > Maybe... Do you have less flicker with revision #5238?

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Gerry Douglas
Forgive my ignorance ... how do I update my version of Gambas to include this revision? On Sun, Oct 14, 2012 at 8:25 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 14/10/2012 01:31, Gerry Douglas a écrit : > > Dear Benoît, > > > > I have discovered that if I set the "Utility" pro

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Fabien Bodard
Use svn version Le 14 oct. 2012 14:36, "Gerry Douglas" a écrit : > Forgive my ignorance ... how do I update my version of Gambas to include > this revision? > > On Sun, Oct 14, 2012 at 8:25 AM, Benoît Minisini < > gam...@users.sourceforge.net> wrote: > > > Le 14/10/2012 01:31, Gerry Douglas a écr

Re: [Gambas-user] error compiling gb.xml

2012-10-14 Thread Fabien Bodard
You need Dev package. For libxml2 Le 14 oct. 2012 10:27, "Ian Haywood" a écrit : > Now this one doesn't seem to be mentioned before in the mailing list. > > make[5]: Entering directory > `/home/ian/preserve/gambas3/trunk/gb.xml/src/html' > CXXgb_xml_html_la-gbi.lo > CXXgb_xml_html_la-

Re: [Gambas-user] error compiling gb.jit

2012-10-14 Thread Laurent Carlier
Le dimanche 14 octobre 2012 14:20:00 Emil Lenngren a écrit : > Ian, you are correct. You need at least gcc 4.5 or newer. > > /Emil > This macro could help: https://www.gnu.org/software/autoconf-archive/ax_gcc_version.html signature.asc Description: This is a digitally signed message part. ---

[Gambas-user] QFont::setPointSize

2012-10-14 Thread Karl Reinl
Salut Benoît, I just update to Revision 5238, and while I had to make all that path changes,I started from a console, where I found that : ...@Scenic:~/src/gambas/3$ gambas3 QFont::setPointSize: Point size <= 0 (0), must be greater than 0 in QT Config Point size = 9 So what is claimed here,

Re: [Gambas-user] QFont::setPointSize

2012-10-14 Thread Benoît Minisini
Le 14/10/2012 15:23, Karl Reinl a écrit : > Salut Benoît, > > I just update to Revision 5238, and while I had to make all that path > changes,I started from a console, where I found that : > > ...@Scenic:~/src/gambas/3$ gambas3 > QFont::setPointSize: Point size <= 0 (0), must be greater than 0 > >

[Gambas-user] IDE text search box/browse

2012-10-14 Thread RICHARD WALKER
I cannot remember when it happened, but in recent versions of the Gambas3 IDE it is no longer possible to right-click and select paste to put a search term in the box in the toolbar. This was very handy, and if it isn't a deliberate change for some technical reason, would it not be a good idea to

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Benoît Minisini
Le 14/10/2012 14:25, Benoît Minisini a écrit : > Le 14/10/2012 01:31, Gerry Douglas a écrit : >> Dear Benoît, >> >> I have discovered that if I set the "Utility" property to "true" of the >> form I am showing then the flicker effect is gone! >> >> Does this make any sense? >> >> Regards, >> Gerry.

Re: [Gambas-user] IDE text search box/browse

2012-10-14 Thread Benoît Minisini
Le 14/10/2012 15:38, RICHARD WALKER a écrit : > I cannot remember when it happened, but in recent versions of the > Gambas3 IDE it is no longer possible to right-click and select paste > to put a search term in the box in the toolbar. > > This was very handy, and if it isn't a deliberate change for

Re: [Gambas-user] Help lines with new syntax

2012-10-14 Thread Jussi Lahtinen
Hmm... OK. This doesn't work: ''This is help line. This however works: '' This is help line. Is that necessary for the new syntax? Jussi On Sun, Oct 14, 2012 at 1:40 AM, Jussi Lahtinen wrote: > I remember some while ago, that help line syntax changed and I even > managed to find the docum

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Gerry Douglas
Benoît, Thanks you for working on this. So to build a db.gkt applications I select GTK+ application when creating the project? I tried this, but I still see the flicker. Would you have time to send me a sample project where there is no flicker for me to try on my computer? Regards< Gerry. On

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Benoît Minisini
Le 14/10/2012 17:12, Gerry Douglas a écrit : > Benoît, > > Thanks you for working on this. So to build a db.gkt applications I select > GTK+ application when creating the project? I tried this, but I still see > the flicker. Would you have time to send me a sample project where there > is no fli

Re: [Gambas-user] error compiling gb.jit

2012-10-14 Thread Emil Lenngren
Lambda functions feature detection would be better... 2012/10/14 Laurent Carlier > Le dimanche 14 octobre 2012 14:20:00 Emil Lenngren a écrit : > > Ian, you are correct. You need at least gcc 4.5 or newer. > > > > /Emil > > > > This macro could help: > https://www.gnu.org/software/autoconf-archi

Re: [Gambas-user] Experiencing a "flicker" when "show"ing a form ...

2012-10-14 Thread Gerry Douglas
Thanks you Benoît, I have done some experimentation and this is what I have seen so far ... If I insert a Wait 0.3 between the Show for the new form and the hide for the current form it seems to significantly reduce the flicker, which supports your hypothesis I believe. If I switch the order and

Re: [Gambas-user] error compiling gb.xml

2012-10-14 Thread Ian Haywood
On Mon, Oct 15, 2012 at 12:00 AM, Fabien Bodard wrote: > You need Dev package. For libxml2 Yes, I have it already, but because I am running on a 64-bit machine the library is installed to /usr/lib/x86_64-linux-gnu/libxml2.a, but gambas insists on looking for where it would be on a 32-bit machine (

Re: [Gambas-user] error compiling gb.xml

2012-10-14 Thread Fabien Bodard
2012/10/15 Ian Haywood : > On Mon, Oct 15, 2012 at 12:00 AM, Fabien Bodard wrote: >> You need Dev package. For libxml2 > Yes, I have it already, but because I am running on a 64-bit machine the > library > is installed to /usr/lib/x86_64-linux-gnu/libxml2.a, but gambas insists > on looking for wh