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

------------------------------------------------------------------------------
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