[Gambas-user] Unable to compile gb.map

2012-11-22 Thread Ru Vuott
Hello, I uploaded my Gambas 3 with rev. #5350 via SVN, and all was OK. Now, I uploaded new rev. # 5351,and at the end of "Make Install" I obtained this message: || || Unable to compile gb.map || I launched "make clean" and then "./reconf-all" etc...etc... the usual procedure, but I didn't

Re: [Gambas-user] gb.map

2012-11-22 Thread Fabien Bodard
Well this is not perfect it's an early alpha 2012/11/22 Matti > That's too bad. Now I'll have to write an App for the Garmin device - the > only > thing I'm using Windows for in the Out-of-Office-World! :-D > > > Am 22.11.2012 00:27, schrieb Fabien Bodard: > > This is a new component : gb.map

Re: [Gambas-user] Gambas-user Digest, Vol 78, Issue 57

2012-11-22 Thread Anderson
gambas-user-requ...@lists.sourceforge.net wrote: >Send Gambas-user mailing list submissions to > gambas-user@lists.sourceforge.net > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-user >or, via email, send a message wi

Re: [Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/11/2012 12:54, richard a écrit : > >> richard@ASUSG74S:~/svn/gambas3/trunk$ gambas3 >> Bus error (core dumped) >> richard@ASUSG74S:~/svn/gambas3/trunk$ >> >> regards >> >> > > Weird... > > Can you do that: > > $ gdb gbr3 > ... > (gdb) run /usr/bin/gambas3 > >

[Gambas-user] [SPAM] Re: How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread Richard Terry
Benoît Minisini wrote: > Le 22/11/2012 12:54, richard a écrit : > >> richard@ASUSG74S:~/svn/gambas3/trunk$ gambas3 >> Bus error (core dumped) >> richard@ASUSG74S:~/svn/gambas3/trunk$ >> >> regards >> >> > > Weird... > > Can you do that: > > $ gdb gbr3 > ... > (gdb) run /usr/bin/gambas3 > >

Re: [Gambas-user] gb.map

2012-11-22 Thread Matti
That's too bad. Now I'll have to write an App for the Garmin device - the only thing I'm using Windows for in the Out-of-Office-World! :-D Am 22.11.2012 00:27, schrieb Fabien Bodard: > This is a new component : gb.map > > actually it only allow to manage tiled maps > > MapViewer1.Map.AddTile("Op

[Gambas-user] Debian repository

2012-11-22 Thread Sebastian Kulesz
Hi there!! Yesterday I released a new version of a personal project. Luckily, it gained a lot of traction. Not so luckily, a lot of Debian users commented that they either had problems with apt complaining about gambas versions, or the interpreter complaining about the "Bytecode too recent." error

[Gambas-user] gb.glu is missing Glu.project and Glu.unproject

2012-11-22 Thread laurent bernabe
Hello, I've noticed that the Gb.glu component is missing the two functions project() and unproject(). Will a very next version of Gambas implement it ? Otherwise I've found the implementation code (C++) so that I still can create a new module with both functions : http://www.opengl.org/wiki/GluPr

Re: [Gambas-user] gb.map

2012-11-22 Thread Sebastian Kulesz
On Thu, Nov 22, 2012 at 4:00 AM, Fabien Bodard wrote: > Coming soon > Le 22 nov. 2012 01:08, "Willy Raets" a écrit : > > > On Thu, 2012-11-22 at 00:27 +0100, Fabien Bodard wrote: > > > This is a new component : gb.map > > > > > > actually it only allow to manage tiled maps > > > > > > MapViewer1

Re: [Gambas-user] Having an overidden class constructor

2012-11-22 Thread laurent bernabe
Thank you very much : that's work :) 2012/11/22 Sebi > In fact, your code is okay, but when creating an instance of a class > without arguments you need too skip the parenthesis. > -Original Message- > From: laurent bernabe > Date: Thu, 22 Nov 2012 18:42:41 > To: mailing list for gambas

Re: [Gambas-user] Having an overidden class constructor

2012-11-22 Thread Sebi
In fact, your code is okay, but when creating an instance of a class without arguments you need too skip the parenthesis. -Original Message- From: laurent bernabe Date: Thu, 22 Nov 2012 18:42:41 To: mailing list for gambas users Reply-To: mailing list for gambas users Subject: [Gambas-

[Gambas-user] Having an overidden class constructor

2012-11-22 Thread laurent bernabe
Hello, I am coding a Vector3f class (representing a Mathematical vector), and I would like that instances of this class can be made from two ways : - either by calling New Vector3f() for a vector located at the origin (0,0,0) - or by supplying 3 arguments, such as with New Vector3f(1,2,-

Re: [Gambas-user] Issue 352 in gambas: gambas3 XMLReader component generates wrong output (gambas2 was working fine)

2012-11-22 Thread gambas
Comment #4 on issue 352 by adrien.p...@gmail.com: gambas3 XMLReader component generates wrong output (gambas2 was working fine) http://code.google.com/p/gambas/issues/detail?id=352 I think I found the problem, but it comes from your code. Here is the strange section : If CStr(XmlR.Node.value)

Re: [Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 12:54, richard a écrit : > > richard@ASUSG74S:~/svn/gambas3/trunk$ gambas3 > Bus error (core dumped) > richard@ASUSG74S:~/svn/gambas3/trunk$ > > regards > Weird... Can you do that: $ gdb gbr3 ... (gdb) run /usr/bin/gambas3 Then the program should run until the bus error, and you w

Re: [Gambas-user] ..or just a bit confusing

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 12:57, Karl Reinl a écrit : > Salut, > > just made an update on SVR rev.5346 > > Now the IDE say Welcome in the older manner, and the Version is 3.3.90 > > Is that OK ? > Yes. But why do you say "in the older manner"? -- Benoît Minisini

[Gambas-user] ..or just a bit confusing

2012-11-22 Thread Karl Reinl
Salut, just made an update on SVR rev.5346 Now the IDE say Welcome in the older manner, and the Version is 3.3.90 Is that OK ? -- Amicalement Charlie -- Monitor your physical, virtual and cloud infrastructure from a s

Re: [Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

2012-11-22 Thread richard
On 22/11/12 22:46, richard wrote: > On 22/11/12 22:43, Adrien Prokopowicz wrote: >> 2012/11/22 Benoît Minisini : >>> Le 22/11/2012 12:06, richard a écrit : On 22/11/12 21:45, Benoît Minisini wrote: > Le 22/11/2012 11:38, richard a écrit : >> Compile Gambas from sources with debugging i

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
On 22/11/12 22:43, Adrien Prokopowicz wrote: > 2012/11/22 Benoît Minisini : >> Le 22/11/2012 12:06, richard a écrit : >>> On 22/11/12 21:45, Benoît Minisini wrote: Le 22/11/2012 11:38, richard a écrit : > Compile Gambas from sources with debugging information enabled ?? can > any one

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread Adrien Prokopowicz
2012/11/22 Benoît Minisini : > Le 22/11/2012 12:06, richard a écrit : >> On 22/11/12 21:45, Benoît Minisini wrote: >>> Le 22/11/2012 11:38, richard a écrit : Compile Gambas from sources with debugging information enabled ?? can any one point me to the URL which describes how to do this.

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 12:06, richard a écrit : > On 22/11/12 21:45, Benoît Minisini wrote: >> Le 22/11/2012 11:38, richard a écrit : >>> Compile Gambas from sources with debugging information enabled ?? can >>> any one point me to the URL which describes how to do this. >>> >>> Thanks >>> >>> richard >>>

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
On 22/11/12 22:19, Benoît Minisini wrote: > Le 22/11/2012 12:17, richard a écrit : >> On 22/11/12 22:11, Benoît Minisini wrote: >>> make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" >> Do you know a reasonably recent version that will compile?? >> >> richard >> > But it does compile, at leas

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 12:17, richard a écrit : > On 22/11/12 22:11, Benoît Minisini wrote: >>make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" > Do you know a reasonably recent version that will compile?? > > richard > But it does compile, at least on my Ubuntu 12.04. I think this is a problem wit

Re: [Gambas-user] gambas installation issue

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 05:08, Rick Thomas a écrit : > Thank you for the quick response. :) I have attached the result from this > command > $ ( ./configure -C; make; sudo make install ) > output.txt 2>&1 > > I had to resubmit in compressed form since the server tagged it for > moderator approval since it e

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
On 22/11/12 22:11, Benoît Minisini wrote: > make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" Do you know a reasonably recent version that will compile?? richard -- Monitor your physical, virtual and cloud infrastru

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 12:06, richard a écrit : > On 22/11/12 21:45, Benoît Minisini wrote: >> Le 22/11/2012 11:38, richard a écrit : >>> Compile Gambas from sources with debugging information enabled ?? can >>> any one point me to the URL which describes how to do this. >>> >>> Thanks >>> >>> richard >>>

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
On 22/11/12 21:45, Benoît Minisini wrote: > Le 22/11/2012 11:38, richard a écrit : >> Compile Gambas from sources with debugging information enabled ?? can >> any one point me to the URL which describes how to do this. >> >> Thanks >> >> richard >> > The fastest way is: instead of typing: > >

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
On 22/11/12 21:45, Benoît Minisini wrote: > Le 22/11/2012 11:38, richard a écrit : >> Compile Gambas from sources with debugging information enabled ?? can >> any one point me to the URL which describes how to do this. >> >> Thanks >> >> richard >> > The fastest way is: instead of typing: > >

Re: [Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread Benoît Minisini
Le 22/11/2012 11:38, richard a écrit : > Compile Gambas from sources with debugging information enabled ?? can > any one point me to the URL which describes how to do this. > > Thanks > > richard > The fastest way is: instead of typing: $ make you type: $ make clean && make "CF

[Gambas-user] How to compile with debugging information enabled

2012-11-22 Thread richard
Compile Gambas from sources with debugging information enabled ?? can any one point me to the URL which describes how to do this. Thanks richard -- Monitor your physical, virtual and cloud infrastructure from a single