[cmake-developers] [CMake 0013392]: Lazy Qt resource loading does not work with NMake Makefiles

Mantis Bug Tracker mantis at public.kitware.com
Wed Jul 11 10:22:40 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13392 
====================================================================== 
Reported By:                Stephen Kelly
Assigned To:                Clinton Stimpson
====================================================================== 
Project:                    CMake
Issue ID:                   13392
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Target Version:             CMake 2.8.9
====================================================================== 
Date Submitted:             2012-07-11 10:22 EDT
Last Modified:              2012-07-11 10:22 EDT
====================================================================== 
Summary:                    Lazy Qt resource loading does not work with NMake
Makefiles
Description: 
The patch in 9ce67d30011db4528d3d0bbee36412e13cfb80cc does not work with NMake
Makefiles. Using the test at 

http://qt.gitorious.org/qt/qtbase/blobs/HEAD/tests/auto/cmake/test_add_resources_delyed_file/CMakeLists.txt

:


C:\dev\steve_cmake_test\build>cmake .. -G "NMake Makefiles"
-- The C compiler identification is MSVC 16.0.40219.1
-- The CXX compiler identification is MSVC 16.0.40219.1
-- Check for CL compiler version
-- Check for CL compiler version - 1600
-- Check if this is a free VC compiler
-- Check if this is a free VC compiler - no
-- Check for working C compiler: c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe
-- Check for working C compiler: c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: c:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe
-- Check for working CXX compiler: c:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: c:/dev/4.8vs10/bin/qmake.exe (found version "4.8.2")
-- Configuring done
-- Generating done
-- Build files have been written to: C:/dev/steve_cmake_test/build
 
C:\dev\steve_cmake_test\build>nmake
 
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.
 
CMakeFiles\test_cmake.dir\build.make(54) : fatal error U1033: syntax error : ':'
unexpected
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
 
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-07-11 10:22 Stephen Kelly  New Issue                                    
2012-07-11 10:22 Stephen Kelly  Status                   new => assigned     
2012-07-11 10:22 Stephen Kelly  Assigned To               => Clinton Stimpson
======================================================================




More information about the cmake-developers mailing list