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

2015-02-09 Thread Mattias Gaertner
On Sun, 8 Feb 2015 14:41:45 -0800 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] For a long time , I am not using a common .lpi file for different operating systems , but I looked at existing .lpi files in different operating systems ( FreeBSD , Linux , Windows ) , they are

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

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 2:47 AM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sat, 7 Feb 2015 17:45:58 -0800 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] In the same directory , for example , in an NFS directory : When an .lpi file is loaded in an OS , file names

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

2015-02-08 Thread Bart
On 2/8/15, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: The above structure means , the same source files are in different locations in different client computers with respect to mount points ( for example , in Linux /home/... , in FreeBSD /usr/home/... , in Windows H:\... ) . You

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

2015-02-08 Thread Mattias Gaertner
On Sun, 8 Feb 2015 06:40:39 -0800 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] Some file names are generated by Lazarus as complete paths . For example? Therefore , they are not related to relative paths . Mattias -- ___ Lazarus

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

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 10:41 AM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sun, 8 Feb 2015 06:40:39 -0800 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] Some file names are generated by Lazarus as complete paths . For example? Therefore , they are not related to

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] 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 l...@wetron.es 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

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 don...@ziesig.org 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

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 m.e.sanlit...@gmail.com 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 .

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 nc-gaert...@netcologne.de wrote: On Sat, 7 Feb 2015 07:40:06 -0800 Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote: [...] If there is no change : .lpi files are saved with respect to OS , means on each save , .lpi file of other OS

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

2015-02-06 Thread Donald Ziesig
Thanks to all who responded to my plea for help with multi-platform development. It seems that I was mistaken about the time-stamps causing the problems I encountered. The problems were caused by the fact that Lazarus for Linux wants case sensitive file names and the NTFS driver I was using