The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15459 
====================================================================== 
Reported By:                Norbert Pfeiler
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15459
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-03-19 00:54 EDT
Last Modified:              2015-03-19 00:54 EDT
====================================================================== 
Summary:                    autogen broken for ninja generator
Description: 
Using automoc and autorcc, 
cmake_autogen is only triggered when the resources change, leaving new or
changed header files unprocessed. 
Ironically (at least on linux) the target is now ›cmake_automoc‹ and not
›cmake_autogen‹ anymore.

Additionally on Windows all resources get assigned to »ident*« variables whose
lines end with CRCRCRLF. 
Ninja complains: »carriage returns are not allowed, use newlines«
The first 4 ident variables also only specify the source directory and no file

Steps to Reproduce: 
use automoc and autorcc with the ninja generator
on windows: can’t build in the first place due to ninja complaining
on linux or after fixing the newlines on windows: 
build → remove a generated moc file → build again → fail
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-03-19 00:54 Norbert PfeilerNew Issue                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to