[Gambas-user] Rev 4363 make error

2011-12-29 Thread Emanuele Sottocorno
gbx_local.c:945: error: ‘MAX_FLOAT_DIGIT’ undeclared (first use in this function) gbx_local.c:945: error: (Each undeclared identifier is reported only once gbx_local.c:945: error: for each function it appears in.) make[4]: *** [gbx3-gbx_local.o] Errore 1 Kernel=2.6.32-37-generic Architecture=x86_

Re: [Gambas-user] gbx executables

2011-12-29 Thread tobias
On 29.12.2011 22:51, Benoît Minisini wrote: >> o.k., thanks. >> well, but there it continues confusing: ls -l shows that gbr2 is a link >> to gbx2 and has different functionality? >> > Yes, this is a common trick on Unix. Search for 'busybox' if you don't > trust me. :-) > i thought, it was a feat

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #6 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 OK, it should be really fixed in revision #4361! -- Ridiculously ea

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #2 on issue 176 by benoit.m...@gmail.com: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 OK, so maybe the documentation was not clear enough. And to get the size of a non-native type, use

Re: [Gambas-user] gbx executables

2011-12-29 Thread Benoît Minisini
> > o.k., thanks. > well, but there it continues confusing: ls -l shows that gbr2 is a link > to gbx2 and has different functionality? > Yes, this is a common trick on Unix. Search for 'busybox' if you don't trust me. :-) -- Benoît Minisini -

Re: [Gambas-user] gbx executables

2011-12-29 Thread Emil Lenngren
It is the same file. When gbx2 starts up, it checks whether the provided executable name (argv[0]) is "gbr2" or "gbx2", and choose what to do depending on that. 2011/12/29 tobias > On 29.12.2011 22:43, Benoît Minisini wrote: > > Le 29/12/2011 22:31, tobias a écrit : > >> hi, > >> > >> we recentl

Re: [Gambas-user] Issue 139 in gambas: Incorrect window positioning

2011-12-29 Thread gambas
Updates: Status: Fixed Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 139 by benoit.m...@gmail.com: Incorrect window positioning http://code.google.com/p/gambas/issues/detail?id=139 It should be fixed in revision #4361.

Re: [Gambas-user] gbx executables

2011-12-29 Thread tobias
On 29.12.2011 22:43, Benoît Minisini wrote: > Le 29/12/2011 22:31, tobias a écrit : >> hi, >> >> we recently got confused about the gbx executable. i forward a specific >> question about gbx2: >> --- >> $ gbx2 /path/to/project/directory >> runs the program (using the compiled stuff in .gambas subdi

Re: [Gambas-user] gbx executables

2011-12-29 Thread Benoît Minisini
Le 29/12/2011 22:31, tobias a écrit : > hi, > > we recently got confused about the gbx executable. i forward a specific > question about gbx2: > --- > $ gbx2 /path/to/project/directory > runs the program (using the compiled stuff in .gambas subdirectory?) > $ /path/to/archive > runs the compiled ar

[Gambas-user] gbx executables

2011-12-29 Thread tobias
hi, we recently got confused about the gbx executable. i forward a specific question about gbx2: --- $ gbx2 /path/to/project/directory runs the program (using the compiled stuff in .gambas subdirectory?) $ /path/to/archive runs the compiled archive but is there a way to run a compiled archive wit

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread tommyline
- Original Message - From: "Jussi Lahtinen" To: "mailing list for gambas users" Sent: Thursday, 29 December, 2011 6:07:19 PM Subject: Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf() Quickly thinking not sure about object or structure... but with floats, integers, etc nati

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread Jussi Lahtinen
Quickly thinking not sure about object or structure... but with floats, integers, etc native data types you can use this: Print SizeOf(TypeOf(VariableName)) Jussi On Thu, Dec 29, 2011 at 20:00, wrote: > > > - Original Message - > From: "tobias" > To: "mailing list for gambas user

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread Jussi Lahtinen
> By the way, I see you looking everywhere in the code, and I would like to > thank you for all your bug tracking. I am curious: do you do that just for > fun? Or do you have any specific project with Gambas? Answer me to > gam...@users.sourceforge.net. > Please forward the answer to me also! I'm

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread tommyline
- Original Message - From: "tobias" To: "mailing list for gambas users" Sent: Thursday, 29 December, 2011 5:52:36 PM Subject: Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf() On 29.12.2011 18:41, tommyl...@eircom.net wrote: > > - Original Message - > From: gam...@g

[Gambas-user] Best wishes for 2012 and thanks for gambas3

2011-12-29 Thread Girard Henri
Hello gambasors :) I just installed a fresh precise pangolin and compiled gambas3 which show me number 3.0 thanks all for your excellent work :) Henri -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread tobias
On 29.12.2011 18:41, tommyl...@eircom.net wrote: > > - Original Message - > From: gam...@googlecode.com > To: gambas-user@lists.sourceforge.net > Sent: Thursday, 29 December, 2011 5:32:14 PM > Subject: Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf() > > > Comment #1 on issue 1

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread tommyline
- Original Message - From: gam...@googlecode.com To: gambas-user@lists.sourceforge.net Sent: Thursday, 29 December, 2011 5:32:14 PM Subject: Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf() Comment #1 on issue 176 by benoit.m...@gmail.com: problems with SizeOf() http://code

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Comment #1 on issue 176 by benoit.m...@gmail.com: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 Have you read the documentation of SizeOf? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box

[Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 176 by tommyl...@interia.pl: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 1) Describe the problem. It seems like the SizeOf function expects

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #5 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Print a.Pop() + i still does not work as expected, since the interpreter calls the inherited method, not the parent method ;) --

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #4 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 It should be fixed in revision #4360. I chose the second solution. -

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #3 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 AFAIK, this is the only place I use it, and I don't think I need it. By the way, I see you looking everywhere in the code, and I would like to

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #2 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 I also first thought that this class was not to be used alone, but then I saw it being used like this in ReadArray() and WriteValue() in gb.s

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Well, that class coming from Gambas 1 should be virtual, because it wasn

[Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 1) Describe the problem. The Array class

Re: [Gambas-user] Issue 174 in gambas: gb.desktop does not recognizes ~ as the home folder

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #2 on issue 174 by benoit.m...@gmail.com: gb.desktop does not recognizes ~ as the home folder http://code.google.com/p/gambas/issues/detail?id=174 Done in revision #4357. -- Ridi

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-29 Thread Fabien Bodard
2011/12/29 Alfonso Contreras : > Hi Fabian, I just tried that but the orientation property is not available > in gambas3 neither in the ide. > > Thank you > > Alfonso > > -Mensaje original- > De: Fabien Bodard [mailto:gambas...@gmail.com] > Enviado el: miércoles, 28 de diciembre de 2011 05:

Re: [Gambas-user] Issue 174 in gambas: gb.desktop does not recognizes ~ as the home folder

2011-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 174 by benoit.m...@gmail.com: gb.desktop does not recognizes ~ as the home folder http://code.google.com/p/gambas/issues/detail?id=174 It's not actually Gambas, but the xdg-ut

Re: [Gambas-user] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #15 on issue 153 by benoit.m...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 OK, I'm closing the issue! -

Re: [Gambas-user] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide

2011-12-29 Thread gambas
Comment #14 on issue 153 by marcobra...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 Benoit pkg-config --modversion gnome-keyring-1 Package gnome-keyring was not found in the pkg-config search path. Perhap