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

2014-03-14 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: > Are they? > > Anyway - as far as I can see, the usual solution appearing with other > programs on MS Windows is either defaulting new version to the directory > used for the previous one and/or suggestion that you should uninstall the > previous version

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

2014-03-14 Thread Tomas Hajny
On Fri, March 14, 2014 16:33, Bart wrote: >> As for whether it should ask... well, perhaps, but that does complicate >> things... > > Complications are good. Are they? Anyway - as far as I can see, the usual solution appearing with other programs on MS Windows is either defaulting new version to

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

2014-03-14 Thread Reinier Olislagers
On 14/03/2014 16:33, Bart wrote: > On 3/14/14, Reinier Olislagers wrote: > >> I wouldn't expect the installer to automatically put your new fpc before >> anything else as it can mess up batch scripts that expect certain >> binaries etc (say Delphi make or some special grep). > > Every which way

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

2014-03-14 Thread Bart
On 3/14/14, Reinier Olislagers wrote: > I wouldn't expect the installer to automatically put your new fpc before > anything else as it can mess up batch scripts that expect certain > binaries etc (say Delphi make or some special grep). Every which way you loose? > As for whether it should ask.

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

2014-03-14 Thread Reinier Olislagers
On 14/03/2014 14:23, Bart wrote: > 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

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

2014-03-14 Thread Bart
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 fix