On 14.11.2010 11:47, Michael Van Canneyt wrote:
On Sun, 14 Nov 2010, Bo Berglund wrote:
On Sat, 13 Nov 2010 23:45:39 +0100, Bo Berglund
<[email protected]> wrote:
You can install into that folder without problems. As said the two IDEs
won't conflict with each other (except the file associations, but most
applications have a similar problem ^^).
Thanks for the clarification!
I will go ahead and install fpc, then change the compiler location in
Lazarus and recompile it and go from there. :-)
OOPS!
Forgot to ask:
If I do this in the directory C:\Programs\lazarus:
C:\Programs\lazarus\fpc\2.4.2\bin\i386-win32\make.exe clean all
will this recompile lazarus with the new fpc?
Or do I need to make some changes elsewhere first?
Make sure the PATH environment variable contains the path to the correct
fpc executable; that should be enough.
Can it be that make searches for binaries in its own directory? (or does
Windows do that by default?!)
E.g. (without any FPC dir in %PATH%):
C:\Programs\lazarus\fpc\2.4.2\bin\i386-win32\make.exe will use FPC 2.4.2
in the same directory
and
C:\Programs\lazarus\fpc\2.2.4\bin\i386-win32\make.exe will use FPC 2.2.4
in the same directory
This would explain the behavior described in Bo's mail "Multiple FPC
versions for Lazarus 0.9.28.2", where he "just" switched the make
utility and achieved different results
Regards,
Sven
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus