Lazarus
Free Pascal => Beginners => Topic started by: hinst on February 12, 2014, 11:44:29 am
-
I use a "simplified" Windows bat script to build FPC trunk using FPC 2.6.2 from Lazarus:
set ec=d:\Laz_1.2_RC2\fpc\2.6.2\bin\i386-win32
%ec%\make clean all install INSTALL_PREFIX=d:\Laz_1.2_RC2\fpc\2.7.1 PP=%ec%\ppc386.exe
However I noticed that while building I get output containing "D:\FPC\2.6.4rc1" text.... which means that make utility uses somtehing from other FPC folder
Is there a way to prevent fpc make from using folders other than specified on command line? I specified d:\Laz_1.2_RC2\fpc\2.6.2\i386-win32 and I do not want other FPC instances to get in the way of building process becuase I am afraid that it will mix things and it will somehow get worse; more errors; well you got it....
P.S.: I do not use Lazarus for this, I only use precompiled FPC folder which is distributed with Lazarus
-
Don't put that folder's bin directory to PATH.