Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-20 Thread John Labenski
I think I have a lead on what the problem is. The new version of bakefile is putting CRLF even in Linux (just LF) so CVS is getting confused. It seems like some CVS clients, like Cygwin and Tortoise fix them, but WinCVS doesn't. See the new bakefile version thread. Regards, John On Jan 20,

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-20 Thread Eero Pajarre
On Jan 20, 2008 3:53 PM, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi, > > Same problem here. > This happened once before, and i believe it was something with checking > it in on unix etc. > I also use WinCVS, and getting a clean copy, the problem is already there. > Maybe try to remove it, and i

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-20 Thread klaas.holwerda
Hi, Same problem here. This happened once before, and i believe it was something with checking it in on unix etc. I also use WinCVS, and getting a clean copy, the problem is already there. Maybe try to remove it, and it it again, might fix it?? Klaas Eero Pajarre wrote: > On Jan 18, 2008 5:49 P

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-19 Thread John Labenski
On Jan 19, 2008 2:28 PM, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Hi John, > sorry for the delay but I really had 3 intense days :) > > John Labenski ha scritto: > > > On Jan 17, 2008 8:46 PM, John Labenski <[EMAIL PROTECTED]> wrote: > >>> I also added the following to the build/msw/mak

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-19 Thread Francesco Montorsi
Hi John, sorry for the delay but I really had 3 intense days :) John Labenski ha scritto: > On Jan 17, 2008 8:46 PM, John Labenski <[EMAIL PROTECTED]> wrote: >>> I also added the following to the build/msw/makefile.vc >>> >>> -- >>> # This is an advanced option. Handle wit

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-18 Thread Eero Pajarre
On Jan 18, 2008 5:49 PM, John Labenski <[EMAIL PROTECTED]> wrote: > Humm. I don't know how to fix it since when I've verified that the > line endings are CRLF and then commit, CVS says that nothing has > changed. > I still suspect that your tools work in "UNIX" mode and when CRLF is stored by the

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-18 Thread John Labenski
On Jan 18, 2008 4:14 AM, Eero Pajarre <[EMAIL PROTECTED]> wrote: > On Jan 18, 2008 3:46 AM, John Labenski <[EMAIL PROTECTED]> wrote: > > > > I think this is a problem on your side. I use cygwin in MSW and all > > the line endings are CRLF in the makefile.vc files. > > > > I did a new repository usi

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-18 Thread Leslie Newell
I found that as well, using Tortoise CVS. Deleting everything and re-downloading seemed to fix it. Les Eero Pajarre wrote: > For some reason I get "interesting" line end problems > with different makefile.vc files from the CVS. > (This did not happen with the versions around 2007-12-22) > >

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-18 Thread Eero Pajarre
On Jan 18, 2008 3:46 AM, John Labenski <[EMAIL PROTECTED]> wrote: > > I think this is a problem on your side. I use cygwin in MSW and all > the line endings are CRLF in the makefile.vc files. > I did a new repository using Cygwin and yes there the line-ends are CRLF. The odd thing is that my Cygwi

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-17 Thread John Labenski
On Jan 17, 2008 8:46 PM, John Labenski <[EMAIL PROTECTED]> wrote: > > I also added the following to the build/msw/makefile.vc > > > > -- > > # This is an advanced option. Handle with care. > > # The thread model to use: use 'multi' default to allow > > # multi-threading. [multi,

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-17 Thread John Labenski
On Jan 17, 2008 7:05 PM, Eero Pajarre <[EMAIL PROTECTED]> wrote: > After fixing the line ends in my copy I think this is a problem on your side. I use cygwin in MSW and all the line endings are CRLF in the makefile.vc files. > I also added the following to the build/msw/makefile.vc > > --

Re: [wxlua-users] makefile.vc (CVS) line end problems

2008-01-17 Thread Eero Pajarre
After fixing the line ends in my copy I also added the following to the build/msw/makefile.vc -- # This is an advanced option. Handle with care. # The thread model to use: use 'multi' default to allow # multi-threading. [multi,single] THREADING = multi -

[wxlua-users] makefile.vc (CVS) line end problems

2008-01-17 Thread Eero Pajarre
For some reason I get "interesting" line end problems with different makefile.vc files from the CVS. (This did not happen with the versions around 2007-12-22) I am using WinCVS, but it has usually worked fine, returning text files as proper (windows compliant) text files. Now the makefile.vc fi