Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Ron
I have some users of my project asking if it will run on RaspberryPi already. It's the ultimate home automation 'server' so I can understand their eager to get it running. In the mean time I continue porting my software to Gambas3, but please put it somewhere on your to do list. Thanks. Regards, Ro

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Benoît Minisini
Le 26/04/2012 18:36, Ron a écrit : > Gambas2 already runned on ARM before, so it doesn't seem to be much work to > get it running or am I mistaken? > I will try to compile it, but that needs some backport from Gambas 3 to remove the use of "long double", and I don't have the time now to deep int

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Comment #11 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Yes, compiling takes a while. Ok, removing the long double functions will solve the ARM issue in an elegant and efficient way. I consider the issue closed no

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Ron
Gambas2 already runned on ARM before, so it doesn't seem to be much work to get it running or am I mistaken? Regards, Ron_2nd Op 26 apr. 2012 18:05 schreef het volgende: > Updates: >Status: WontFix > > Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on > Debian ARM >

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Updates: Status: WontFix Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I finally succeeded in running the Gambas 3 IDE on a Raspberry Pi QEMU emulator. So I don't think I will fix Gambas 2. Now

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Comment #9 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I'm currently trying to compile Gambas 3 with QEMU, but it takes hours and hours. I have removed all "long double" functions, as they are not used anymore in

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Girard Henri
Old daemons keep fermly ! Le 26/04/2012 08:02, charlesg a écrit : > > charlesg wrote: >> I have emailed Raspberry Pi to see if they have any development kits. >> > I have received a very polite reply from Eben Upton telling me to join the > queue! > > Thinking about it, I suspect the ex-Director o

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Caveat
I have a Raspberry Pi on order... but no idea yet how long before it will be fulfilled. Once it arrives, of course one of my first tasks will be to try out Gambas on it :-D Are you one of the lucky few who actually has one Benoit? Anyone else on the list with one already? Regards, Caveat On

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread charlesg
charlesg wrote: > > I have emailed Raspberry Pi to see if they have any development kits. > I have received a very polite reply from Eben Upton telling me to join the queue! Thinking about it, I suspect the ex-Director of Computer Science, St John's College, Cambridge would probably develop

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread gambas
Comment #8 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 gamba3 runs after a recompile and install. I restored the config.h and I'm now doing a recompile with the critical gbx_math.c definitions changed to: ... #if

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread gambas
Comment #7 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 gamba3 runs after a recompile and install. I restored the config.h and I'm now doing a recompile with gbx_match.c changed to: ... #ifndef __arm__ #ifndef HAVE_

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread gambas
Comment #6 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Removing the powl() definitin results in the IDE loading a load of files and it ends in: Breakpoint 2, CLASS_load_without_init (class=0x10ec6c) at gbx_class_lo

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread gambas
Comment #5 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Eureka: user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ gcc testpow.c user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ ./a.out 8 segmentatio

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread gambas
Comment #4 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I'm getting somewhere, the call stack fails at an infinite call to pow(): (gdb) where^M #0 *pow (x=10, y=-1) at gbx_math.c:250^M #1 0x0002a504 in *pow (x=10, y

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread charlesg
Fabien Bodard-4 wrote: > > but how to get one of these machines? > I have emailed Raspberry Pi to see if they have any development kits. Standing in RS Components or Premier Farnell queue would I fear take forever. -- View this message in context: http://old.nabble.com/Issue-242-in-gambas

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread Fabien Bodard
Le 25 avril 2012 10:57, Benoît Minisini a écrit : > Le 25/04/2012 10:51, Fabien Bodard a écrit : >> 2012/4/25 charlesg: >>> >>> >>> kevinfishburne wrote:   I just tested gb3's memory consumption with the world generator for my game it it uses about 70 MB of RAM just to load the

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 10:51, Fabien Bodard a écrit : > 2012/4/25 charlesg: >> >> >> kevinfishburne wrote: >>> >>> I just tested gb3's memory consumption with the world >>> generator for my game it it uses about 70 MB of RAM just to load the >>> project. >>> >> >> Gambas apps may not consume RAM but I see

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-25 Thread Fabien Bodard
2012/4/25 charlesg : > > > kevinfishburne wrote: >> >>  I just tested gb3's memory consumption with the world >> generator for my game it it uses about 70 MB of RAM just to load the >> project. >> > > Gambas apps may not consume RAM but I seem to remember that Gambas itself > will not compile an ap

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread charlesg
kevinfishburne wrote: > > I just tested gb3's memory consumption with the world > generator for my game it it uses about 70 MB of RAM just to load the > project. > Gambas apps may not consume RAM but I seem to remember that Gambas itself will not compile an app if the m/c does not have 384M

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread Kevin Fishburne
On 04/24/2012 03:21 AM, charlesg wrote: > > gambas-4 wrote: >> Status: New >> New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM >> > It's early days (you're lucky if you can actually get hold of a Raspberry > Pi) but I think a Pi with functional Gambas would have an enormous eff

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread gambas
Updates: Status: Accepted Labels: -Priority-Medium Priority-Low Comment #3 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I will try to do the QEMU stuff, but I don't have a lot of time. gbr2 is not an

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread gambas
Comment #2 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Ok, I'll look into it. I have a weird gdb issue however: user@Nokia-N800-43-7:~/tmp$ gbr2 hello.gambas Hello user@Nokia-N800-43-7:~/tmp$ gdb gbr2 GNU gdb (GDB)

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread charlesg
gambas-4 wrote: > > Alas I don't have any ARM architecture where I could debug Gambas. > Hmm... 256Mb RAM. I guess that might be a killer. -- View this message in context: http://old.nabble.com/Issue-242-in-gambas%3A-Gamba-forms-fail-on-Debian-ARM-tp33737503p33739442.html Sent from the gamb

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-2.24.0 Comment #1 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Alas I don't have any ARM architecture where I could debug Gambas. You can help by: 1

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-24 Thread charlesg
gambas-4 wrote: > > Status: New > New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM > It's early days (you're lucky if you can actually get hold of a Raspberry Pi) but I think a Pi with functional Gambas would have an enormous effect on the perception and acceptance of Gamb

[Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 See: http://www.raspberrypi.org/forum/projects-and-collabo