Re: [Gambas-user] Programming, age

2011-06-23 Thread Peter Landgren
My first program was written in 1964 in the language Algol Genius for computing filter coefficients. It was run om vacuum tube system, at least 20 m long. It had paper tape reader as input device. There were also magnetic tapes and a drum memory and a line printer. Now, being retired, I'm sti

Re: [Gambas-user] Compile problem with 2.0 svn

2010-03-01 Thread Peter Landgren
recursive] Fel 1 > > make[1]: Leaving directory `/home/progdev/SVN-projekt/gambas2/2.0' > > make: *** [all] Fel 2 > > > > I have libtool 2.2.6b installed. > > > > Any hint? > > > > I did the same with Gambas 3 and it compiled without any problem >

[Gambas-user] Compile problem with 2.0 svn

2010-03-01 Thread Peter Landgren
* [all-recursive] Fel 1 make[1]: Leaving directory `/home/progdev/SVN-projekt/gambas2/2.0' make: *** [all] Fel 2 I have libtool 2.2.6b installed. Any hint? I did the same with Gambas 3 and it compiled without any problem /Peter Landgren --

Re: [Gambas-user] Compiling trunk

2010-01-21 Thread Peter Landgren
Den Thursday 21 January 2010 17.45.06 skrev Benoît Minisini: > > Den Thursday 21 January 2010 17.19.17 skrev Benoît Minisini: > > > > Hi, > > > > checked out a fresh Gambas 3 and tried to compile, but got into > > > > trouble. Console output: > > > > > > > > [prog...@hpd1 trunk]$ ./reconf-all > > >

Re: [Gambas-user] Compiling trunk

2010-01-21 Thread Peter Landgren
Den Thursday 21 January 2010 17.45.06 skrev Benoît Minisini: > > Den Thursday 21 January 2010 17.19.17 skrev Benoît Minisini: > > > > Hi, > > > > checked out a fresh Gambas 3 and tried to compile, but got into > > > > trouble. Console output: > > > > > > > > [prog...@hpd1 trunk]$ ./reconf-all > > >

Re: [Gambas-user] Compiling trunk

2010-01-21 Thread Peter Landgren
Den Thursday 21 January 2010 17.19.17 skrev Benoît Minisini: > > Hi, > > checked out a fresh Gambas 3 and tried to compile, but got into trouble. > > Console output: > > > > [prog...@hpd1 trunk]$ ./reconf-all > > libtoolize: putting auxiliary files in `.'. > > libtoolize: copying file `./ltmain.sh'

[Gambas-user] Compiling trunk

2010-01-20 Thread Peter Landgren
Hi, checked out a fresh Gambas 3 and tried to compile, but got into trouble. Console output: [prog...@hpd1 trunk]$ ./reconf-all libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtool

Re: [Gambas-user] Possible bug?

2009-09-15 Thread Peter Landgren
Den Tuesday 15 September 2009 19.29.42 skrev Benoît Minisini: > > Hi, > > > > I try to put the character "<" in the Text of a TextLabel, but only space > > is shown in the form? Same effect if I do it from code and not using the > > IDE. > > The characters after "<" are not displayed in the form.

[Gambas-user] Possible bug?

2009-09-15 Thread Peter Landgren
Hi, I try to put the character "<" in the Text of a TextLabel, but only space is shown in the form? Same effect if I do it from code and not using the IDE. The characters after "<" are not displayed in the form. Using Gambas 2.16. /Peter ---

Re: [Gambas-user] Gambas 3 ./reconf-all problem

2009-08-14 Thread Peter Landgren
See answers below. /Peter Den Thursday 13 August 2009 23.46.20 skrev Laurent Carlier: > Le jeudi 13 août 2009 14:57:13 Peter Landgren, vous avez écrit : > > Hi, > > > > When running ./reconf-all I get after svn up to revision 2234: > > > > [prog...@hpd1 trunk]

[Gambas-user] Gambas 3 ./reconf-all problem

2009-08-13 Thread Peter Landgren
Hi, When running ./reconf-all I get after svn up to revision 2234: [prog...@hpd1 trunk]$ ./reconf-all Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL Makefile.am:39: Libtool library used but `LIBTOOL' is undefined M

[Gambas-user] Compiling Gambas 3

2009-07-25 Thread Peter Landgren
Hi, A Little glitch when compiling gambas 3. svn up to rev 2167 Running mandriva 2009.0 [prog...@hpd1 trunk]$ ./reconf-all [prog...@hpd1 trunk]$ ./configure -C I finally get: THESE COMPONENTS ARE DISABLED: - gb.db.firebird - gb.db.od

Re: [Gambas-user] Compiling Gambas3

2009-07-24 Thread Peter Landgren
Den Thursday 23 July 2009 21.15.37 skrev Benoît Minisini: > > Hi, > > I tried to compile gambas3 after svn up to night, but got this message > > during make: CDial_moc.cpp:14:2: error: #error "This file was generated > > using the moc from 4.4.3. It" CDial_moc.cpp:15:2: error: #error "cannot > > be

[Gambas-user] Compiling Gambas3

2009-07-23 Thread Peter Landgren
Hi, I tried to compile gambas3 after svn up to night, but got this message during make: CDial_moc.cpp:14:2: error: #error "This file was generated using the moc from 4.4.3. It" CDial_moc.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt.

[Gambas-user] Conflict while compiling GAMBAS

2008-10-21 Thread Peter Landgren
Hi, Tried to compile and install GAMBAS 2 and 3 from svn rev 1642 using Mandriva 2009.0: During ./reconf-all I get a number of: configure.ac:5: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ./configure -C results in: *