[Gambas-user] Gambas3 on Debian ?

François Gallo basic.gambas at ...626...
Wed Aug 1 12:57:17 CEST 2012


Le 1 août 2012 à 12:49, Tobias Boege <tobiasboege01 at ...1601...> 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 at ...2889...:~$ gambas3
>>>> gambas3         gambas3.gambas
>>>> wally at ...2889...:~$ gambas3
>>>> 
>>>> ** INTERNAL ERROR **
>>>> ** GB.Push: unknown datatype
>>>> ** Program aborting. Sorry! :-(
>>>> wally at ...2889...:~$
>>>> 
>>>> 
>>>> 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. 
 
> 
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list