[Gambas-user] Gambas3 on Debian ?
wally
wally at ...2037...
Wed Aug 1 12:25:12 CEST 2012
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
More information about the User
mailing list