Re: [Gambas-user] libtool problem

2009-11-30 Thread o.s.p
Le samedi 28 novembre 2009 14:09:06, o.s.p a écrit : hallo! frugalware (current) here with libtool 2.2.6b when in make install step i have this error: . libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b

[Gambas-user] libtool problem

2009-11-28 Thread o.s.p
hallo! frugalware (current) here with libtool 2.2.6b when in make install step i have this error: . libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool

Re: [Gambas-user] svn 2234 make error

2009-08-14 Thread o.s.p
Laurent Carlier ha scritto: Le jeudi 13 août 2009 20:12:59 o.s.p, vous avez écrit : o.s.p ha scritto: gcc version 4.4.1 (Frugalware Linux) $ libtool --help ... host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc

Re: [Gambas-user] svn2231 - libtool problem?

2009-08-13 Thread o.s.p
I guess i've fixed it in rev 2232 (trunk) 2231 (branch 2.0). I'm a lucky guy, don't know really why but now it work for me (and i hope for you too) Have fun :-p ++ little fun 8-( svn 2233: make[4]: Entering directory `/home/pol/Desktop/src/g/2.0/gb.desktop/src' /bin/sh ../libtool

[Gambas-user] svn 2234 make error

2009-08-13 Thread o.s.p
gcc version 4.4.1 (Frugalware Linux) $ libtool --help ... host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc compiler flags: -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing linker:

Re: [Gambas-user] svn 2234 make error

2009-08-13 Thread o.s.p
o.s.p ha scritto: gcc version 4.4.1 (Frugalware Linux) $ libtool --help ... host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc compiler flags: -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing

[Gambas-user] svn2231 - libtool problem?

2009-08-12 Thread o.s.p
hello! gcc version 4.4.1 (Frugalware Linux - current) host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc compiler flags: -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing linker: /usr/i686-frugalware-linux/bin/ld (gnu? yes)

[Gambas-user] operator precedence

2009-03-26 Thread o.s.p
hi something is changed lately (gambas2-1916)? ' Gambas module file PUBLIC SUB Main() DIM a AS Integer = 1 DIM b AS Integer = 2 DIM r AS Integer r = TRUE PRINT NOT a, r r = a b PRINT r r = NOT a b PRINT r r = NOT (a b) PRINT r END seems the not operator comes before the evaluation... is

[Gambas-user] feature request

2008-06-23 Thread o.s.p
hallo! i'm writing a litte app so i've seen i would like some changes in the ide: -the hierachy browser at a side of the proprierty editor (into a sidepanel) so i can easily select and edit object -the hierachy browser with the option to view as tree or grouped by group (selecting the group i

[Gambas-user] Feature Request: loading gz projects

2008-06-12 Thread o.s.p
hallo this FR borns from the fact that i'm using a usb memory (fat16) to strore a my little app that i develop on two machines, a pc and a laptop. i've strored the project on this as .gz. if the ide would be able to open compressed projects i can use it directly without the need of decompression