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" /home/user/Library/vfp/preprocessed/oldlinux.pp(1343,11) Error: Function is already declared Public/Forward "Execl(const AnsiString)" /home/user/Library/vfp/preprocessed/oldlinux.pp(1345,11) Error: Function is already declared Public/Forward "Execle(AnsiString, PPChar)" /home/user/Library/vfp/preprocessed/oldlinux.pp(1347,11) Error: Function is already declared Public/Forward "Execlp(AnsiString, PPChar)" /home/user/Library/vfp/preprocessed/oldlinux.pp(1349,11) Error: Function is already declared Public/Forward "Shell(const AnsiString):LongInt" /home/user/Library/vfp/preprocessed/oldlinux.pp(1589,11) Error: Function is already declared Public/Forward "StringToPPChar(var AnsiString):^PChar" /home/user/Library/vfp/preprocessed/oldlinux.pp(1613,1) Fatal: There were 6 errors compiling module, stopping

Some piece of  'oldlinux.pp':

function  CreateShellArgV(const prog:string):ppchar;
function  CreateShellArgV(const prog:Ansistring):ppchar;

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to