Re: [Lazarus] Changing package versions

2015-02-07 Thread Michael Van Canneyt
On Sat, 7 Feb 2015, Werner Pamler wrote: This should work: - Initially, fpspreadsheet v1.5 is installed. - Open packages (.lpk) of fpspreadsheets 1.4. - Rebuild the IDE. This should compile with fpspreadsheets 1.4. - Restart IDE. It should load fpspreadsheets 1.4. - If you open a project with

Re: [Lazarus] Changing package versions

2015-02-07 Thread Mattias Gaertner
On Sat, 7 Feb 2015 00:30:55 +0100 Mattias Gaertner wrote: >[...] > This should work: > - Initially, fpspreadsheet v1.5 is installed. > - Open packages (.lpk) of fpspreadsheets 1.4. > - Rebuild the IDE. This should compile with fpspreadsheets 1.4. > - Restart IDE. It should load fpspreadsheets 1.4

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-07 Thread Luca Olivetti
El 07/02/15 a les 02:18, Donald Ziesig ha escrit: > one user on the computer). I also took the suggestion to use separate > directories for the windows and linux project files. This separated the > object and executable files between the two systems as well. This shouldn't be necessary, just

Re: [Lazarus] Changing package versions

2015-02-07 Thread Mattias Gaertner
On Sat, 07 Feb 2015 01:15:01 +0100 Werner Pamler wrote: > > This should work: > > - Initially, fpspreadsheet v1.5 is installed. > > - Open packages (.lpk) of fpspreadsheets 1.4. > > - Rebuild the IDE. This should compile with fpspreadsheets 1.4. > > - Restart IDE. It should load fpspreadsheets 1.

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-07 Thread Mehmet Erol Sanliturk
On Sat, Feb 7, 2015 at 3:21 AM, Luca Olivetti wrote: > El 07/02/15 a les 02:18, Donald Ziesig ha escrit: > > > > one user on the computer). I also took the suggestion to use separate > > directories for the windows and linux project files. This separated the > > object and executable files betw

[Lazarus] Changing package versions

2015-02-07 Thread Werner Pamler
> No. I fixed it. Please test. Yes, after I "store the filename as preferred" in the V1.5 and V1.4 demo package dependencies I can load, compile and run both demos without having to recompile the IDE. Nice! -- ___ Lazarus mailing list Lazarus@list

[Lazarus] Changing package versions

2015-02-07 Thread Werner Pamler
Grrr - sent too early! Things get more complicated... Currently both package versions are known to the IDE, but I think there is a bug in the project inspector which tells the wrong package version: On the component palette I see TsWorkbookChartSource which did not exist before 1.5. Therefore

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-07 Thread Felipe Monteiro de Carvalho
On Sat, Feb 7, 2015 at 2:18 AM, Donald Ziesig wrote: > It was suggested that I use svn for file sharing between windows and linux. > I actually use git for all my source control, but it did not solve the mixed > case file name issue that was actually causing my problem between the two > OSes. I a

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-07 Thread Mattias Gaertner
On Sat, 7 Feb 2015 07:40:06 -0800 Mehmet Erol Sanliturk wrote: >[...] > If there is no change : > > .lpi files are saved with respect to OS , means on each save , .lpi file of > other OS is broken . > > During load of .lpi files , OS difference is not taken into account . > > Therefore , .lpi

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-07 Thread Mehmet Erol Sanliturk
On Sat, Feb 7, 2015 at 3:45 PM, Mattias Gaertner wrote: > On Sat, 7 Feb 2015 07:40:06 -0800 > Mehmet Erol Sanliturk wrote: > > >[...] > > If there is no change : > > > > .lpi files are saved with respect to OS , means on each save , .lpi file > of > > other OS is broken . > > > > During load of