[Gambas-user] Gambas3 on Debian ?

Tobias Boege tobiasboege01 at ...1601...
Wed Aug 1 12:49:17 CEST 2012


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?

Regards,
Tobi




More information about the User mailing list