On Wed, 01 Aug 2012, Fran?ois Gallo wrote:
> 
> Le 1 ao?t 2012 ? 12:49, Tobias Boege <tobiasboeg...@googlemail.com> a ?crit :
> 
> > On Wed, 01 Aug 2012, wally wrote:
> >> On Wednesday 01 August 2012 12:13:20 Tobias Boege wrote:
> >>> On Wed, 01 Aug 2012, wally wrote:
> >>>> installation on debian weezy looks good but :
> >>>> 
> >>>> wally@raspberrypi:~$ gambas3
> >>>> gambas3         gambas3.gambas
> >>>> wally@raspberrypi:~$ gambas3
> >>>> 
> >>>> ** INTERNAL ERROR **
> >>>> ** GB.Push: unknown datatype
> >>>> ** Program aborting. Sorry! :-(
> >>>> wally@raspberrypi:~$
> >>>> 
> >>>> 
> >>>> any ideas ?
> >>>> 
> >>>> thanks wally
> >>> 
> >>> If you hadn't shown the error I would have insisted that this one could
> >>> never be risen... :-) Bad timing, too...
> >>> I don't know if I could help but I would be interested in the output
> >>> with this patch applied:
> >>> 
> >>> [gbx_api.c.patch]
> >>> --8<---------------
> >>> Index: main/gbx/gbx_api.c
> >>> ===================================================================
> >>> --- main/gbx/gbx_api.c  (revision 5004)
> >>> +++ main/gbx/gbx_api.c  (working copy)
> >>> @@ -579,7 +579,7 @@
> >>>                                break;
> >>> 
> >>>                        default:
> >>> -                               ERROR_panic("GB.Push: unknown datatype");
> >>> +                               ERROR_panic("GB.Push: unknown datatype: 
> >>> %x",
> >>> type); break;
> >>>                }
> >>> 
> >>> --8<---------------
> >>> 
> >>> Just save it in your trunk working copy and do:
> >>> 
> >>> $ patch main/gbx/gbx_api.c gbx_api.c.patch
> >>> $ make
> >>> # make install
> >>> 
> >>> Regards,
> >>> Tobi
> >>> 
> >> 
> >> Tobi,
> >> 
> >> this is a repo install from 
> >> ftp://ftp.de.debian.org/debian/pool/main/g/gambas3/
> >> 
> >> the normal svn build loks also good up to 
> >> sudo make install
> >> this gives a info at the end only: can nott complile gambas3
> >> during reconf-all, configure -C, make i did not have erors.
> >> 
> >> i'm used to work on OpenSue, no problem at all.
> >> Now on Debian i do not really now yet how things works.
> >> 
> >> wally
> > 
> > Oh. Since I have neither an ARM nor a Debian-based distro, I can't even dare
> > to guess further...
> > 
> > There is, however, one thing that makes me curious: When you cannot compile
> > "gambas3", this means that you don't have the necessary components
> > installed. This in turn means that you don't have the necessary packages
> > to compile these components. Now, you installed a .deb - so you should have
> > everything right there to compile gambas3, no? Because if packages are
> > still missing now for compiling gambas3, your installation must be broken...
> > Am I wrong in any point?
> 
> you're wrong :) . 
> 
> In this case, it's not a problem about missing packages for its installation. 
> It's a bug into language itself. Probably memory address error. 
> 
> Our friend wishes to run the gambas on ARM architecture. 
> 
> If it was a problem with a missing packages, the output doesn't say that :) . 
> The error would be more about gambas programming language. 
>  

The error says that there is a thing to be pushed onto the interpreter
stack with an unknown type attached to it. Purely speculating, this could
be because of an alignment issue or something - you just said it:
memory address. My thoughts were about wrong ABI (due to precompiled
packages) but you _are_ right: It's a rather exotic assumption and you
_were_ right: Let's wait for Beno?t.

Regards,
Tobi

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to