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 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 containing > > "/usr/

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

2015-02-09 Thread Marc Weustink
Donald Ziesig wrote: There is still one residual problem. Right now I am developing and testing on Linux with the files on NTFS using ntfs-3g with case sensitive file names. Everything seems to be ok until I get a compilation error at which point I get two editor windows pointing to the same fi

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 wrote: > On Sun, 8 Feb 2015 06:40:39 -0800 > Mehmet Erol Sanliturk wrote: > > >[...] > > Some file names are generated by Lazarus as complete paths . > > For example? > > > Therefore , they are not related to relative paths . > > Mattias > > -- >

[Lazarus] Developing on Linux with files on Windows NTFS [NOT Fully Solved]

2015-02-08 Thread Donald Ziesig
There is still one residual problem. Right now I am developing and testing on Linux with the files on NTFS using ntfs-3g with case sensitive file names. Everything seems to be ok until I get a compilation error at which point I get two editor windows pointing to the same file with tabs showin

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 wrote: >[...] > Some file names are generated by Lazarus as complete paths . For example? > Therefore , they are not related to relative paths . Mattias -- ___ Lazarus mailing list Lazarus@list

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

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 4:18 AM, Bart wrote: > On 2/8/15, Mehmet Erol Sanliturk 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/hom

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

2015-02-08 Thread Bart
On 2/8/15, Mehmet Erol Sanliturk 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 should not have abso

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 wrote: > On Sat, 7 Feb 2015 17:45:58 -0800 > Mehmet Erol Sanliturk wrote: > > >[...] > > In the same directory , for example , in an NFS directory : > > > > When an .lpi file is loaded in an OS , file names recorded in other OSes > > are causing t

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

2015-02-08 Thread Mattias Gaertner
On Sat, 7 Feb 2015 17:45:58 -0800 Mehmet Erol Sanliturk wrote: >[...] > In the same directory , for example , in an NFS directory : > > When an .lpi file is loaded in an OS , file names recorded in other OSes > are causing trouble . For example? > During save of an .lpi file , Lazarus is savin

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

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 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 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

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-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

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

2015-02-06 Thread Mark Morgan Lloyd
Felipe Monteiro de Carvalho wrote: I would use svn to synchronize 2 copies, 1 in linux and 1 in windows. www.assembla.com offers free "Repo only" svn hosting. I agree. A (local) subversion server is no big deal, in fact I started using svn specifically so that I could quickly get at files fro

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

2015-02-06 Thread John Landmesser
Am 05.02.2015 um 16:53 schrieb Donald Ziesig: Hi All! I have been trying to develop a multi-platform app with the IDE on Linux (MInt) and the source files on a Windows NTFS partition. I build and test on windows but my primary work is done on linux so I don't stay logged in to windows very

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

2015-02-05 Thread Gustavo Enrique Jimenez
> Has anyone had any success in using common storage for multi-platform source > code? If so, how do you do it? > > Thanks, > > Don Ziesig I use a real machine with Linux and a virtual machine with Windows. I boot to a real Windows only when I have to test custom USB hardware. A years ago I use a

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

2015-02-05 Thread Sven Barth
Am 05.02.2015 17:14 schrieb "Mattias Gaertner" : > > On Thu, 05 Feb 2015 10:53:40 -0500 > Donald Ziesig wrote: > > > Hi All! > > > > I have been trying to develop a multi-platform app with the IDE on Linux > > (MInt) and the source files on a Windows NTFS partition. I build and > > test on windo

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

2015-02-05 Thread Graeme Geldenhuys
On 2015-02-05 16:14, Mattias Gaertner wrote: >> > suggest). When I save an edited file (either code or form), the IDE >> > frequently (but not always) opens a copy of that file in a separate tab >> > and complains when I edit and save one of the two instances. > This means the IDE thinks these

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

2015-02-05 Thread Mehmet Erol Sanliturk
On Thu, Feb 5, 2015 at 7:53 AM, Donald Ziesig wrote: > Hi All! > > I have been trying to develop a multi-platform app with the IDE on Linux > (MInt) and the source files on a Windows NTFS partition. I build and test > on windows but my primary work is done on linux so I don't stay logged in > t

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

2015-02-05 Thread Mattias Gaertner
On Thu, 05 Feb 2015 10:53:40 -0500 Donald Ziesig wrote: > Hi All! > > I have been trying to develop a multi-platform app with the IDE on Linux > (MInt) and the source files on a Windows NTFS partition. I build and > test on windows but my primary work is done on linux so I don't stay > logg

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

2015-02-05 Thread Felipe Monteiro de Carvalho
I would use svn to synchronize 2 copies, 1 in linux and 1 in windows. www.assembla.com offers free "Repo only" svn hosting. -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal

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

2015-02-05 Thread Sergei Gorelkin
05.02.2015 18:53, Donald Ziesig пишет: Hi All! I have been trying to develop a multi-platform app with the IDE on Linux (MInt) and the source files on a Windows NTFS partition. I build and test on windows but my primary work is done on linux so I don't stay logged in to windows very long. T

[Lazarus] Developing on Linux with files on Windows NTFS

2015-02-05 Thread Donald Ziesig
Hi All! I have been trying to develop a multi-platform app with the IDE on Linux (MInt) and the source files on a Windows NTFS partition. I build and test on windows but my primary work is done on linux so I don't stay logged in to windows very long. The problem I am having is that the Lin