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

[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 2.

[Gambas-user] gb3 svn 2277 make error

2009-08-26 Thread o.s.p
i've had this problem with gb2 2234 too: Making install in gbx make[2]: Entering directory `/home/pol/Desktop/src/g/trunk/main/gbx' /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -O0 -module -O1 -z defs -o gb.la -

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:

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

[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: /usr/i

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] 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) libto

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

Re: [Gambas-user] feature request

2008-06-25 Thread o.s.p
o.s.p ha scritto: Benoit Minisini ha scritto: On mardi 24 juin 2008, o.s.p wrote: richard terry ha scritto: On Mon, 23 Jun 2008 10:22:52 pm Benoit Minisini wrote: On lundi 23 juin 2008, o.s.p wrote: hallo! i'm writing a litte a

Re: [Gambas-user] feature request

2008-06-25 Thread o.s.p
Benoit Minisini ha scritto: > On mardi 24 juin 2008, o.s.p wrote: > >> richard terry ha scritto: >> >>> On Mon, 23 Jun 2008 10:22:52 pm Benoit Minisini wrote: >>> >>>> On lundi 23 juin 2008, o.s.p wrote: >>>> >

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

Re: [Gambas-user] Feature Request: loading gz projects

2008-06-12 Thread o.s.p
Benoit Minisini ha scritto: > On jeudi 12 juin 2008, o.s.p wrote: > >> Benoit Minisini ha scritto: >> >>> On jeudi 12 juin 2008, o.s.p wrote: >>> >>>> hallo >>>> this FR borns from the fact that i'm using a usb me

Re: [Gambas-user] Feature Request: loading gz projects

2008-06-12 Thread o.s.p
Benoit Minisini ha scritto: > On jeudi 12 juin 2008, o.s.p wrote: > >> 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

[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