cmake parse错误:无效的转义序列\ o

时间:2013-01-01 16:53:13

标签: cmake

我有很多类似的错误警告信息,如下所示:

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
    Syntax error in cmake code at

      C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

    when parsing string

      Header Files\\ogr\ogrsf_frmts

    Invalid escape sequence \o

文件“C:/yumen/wxgisgdal-read-only/cmake/common.cmake”是 喜欢是:

#add data
 macro(add_files_macro FPATH FGROUP)
     file(GLOB GDAL_AHHEADERS ${FPATH}/*.h  ${FPATH}/*.hpp)
     set(GDAL_HHEADERS ${GDAL_HHEADERS} ${GDAL_AHHEADERS})
     source_group("Header Files\\${FGROUP}" FILES ${GDAL_AHHEADERS})
     file(GLOB GDAL_ACSOURCES ${FPATH}/*.cpp ${FPATH}/*.cc ${FPATH}/*.c)
     set(GDAL_CSOURCES ${GDAL_CSOURCES} ${GDAL_ACSOURCES})
     source_group("Source Files\\${FGROUP}" FILES ${GDAL_ACSOURCES})
 endmacro()

下面是cmake错误信息

gdal version=[1.9.0]
 GDAL lib name ... wxgisgdal19
 c++ compiler ... cl
 CMake Error at CMakeLists.txt:92 (option):
   option called with incorrect number of arguments: BUILD_RELEASE_DEBUG_DIRS
   Set OFF to build each co# uninstall target

   configure_file(

        C:/yumen/wxgisgdal-read-only/cmake_uninstall.cmake.in 
        C:/yumen/wxgisgdal-read-only/build/cmake_uninstall.cmake 
       IMMEDIATE @ONLY)nfiguration to a separate directory ON 


 Found GEOS: C:/geos-3.2.3/lib/geosd.lib
 Found Proj: C:/PROJ/lib/proj.lib
 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:121 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:121 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\generic

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:122 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\generic

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:122 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\mem

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:125 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\mem

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:125 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\vrt

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:130 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\vrt

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:130 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\csv

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:135 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\csv

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:135 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\dxf

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:140 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\dxf

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:140 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\shp

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:145 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\shp

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:145 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 Found PostgreSQL: C:/pgsql/lib
 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\pg

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:158 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\pg

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:158 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\gml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:163 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\gml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:163 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\mitab

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:168 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\mitab

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:168 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 Found LIBKML: C:\Users\Public\libkml-read-only\msvc\Debug
 Found LIBKML Headers: C:/Users/Public/libkml-read-only/src
 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\libkml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:184 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\libkml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:184 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\kml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:187 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\kml

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:187 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\geojson

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:193 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\geojson

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:193 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:5 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:5

   when parsing string

     Header Files\\ogr\ogrsf_frmts\geojson\jsonc

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:195 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning (dev) at cmake/common.cmake:8 (source_group):
   Syntax error in cmake code at

     C:/yumen/wxgisgdal-read-only/cmake/common.cmake:8

   when parsing string

     Source Files\\ogr\ogrsf_frmts\geojson\jsonc

   Invalid escape sequence \o

   Policy CMP0010 is not set: Bad variable reference syntax is an error.  Run
   "cmake --help-policy CMP0010" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.
 Call Stack (most recent call first):
   cmake/ogr.cmake:195 (add_files_macro)
   CMakeLists.txt:135 (include)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 Found JPEG: C:/GnuWin32/lib/jpeg.lib 
 Configuring incomplete, errors occurred!

一个人告诉我,我应该添加这样的东西:

在Header Files \ ogr \ ogrsf_frmts中需要添加终结符'\',如“Header Files \ ogr \ ogrsf_frmts”

但是当我粘贴common.cmake文件内容行5时:

source_group(“Header Files \ $ {FGROUP}”FILES $ {GDAL_AHHEADERS})

Header Files被FGROUP宏替换后的

字符串,可能由cmake自动生成,我无法编辑它们。

1 个答案:

答案 0 :(得分:6)

发生错误是因为变量${FGROUP}的内容包含带有Windows样式分隔符的路径。这些被CMake视为转义字符。

您应该将macro更改为function以避免这种情况。来自macro的文档:

  

请注意,宏的参数和ARGN等值不是通常的CMake意义上的变量。它们是字符串替换,就像c预处理器与宏一样。如果你想要真正的CMake变量,你应该查看function命令。