On Tue, 21 Aug 2012, Bruce wrote: > On Mon, 2012-08-20 at 21:11 +0000, [email protected] wrote: > > Comment #4 on issue 311 by [email protected]: Object.GetProperty is > > mangling objects > > http://code.google.com/p/gambas/issues/detail?id=311 > > > > Fixed in revision #5060. > > > > Thanks Benoit! > > > Now is there a way to configure out the adt lib? >
I don't think so. The adt/ directory is in there just to save a ./configure run. > I get the following make error: > > Making all in adt > make[5]: Entering directory `/home/bb/trunk/main/lib/adt' > CC gb_adt_la-c_list.lo > c_list.c:27:1: error: unknown field 'uptr' specified in initializer That is really weird. I just checked-out a clean copy from svn and built it successfully. May I ask what compiler (version?) you used? Anyway, I was using a GCC extension to save space for an intptr_t. That's not too important and corrected in rev5063. 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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
