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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to