On Mon, Oct 16, 2006 at 02:05:31AM +0200, Peter Kümmel wrote:
> Peter Kümmel wrote:
> > Asger Ottar Alstrup wrote:
> >> OK, I managed to compile and run LyX using cmake.
> >>
> >> I unpackaged Joost's .zip to c:\program files\gnuwin32. I added Qt and
> >> Gnuwin32 to PATH, and cmake worked.
> >>
> >> When compiling, I got a bunch of errors about Mac line endings, which I
> >> converted manually to DOS line-endings.
> 
> 
> I also have seen this errors. All files with the wrong line endings
> where generated by a Qt tool moc or uic, but I couldn't figure out
> if it is a Qt bug, wrong lyx files, or a cmake problem.
> Does anyone else sees this errors?

I ran into this recently with Qt 4.2 and Unix style line endings.

uic replaced them by \r\r\n and while this looks a bit funny MSVC
refuses to compile it.

It's a combination of an uic bug and MSVC stubborness..

Andre'

Reply via email to