> >I tried to run the "make" command in the Lazarus Root Directory, but it > >was full of errors... :-(
> If you have Delphi installed, the borland make can cause > this. If is the case then rename the make.exe from Delphi dir > to something else I would rather suggest you open a console (DOS prompt) and add the path to the FPC bin folder to the front of the path variable e.g.: Path=c:\fpc\2.0.0\bin\i386-win32;%path% To make Lazarus, it is important that the FPC bin folder should be before the Delphi bin folder in the path to ensure that the GNU make gets called, not the Delphi make. Christo Crause ---------------------------------------------------------------------------- NOTICE: Please note that this eMail, and the contents thereof, is subject to the standard Sasol eMail legal notice which may be found at: http://www.sasol.com/legalnotices If you cannot access the legal notice through the URL attached and you wish to receive a copy thereof please send an eMail to [EMAIL PROTECTED] ---------------------------------------------------------------------------- _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
