Re: [lazarus] IDE cannot find unit oldlinux

2007-09-24 Thread 12 12
I have moved 'oldlinux.pp' in directory which is visible from 'Compiler options'. Now Lazarus barks: /home/user/Library/vfp/preprocessed/oldlinux.pp(1334,11) Error: Function is already declared Public/Forward CreateShellArgV(const AnsiString):^PChar

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-24 Thread A.J. Venter
I would not suggest using oldlinux just for shell. There is a replacement shell implementation in the Unix unit which works. A.J. On 9/24/07, 12 12 [EMAIL PROTECTED] wrote: I have moved 'oldlinux.pp' in directory which is visible from 'Compiler options'. Now Lazarus barks:

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-24 Thread 12 12
* A.J. Venter [EMAIL PROTECTED] [Mon, 24 Sep 2007 14:23:18 +0200]: I would not suggest using oldlinux just for shell. There is a replacement shell implementation in the Unix unit which works. I know. We already discussed it. The problem meets not only here. It because of so called Delphi

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-24 Thread Marco van de Voort
On Mon, Sep 24, 2007 at 05:30:18PM +0400, 12 12 wrote: * A.J. Venter [EMAIL PROTECTED] [Mon, 24 Sep 2007 14:23:18 +0200]: I would not suggest using oldlinux just for shell. There is a replacement shell implementation in the Unix unit which works. I know. We already discussed it. The

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-17 Thread 12 12
I don't know, why the source is still there, but the oldlinux.ppu is not installed anymore, because it is deprecated. The oldlinux.pp still on place. Fact. AFAIK baseunix contains many functions of oldlinux nowadays. Yes, but it will take from me some time to correct some units that use

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-17 Thread Mattias Gaertner
On Mon, 17 Sep 2007 10:03:41 +0400 12 12 [EMAIL PROTECTED] wrote: I don't know, why the source is still there, but the oldlinux.ppu is not installed anymore, because it is deprecated. The oldlinux.pp still on place. Fact. FPC units without .ppu are ignored by the IDE. AFAIK

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-17 Thread 12 12
Well, you can copy oldlinux.pp to your source directory and hope, that the used functions have no bugs. Mattias Nice trick! Thanx. // aka skywriter _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

[lazarus] IDE cannot find unit oldlinux

2007-09-16 Thread 12 12
I replaced fpc2.0.4 with 2.2.0. After that i cannot compile my project because IDE says it cannot find unit oldlinux. At the same time i can see this unit in /usr/src/rpm/SOURCES/fpc/rtl/linux What happened? _ To unsubscribe:

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-16 Thread Vincent Snijders
12 12 schreef: Please start a new email for a new subject. Otherwise it ends up the previous thread in my email client (i.e. Mailing List). Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] IDE cannot find unit oldlinux

2007-09-16 Thread Mattias Gaertner
On Sun, 16 Sep 2007 22:42:09 +0400 12 12 [EMAIL PROTECTED] wrote: I replaced fpc2.0.4 with 2.2.0. After that i cannot compile my project because IDE says it cannot find unit oldlinux. At the same time i can see this unit in /usr/src/rpm/SOURCES/fpc/rtl/linux What happened? I don't know,