Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Peter Kümmel
On 23.02.2011 20:01, Joost Verburg wrote: "Peter Kümmel" wrote in message news:4d655881.9090...@gmx.net... Fixed: http://www.lyx.org/trac/changeset/37776/lyx-devel/trunk Thanks! The text files are still C++ headers now but I guess MSVC ignores those. Yes, making a file a header is equal to

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Joost Verburg
"Peter Kümmel" wrote in message news:4d655881.9090...@gmx.net... Fixed: http://www.lyx.org/trac/changeset/37776/lyx-devel/trunk Thanks! The text files are still C++ headers now but I guess MSVC ignores those. Joost

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Peter Kümmel
On 23.02.2011 19:53, Pavel Sanda wrote: Peter Kümmel wrote: Peter, you were asked more than once from Joost how to handle this. But no reaction. It was send to kuem...@lyx.org. I don't have such a address. How could I get it? there was message about this from Lars at Mon, 09 Mar 2009 on dev

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Peter Kümmel
On 23.02.2011 19:46, Peter Kümmel wrote: On 23.02.2011 12:06, Joost Verburg wrote: "Peter Kümmel" wrote in message news:4d641864.1090...@gmx.net... Here it breaks the merged build. Any idea what's the cause of this issue? It must be related to a certain file type not being set correctly. Af

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Pavel Sanda
Peter Kümmel wrote: >> >> Peter, you were asked more than once from Joost how to handle this. But no >> reaction. >> > It was send to kuem...@lyx.org. I don't have such a address. > How could I get it? there was message about this from Lars at Mon, 09 Mar 2009 on devel list. i guess you need to c

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Peter Kümmel
On 23.02.2011 12:06, Joost Verburg wrote: "Peter Kümmel" wrote in message news:4d641864.1090...@gmx.net... Here it breaks the merged build. Any idea what's the cause of this issue? It must be related to a certain file type not being set correctly. After the change, all real header files shoul

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Peter Kümmel
Peter, you were asked more than once from Joost how to handle this. But no reaction. It was send to kuem...@lyx.org. I don't have such a address. How could I get it? Peter

Re: Commit Do not set all CMake files as C header files.

2011-02-23 Thread Joost Verburg
"Peter Kümmel" wrote in message news:4d641864.1090...@gmx.net... Here it breaks the merged build. Any idea what's the cause of this issue? It must be related to a certain file type not being set correctly. After the change, all real header files should still be automatically set as headers.

Re: Commit Do not set all CMake files as C header files.

2011-02-22 Thread Kornel
Am Dienstag, 22. Februar 2011 schrieb Peter Kümmel: > > Peter, you were asked more than once from Joost how to handle this. But > > no reaction. > > Sorry, sometimes I enable a filter. But I could find nothing in the > archive. > > Peter It were private posts from Joost to me and to you, theref

Re: Commit Do not set all CMake files as C header files.

2011-02-22 Thread Peter Kümmel
On 22.02.2011 14:59, Joost Verburg wrote: "Peter Kümmel" wrote in message news:4d636252.8070...@gmx.net... is definitely wrong. Please revert. This macro is only to add files to the IDE and these files should not influence the build process, therefore the header only flag. Because of this set

Re: Commit Do not set all CMake files as C header files.

2011-02-22 Thread Peter Kümmel
Peter, you were asked more than once from Joost how to handle this. But no reaction. Sorry, sometimes I enable a filter. But I could find nothing in the archive. Peter

Re: Commit Do not set all CMake files as C header files.

2011-02-22 Thread Joost Verburg
"Peter Kümmel" wrote in message news:4d636252.8070...@gmx.net... is definitely wrong. Please revert. This macro is only to add files to the IDE and these files should not influence the build process, therefore the header only flag. Because of this setting they were defined as C++ headers, so t

Re: Commit Do not set all CMake files as C header files.

2011-02-22 Thread Kornel
Am Dienstag, 22. Februar 2011 schrieb Peter Kümmel: > Joost, > > http://www.lyx.org/trac/changeset/37702/lyx-devel/trunk/development/cmake > > is definitely wrong. Please revert. This macro is only to add files to > the IDE and these files should not influence the build process, therefore > the h

Commit Do not set all CMake files as C header files.

2011-02-21 Thread Peter Kümmel
Joost, http://www.lyx.org/trac/changeset/37702/lyx-devel/trunk/development/cmake is definitely wrong. Please revert. This macro is only to add files to the IDE and these files should not influence the build process, therefore the header only flag. When you have problems with some files it is be