Instead of Math unit, better add a function:

function min(i,j: integer): integer;
begin
 Result := i;
 if j<i then Result := j;
end;


.. like was before?

On 7/31/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote:
On Mon, 31 Jul 2006 11:32:07 +0530
Nataraj S Narayan <[EMAIL PROTECTED]> wrote:

> Hi
>
> Getting the following when given 'make clean all;'.
>
> newfield.pas(101,21) Error: Identifier not found "Min"
> newfield.pas(369) Fatal: There were 1 errors compiling module, stopping
> Fatal: Compilation aborted
> make[1]: *** [allideintf.ppu] Error 1
> make[1]: Leaving directory `/root/lazarus/ideintf'
> make: *** [ideintf] Error 2
> [EMAIL PROTECTED]:~/lazarus#
>
> Plz help. I am in the midst of something serious using lazarus. Dont
> send me back to Delphi.

Fixed. Please update svn and compile again.

Mattias

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


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

Reply via email to