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
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
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
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
>
>
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
>
>
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
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
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
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
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
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-
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,-
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)
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
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
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
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
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
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.
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
>>>
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
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
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
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
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
>>>
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:
>
>
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:
>
>
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
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
29 matches
Mail list logo