[fpc-pascal] Installer (2.6.4 win32) and path issues

Bart bartjunk64 at gmail.com
Fri Mar 14 14:23:22 CET 2014


Hi,

I installed 2.6.4 for win32.
I removed the 2.6.4rc1 installation.
After that I wanted to rebuild Lazarus, so I did a "make clean all" in
Lazarus dir, but got only errors.
This was because make was now the make from D7, because the installer
appended the path to fpc (so it was last).
Easily fixed of course.

I would have expected that the isntaller would (or ask me if I wanted
to) put the path to the new fpc in place of the path of the old fpc:

Old path:
C:\....;C:\path\to\fpc2.4.4;...;C:\Program Files(x86)\Delphi;
New Path after installation
C:\....;C:\path\to\fpc2.4.4;...;C:\Program
Files(x86)\Delphi;C:\path\to\fpc2.4.6;

Desired Path:
C:\....;C:\path\to\fpc2.4.6;...;C:\Program Files(x86)\Delphi;

Did anybody else experience similar "problems"?

Bart



More information about the fpc-pascal mailing list