Re: [Gambas-user] Gambas3 @ Mint LMDE

2011-09-20 Thread Bruce Bruen
On Wed, 2011-09-21 at 08:42 +0300, Demosthenes Koptsis wrote: > > /bin/sed: can't read /usr/lib/libfreetype.la: No such file or directory > libtool: link: `/usr/lib/libfreetype.la' is not a valid libtool archive > make[4]: *** [gb.sdl.la] Error 1 > make[4]: Leaving directory > `/home/user/Downloa

Re: [Gambas-user] Gambas3 @ Mint LMDE

2011-09-20 Thread Bruce Bruen
On Wed, 2011-09-21 at 08:42 +0300, Demosthenes Koptsis wrote: > > /bin/sed: can't read /usr/lib/libfreetype.la: No such file or directory > libtool: link: `/usr/lib/libfreetype.la' is not a valid libtool archive > make[4]: *** [gb.sdl.la] Error 1 > make[4]: Leaving directory > `/home/user/Downloa

[Gambas-user] Gambas3 @ Mint LMDE

2011-09-20 Thread Demosthenes Koptsis
Hi, i try to install gambas3 on a Linux Mint Debian Edition with these packages sudo apt-get install build-essential autoconf libbz2-dev libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-de

Re: [Gambas-user] Gambas3 control components _Arrangement "incorrectly overridden"

2011-09-20 Thread Bruce Bruen
On Tue, 2011-09-20 at 21:13 +0200, Benoît Minisini wrote: > > Another migration problem. I'm not having a good day. :-( > > > > I don't know if this is a bug or whether I'm just not looking at the > > code and/or the help correctly. > > > > I am migrating a bunch of specialised controls from ga

Re: [Gambas-user] Inheritance and Signature checking in gambas 3

2011-09-20 Thread Benoît Minisini
> > Thanks, for looking at this (again) Benoît. I will build a simplified > set of the structures and post it (it is just too big at 18 or so > components to post as one chunk) over the next few days. I'll also have > a look at your note 4 and see if that provides a way around the > problem. >

Re: [Gambas-user] Gambas3 control components _Arrangement "incorrectly overridden"

2011-09-20 Thread Benoît Minisini
> Another migration problem. I'm not having a good day. :-( > > I don't know if this is a bug or whether I'm just not looking at the > code and/or the help correctly. > > I am migrating a bunch of specialised controls from gambas2 to gambas3. > Much of it is working wonderfully but this one has

Re: [Gambas-user] perl unpack

2011-09-20 Thread Caveat
Hi Ron-2nd, Sounds like a fun project! :-) I run a website here and it could be interesting to have it talk to me over a telnet socket... BTW, I figured out how to do it bit-wise... after my third coffee... :-P So just for completeness...(don't forget to trim the last result if needed, accord

Re: [Gambas-user] perl unpack

2011-09-20 Thread Ron
Hi Caveat, I'm using the routine only to decode a small string sent in a telnet socket app. I have changed it a bit so it doesn't return byte[] but a string instead. FOR iIdy = 1 TO 3 IF iPtr < iLengthUU ' converts each block of 8 bits to its decimal value and assigns to th

Re: [Gambas-user] perl unpack

2011-09-20 Thread Caveat
Hi Ron_2nd Thanks for the compliment but I'm not sure it's project ready... the idea was just to show the principles. I doubt this is either fast, efficient, or bug free! I've assumed that everybody is perfect and that I'll never get any invalid uuencoded data (bytes out of range, wrong size inf