FreeBSD Bugzilla – Attachment 159910 Details for
Bug 202353
editors/codelite: fails to install due to incorrect pkg-plist entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
codelite build log on 10.2-RELEASE/amd64
codelite.log (text/x-log), 521.92 KB, created by
Carlos J Puga Medina
on 2015-08-15 22:25:15 UTC
(
hide
)
Description:
codelite build log on 10.2-RELEASE/amd64
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2015-08-15 22:25:15 UTC
Size:
521.92 KB
patch
obsolete
>Script started on Sat Aug 15 23:41:51 2015 >[79C Sat, 15 Aug 2015, 23:41:51[53C <FreeBSD 10.2-RELEASE> [bsd:/usr/ports/editors/codelite][23C [1m[4mcjpm@pts/0[24m #[m make check-plsit[K[K[Kist >===> License GPLv2 accepted by the user >===> Found saved configuration for codelite-8.1 >===> codelite-8.1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by codelite-8.1 for building >===> Extracting for codelite-8.1 >=> SHA256 Checksum OK for eranif-codelite-8.1_GH0.tar.gz. >===> Patching for codelite-8.1 >===> Converting DOS text files to UNIX text files >===> Applying FreeBSD patches for codelite-8.1 >/usr/bin/sed -i.bak -e 's|wx-config|/usr/local/bin/wxgtk2u-3.0-config|; s|%%LOCALBASE%%|/usr/local|g; s|%%PREFIX%%|/usr/local|g; /IS_FREEBSD/s|0|1|' /usr/ports/editors/codelite/work/codelite-8.1/CMakeLists.txt >/usr/bin/sed -i.bak -e 's|share/man|man|' /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/CMakeLists.txt >/usr/bin/sed -i.bak -e 's|codelitegcc|codelite-cc|' /usr/ports/editors/codelite/work/codelite-8.1/Runtime/clgcc /usr/ports/editors/codelite/work/codelite-8.1/Runtime/clg++ >===> codelite-8.1 depends on file: /usr/local/llvm34/lib/libclang.so - found >===> codelite-8.1 depends on executable: msgfmt - found >===> codelite-8.1 depends on file: /usr/local/bin/cmake - found >===> codelite-8.1 depends on executable: gtk-update-icon-cache - found >===> codelite-8.1 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) >===> codelite-8.1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) >===> codelite-8.1 depends on shared library: libwx_baseu-3.0.so - found (/usr/local/lib/libwx_baseu-3.0.so) >===> codelite-8.1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) >===> codelite-8.1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) >===> codelite-8.1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) >===> codelite-8.1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) >===> Configuring for codelite-8.1 >===> Performing out-of-source build >/bin/mkdir -p /usr/ports/editors/codelite/work/.build >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > the old evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > but the new evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > '${_compiler_id_version_compute} > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > but the new evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > the old evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > but the new evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > the old evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > but the new evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > the old evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > but the new evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > the old evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > the old evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > but the new evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > the old evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > but the new evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > the old evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > but the new evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > the old evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > but the new evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > '${_compiler_id_version_compute} > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > but the new evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > the old evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > but the new evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > the old evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > but the new evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > the old evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > but the new evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > the old evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > the old evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > but the new evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > the old evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > but the new evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > the old evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > but the new evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > the old evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > but the new evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > '${_compiler_id_version_compute} > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > but the new evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > the old evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > but the new evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > the old evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > but the new evaluation rules produce: > > ' > /* __DECC_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > the old evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > but the new evaluation rules produce: > > ' > /* __HP_cc = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > the old evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > the old evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > but the new evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > the old evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > but the new evaluation rules produce: > > ' > # if __SUNPRO_C >= 0x5100 > /* __SUNPRO_C = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > the old evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > but the new evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMC__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:108 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- The C compiler identification is unknown >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > the old evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > but the new evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > '${_compiler_id_version_compute} > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > but the new evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > the old evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > but the new evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __COMO_VERSION__ = VRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > the old evaluation rules produce: > > ' > /* __COMO_VERSION__ = VRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > but the new evaluation rules produce: > > ' > /* __COMO_VERSION__ = VRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > the old evaluation rules produce: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > but the new evaluation rules produce: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __HP_aCC = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > the old evaluation rules produce: > > ' > /* __HP_aCC = VVRRPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > but the new evaluation rules produce: > > ' > /* __HP_aCC = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > the old evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > the old evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > but the new evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > the old evaluation rules produce: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > but the new evaluation rules produce: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > the old evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > but the new evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > the old evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > but the new evaluation rules produce: > > ' > #if defined(__VISUALDSPVERSION__) > /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) > #endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > '${_compiler_id_version_compute} > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > but the new evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > the old evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > but the new evaluation rules produce: > > ' > /* __BORLANDC__ = 0xVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __COMO_VERSION__ = VRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > the old evaluation rules produce: > > ' > /* __COMO_VERSION__ = VRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > but the new evaluation rules produce: > > ' > /* __COMO_VERSION__ = VRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > the old evaluation rules produce: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > but the new evaluation rules produce: > > ' > /* __DECCXX_VER = VVRRTPPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__CODEGEARC_VERSION__ & 0xFFFF)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/GNU-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) > # if defined(__GNUC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __HP_aCC = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > the old evaluation rules produce: > > ' > /* __HP_aCC = VVRRPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > but the new evaluation rules produce: > > ' > /* __HP_aCC = VVRRPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > the old evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define /usr/localSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > but the new evaluation rules produce: > > ' > /* __INTEL_COMPILER = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) > # if defined(__INTEL_COMPILER_UPDATE) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) > # else > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) > # endif > # if defined(__INTEL_COMPILER_BUILD_DATE) > /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) > # endif > # if defined(_MSC_VER) > /* _MSC_VER = VVRR */ > # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID \"MSVC\" > # endif' > > the old evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define /usr/localSIMULATE_ID "MSVC" > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_MSC_VER) > # define @PREFIX@SIMULATE_ID "MSVC" > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > the old evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > but the new evaluation rules produce: > > ' > # if defined(_SGI_COMPILER_VERSION) > /* _SGI_COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) > # else > /* _COMPILER_VERSION = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > the old evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define /usr/localCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > but the new evaluation rules produce: > > ' > /* _MSC_VER = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) > # if defined(_MSC_FULL_VER) > # if _MSC_VER >= 1400 > /* _MSC_FULL_VER = VVRRPPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) > # else > /* _MSC_FULL_VER = VVRRPPPP */ > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) > # endif > # endif > # if defined(_MSC_BUILD) > # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRP + 1100 */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) > # if defined(__PGIC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > the old evaluation rules produce: > > ' > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > but the new evaluation rules produce: > > ' > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) > # if defined(__PATHCC_PATCHLEVEL__) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > the old evaluation rules produce: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > but the new evaluation rules produce: > > ' > # if __SUNPRO_CC >= 0x5100 > /* __SUNPRO_CC = 0xVRRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # else > /* __SUNPRO_CC = 0xVRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > the old evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > but the new evaluation rules produce: > > ' > /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > the old evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > but the new evaluation rules produce: > > ' > /* __WATCOMC__ = VVRR */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) > # if (__WATCOMC__ % 10) > 0 > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) > # endif' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at /usr/local/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2 (set): > Policy CMP0053 is not set: Simplify variable reference and escape sequence > evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > For input: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > the old evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define /usr/localCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define /usr/localCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define /usr/localCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > but the new evaluation rules produce: > > ' > /* __IBMCPP__ = VRP */ > # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) > # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) > # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10)' > > Using the old result for compatibility since the policy is not set. >Call Stack (most recent call first): > /usr/local/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake:4 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:16 (include) > /usr/local/share/cmake/Modules/CMakeCompilerIdDetection.cmake:44 (_readFile) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:108 (compiler_id_detection) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:126 (CMAKE_DETERMINE_COMPILER_ID_WRITE) > /usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) > /usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) > CMakeLists.txt:37 (project) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- The CXX compiler identification is unknown >-- Check for working C compiler: /usr/bin/cc >-- Check for working C compiler: /usr/bin/cc -- works >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working CXX compiler: /usr/bin/c++ >-- Check for working CXX compiler: /usr/bin/c++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- BUILD_DIRECTORY is set to /usr/ports/editors/codelite/work/.build >-- OS name FreeBSD >-- /usr/local/bin/wxgtk2u-3.0-config used is: /usr/local/bin/wxgtk2u-3.0-config >-- wxWidgets version is: 3.0.2 >-- gtk version is: 2 >-- Disabling lldb support >-- PLUGINS_DIR is set to /usr/local/lib/codelite >-- Using wxAuiNotebook >-- Building in Release mode >-- Executables will be written into /usr/ports/editors/codelite/work/.build/bin >-- Shared Objects will be written into /usr/ports/editors/codelite/work/.build/lib >-- Adding -DNDEBUG to definitions >-- CPACK_SYSTEM_NAME --amd64 >-- ARCH 64 >-- ARCH_NAME x86_64 >-- *** NOTICE ***: clang code completion support is disabled >-- *** NOTICE ***: On Ubuntu / Debian you might want to install libclang-3.4-dev package >-- USE_SFTP is set to 0 >-- *** NOTICE ***: SFTP support is disabled >-- Found wxWidgets: TRUE >-- Flex support is disabled >-- Found GTK2_GTK: /usr/local/lib/libgtk-x11-2.0.so >-- Adding Valgrind Plugin >-- Found libhunspell: /usr/local/lib/libhunspell-1.3.so, /usr/local/include/hunspell >-- Internal Web Browser is disabled >-- CL_SRC_ROOT is set to /usr/ports/editors/codelite/work/codelite-8.1 >-- Including plugin.cmake module >-- CMAKE_SOURCE_DIR is set to /usr/ports/editors/codelite/work/codelite-8.1 >-- Configuring done >-- Generating done >CMake Warning: > Manually-specified variables were not used by the project: > > CMAKE_CXX_FLAGS_DEBUG > CMAKE_CXX_FLAGS_RELEASE > CMAKE_C_FLAGS_DEBUG > CMAKE_C_FLAGS_RELEASE > CMAKE_MODULE_LINKER_FLAGS > THREADS_HAVE_PTHREAD_ARG > > >-- Build files have been written to: /usr/ports/editors/codelite/work/.build >===> Building for codelite-8.1 >Scanning dependencies of target codelite-cc >[ 0%] Building CXX object codelitegcc/CMakeFiles/codelite-cc.dir/main.cpp.o >Scanning dependencies of target codelite_indexer >Scanning dependencies of target sqlite3lib >[ 0%] Building C object sqlite3/CMakeFiles/sqlite3lib.dir/sqlite3.c.o >[ 0%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/codelite_index_main.cpp.o >[ 0%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/ethread_unix.cpp.o >[ 0%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/ethread_win.cpp.o >[ 0%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/pptable.cpp.o >Scanning dependencies of target PHPParser >[ 0%] Building CXX object codelitegcc/CMakeFiles/codelite-cc.dir/winproc.cpp.o >Linking CXX executable ../bin/codelite-cc >[ 0%] Built target codelite-cc >[ 0%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/FilesCollector.cpp.o >Scanning dependencies of target codelite_cppcheck >[ 0%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/cmdlineparser.cpp.o >[ 0%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/utils.cpp.o >[ 0%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/PHPRefactoring.cpp.o >[ 0%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/cppcheckexecutor.cpp.o >[ 1%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/workerthread.cpp.o >[ 1%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/filelister.cpp.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/args.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/asm.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/asp.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/awk.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/beta.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/c.c.o >[ 1%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/main.cpp.o >[ 1%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/PHPSetterGetterEntry.cpp.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/clist.c.o >[ 1%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/pathmatch.cpp.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/cobol.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/debug.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/eiffel.c.o >[ 1%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/entry.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/erlang.c.o >[ 2%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/cli/threadexecutor.cpp.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/fortran.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/get.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/html.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/jscript.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/keyword.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/lisp.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/lregex.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/lua.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/main.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/make.c.o >[ 2%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/options.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/parse.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/pascal.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/perl.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/php.c.o >[ 3%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/PHPSymbolsCacher.cpp.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/python.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/read.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/readtags.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/rexx.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/routines.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/ruby.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/scheme.c.o >[ 3%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/sh.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/slang.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/sml.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/sort.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/sql.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/string_util.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/strlist.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/tcl.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/verilog.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/vim.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/vstring.c.o >[ 4%] Building C object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/libctags/yacc.c.o >[ 4%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/cl_indexer_reply.cpp.o >[ 4%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/check.cpp.o >[ 5%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/cl_indexer_request.cpp.o >[ 5%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/clindexerprotocol.cpp.o >[ 5%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/named_pipe.cpp.o >[ 6%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/check64bit.cpp.o >[ 6%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/named_pipe_client.cpp.o >[ 6%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/PHPTerminal.cpp.o >[ 6%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/named_pipe_server.cpp.o >[ 6%] Building CXX object sdk/codelite_indexer/CMakeFiles/codelite_indexer.dir/network/np_connections_server.cpp.o >Linking CXX executable ../../bin/codelite_indexer >[ 6%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkassert.cpp.o >[ 6%] Built target codelite_indexer >[ 6%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkautovariables.cpp.o >[ 6%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/PHPUserWorkspace.cpp.o >[ 6%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkbool.cpp.o >Scanning dependencies of target codelite-echo >[ 7%] Building C object codelite_echo/CMakeFiles/codelite-echo.dir/main.c.o >Linking C executable ../bin/codelite-echo >[ 7%] Built target codelite-echo >[ 8%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/XDebugBreakpoint.cpp.o >[ 8%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkboost.cpp.o >[ 8%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkbufferoverrun.cpp.o >[ 8%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/clplatform.cpp.o >[ 8%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_code_completion.cpp.o >Linking C static library ../lib/libsqlite3lib.a >[ 8%] Built target sqlite3lib >[ 8%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkclass.cpp.o >[ 8%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkcondition.cpp.o >Scanning dependencies of target wxsqlite3 >[ 9%] Building CXX object sdk/wxsqlite3/CMakeFiles/wxsqlite3.dir/src/wxsqlite3.cpp.o >[ 9%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_configuration_data.cpp.o >[ 9%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkexceptionsafety.cpp.o >[ 9%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkinternal.cpp.o >[ 9%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkio.cpp.o >[ 9%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkleakautovar.cpp.o >Linking CXX shared library ../../lib/libwxsqlite3.so >[ 9%] Built target wxsqlite3 >[ 9%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_event.cpp.o >Scanning dependencies of target wxshapeframework >[ 9%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ArrowBase.cpp.o >[ 9%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_folder.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkmemoryleak.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_parser_thread.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/AutoLayout.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checknonreentrantfunctions.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/BitmapShape.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_project.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checknullpointer.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_project_settings_data.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/BitmapShapeXml.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkobsolescentfunctions.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CanvasHistory.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkother.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkpostfixoperator.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_utils.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CanvasState.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/php_workspace.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checksizeof.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkstl.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CircleArrow.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkstring.cpp.o >[ 10%] Building CXX object codelitephp/CMakeFiles/PHPParser.dir/PHPParser/phpexecutor.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checktype.cpp.o >Scanning dependencies of target databaselayersqlite >[ 10%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/SqliteDatabaseLayer.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CircleShape.cpp.o >[ 10%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkuninitvar.cpp.o >[ 10%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/SqlitePreparedStatement.cpp.o >[ 10%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CommonFcn.cpp.o >Linking CXX static library ../lib/libPHPParser.a >[ 10%] Built target PHPParser >[ 11%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/SqliteResultSet.cpp.o >[ 11%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkunusedfunctions.cpp.o >[ 12%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkunusedvar.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ControlShape.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/checkvaarg.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/SqliteResultSetMetaData.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/CurveShape.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/cppcheck.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/DiagramManager.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/DatabaseErrorReporter.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/errorlogger.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/executionpath.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/DiamondArrow.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/DatabaseLayer.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/library.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/DatabaseQueryParser.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/mathlib.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/DiamondShape.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/path.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/DatabaseResultSet.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/EditTextShape.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/preprocessor.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/settings.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/DatabaseStringConverter.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/EllipseShape.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/FixedRectShape.cpp.o >[ 13%] Building CXX object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/dblayer/PreparedStatement.cpp.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/suppressions.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/FlexGridShape.cpp.o >[ 13%] Building C object sdk/databaselayer/CMakeFiles/databaselayersqlite.dir/src/sqlite3/sqlite3.c.o >[ 13%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/symboldatabase.cpp.o >[ 13%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/GridShape.cpp.o >[ 14%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/templatesimplifier.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/sdk/wxshapeframework/src/GridShape.cpp:171:13: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] > if( (index >= 0) && (index < GetChildrenList().GetCount()) ) > ~~~~~ ^ ~ >1 warning generated. >[ 14%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/LineShape.cpp.o >[ 14%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/MultiSelRect.cpp.o >[ 14%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/timer.cpp.o >[ 14%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/token.cpp.o >[ 14%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/tokenize.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/OpenArrow.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/OrthoShape.cpp.o >[ 15%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/tokenlist.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/PolygonShape.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/PolygonShapeXml.cpp.o >[ 15%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/lib/valueflow.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/Printout.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/RectShape.cpp.o >[ 15%] Building CXX object sdk/codelite_cppcheck/CMakeFiles/codelite_cppcheck.dir/externals/tinyxml/tinyxml2.cpp.o >Linking CXX shared library ../../lib/libdatabaselayersqlite.so >[ 15%] Built target databaselayersqlite >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/RoundOrthoShape.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/RoundRectShape.cpp.o >Linking CXX executable ../../bin/codelite_cppcheck >[ 15%] Built target codelite_cppcheck >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/SFEvents.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ScaledDC.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeBase.cpp.o >[ 15%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeBaseXml.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeCanvas.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeDataObject.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeDockpoint.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/ShapeHandle.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/SolidArrow.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/TextShape.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/TextShapeXml.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/Thumbnail.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/wx_pch.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/wxxmlserializer/PropertyIO.cpp.o >[ 16%] Building CXX object sdk/wxshapeframework/CMakeFiles/wxshapeframework.dir/src/wxxmlserializer/XmlSerializer.cpp.o >Linking CXX shared library ../../lib/libwxshapeframework.so >[ 16%] Built target wxshapeframework >Scanning dependencies of target libcodelite >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CIncludeStatementCollector.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxLexer.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxPreProcessor.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxPreProcessorCache.cpp.o >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:1239:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:1240:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:1240:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:1241:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:1286:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2294:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2295:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yyg->yytext_ptr; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2296:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2296:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2428:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2429:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2436:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2461:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2463:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yyg->yy_c_buf_p; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2465:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2485:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2496:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yyg->yy_n_chars + 2; > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2497:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >/home/eran/devl/codelite/CodeLite/CxxLexer.cpp:2499:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxPreProcessorExpression.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxPreProcessorScanner.cpp.o >19 warnings generated. >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxScannerBase.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxTemplateFunction.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/CxxUsingNamespaceCollector.cpp.o >[ 16%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/JSLexer.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPDocComment.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPDocVisitor.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityBase.cpp.o >JSLexer.cpp:881:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >JSLexer.cpp:882:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >JSLexer.cpp:882:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >JSLexer.cpp:883:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >JSLexer.cpp:932:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >JSLexer.cpp:1500:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >JSLexer.cpp:1501:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yyg->yytext_ptr; > ^~~~~~~~~ >JSLexer.cpp:1502:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >JSLexer.cpp:1502:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >JSLexer.cpp:1634:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >JSLexer.cpp:1635:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >JSLexer.cpp:1642:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >JSLexer.cpp:1667:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >JSLexer.cpp:1669:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yyg->yy_c_buf_p; > ^~~~~~~~~ >JSLexer.cpp:1671:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >JSLexer.cpp:1692:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >JSLexer.cpp:1703:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_size_t number_to_move = yyg->yy_n_chars + 2; > ^~~~~~~~~ >JSLexer.cpp:1704:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >JSLexer.cpp:1706:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >19 warnings generated. >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityClass.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityFunction.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityKeyword.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityNamespace.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityVariable.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPEntityVisitor.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPExpression.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPIndex.cpp.o >[ 17%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPLookupTable.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PHPSourceFile.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/PhpLexer.cpp.o >PhpLexer.cpp:1202:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >PhpLexer.cpp:1203:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >PhpLexer.cpp:1203:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >PhpLexer.cpp:1204:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >PhpLexer.cpp:1249:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >PhpLexer.cpp:2240:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >PhpLexer.cpp:2241:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yyg->yytext_ptr; > ^~~~~~~~~ >PhpLexer.cpp:2242:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >PhpLexer.cpp:2242:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >PhpLexer.cpp:2374:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >PhpLexer.cpp:2375:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >PhpLexer.cpp:2382:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >PhpLexer.cpp:2407:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >PhpLexer.cpp:2409:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yyg->yy_c_buf_p; > ^~~~~~~~~ >PhpLexer.cpp:2411:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >PhpLexer.cpp:2431:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >PhpLexer.cpp:2442:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yyg->yy_n_chars + 2; > ^~~~~~~~~ >PhpLexer.cpp:2443:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >PhpLexer.cpp:2445:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/StdToWX.cpp.o >19 warnings generated. >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/TerminalEmulator.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/TerminalEmulatorFrame.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/TerminalEmulatorUI.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/TerminalEmulatorUIBase.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/TerminalEmulatorUI_codelite_bitmaps.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/XmlLexer.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/ZombieReaperPOSIX.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/archive.cpp.o >[ 18%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/asyncprocess.cpp.o >XmlLexer.cpp:802:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >XmlLexer.cpp:803:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >XmlLexer.cpp:803:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >XmlLexer.cpp:804:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >XmlLexer.cpp:853:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >XmlLexer.cpp:1173:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >XmlLexer.cpp:1174:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yyg->yytext_ptr; > ^~~~~~~~~ >XmlLexer.cpp:1175:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >XmlLexer.cpp:1175:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >XmlLexer.cpp:1307:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >XmlLexer.cpp:1308:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >XmlLexer.cpp:1315:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >XmlLexer.cpp:1340:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >XmlLexer.cpp:1342:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yyg->yy_c_buf_p; > ^~~~~~~~~ >XmlLexer.cpp:1344:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >XmlLexer.cpp:1364:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >XmlLexer.cpp:1375:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yyg->yy_n_chars + 2; > ^~~~~~~~~ >XmlLexer.cpp:1376:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >XmlLexer.cpp:1378:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >19 warnings generated. >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cJSON.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clCommandProcessor.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clFileSystemEvent.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clFontHelper.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clIniFile.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clSFTPEvent.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_calltip.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_command_event.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_config.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_process.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_sftp.cpp.o >[ 19%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_sftp_attribute.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_ssh.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cl_standard_paths.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clcommandlineparser.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/clprogressdlgbase.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/codelite_events.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/comment.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/comment_parser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:607:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:608:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:608:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:609:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:656:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:995:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:996:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:997:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:997:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1127:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1128:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1136:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1164:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1166:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1191:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1199:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1200:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/comment_parser.cpp:1202:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >18 warnings generated. >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/compiler_command_line_parser.cpp.o >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_comment_creator.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/compiler_command_line_parser.cpp:51:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char **scan; > ^~~~~~~~~ >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_expr_lexer.cpp.o >1 warning generated. >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_expr_parser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:532:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:532:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:532:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:554:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:554:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:554:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:598:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1024:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1025:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1025:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1026:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1074:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_parser.cpp:971:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1888:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1889:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1890:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:1890:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2020:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2021:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2030:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2058:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2060:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2085:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2093:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2094:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_expr_lexer.cpp:2096:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >6 warnings generated. >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_func_parser.cpp.o >18 warnings generated. >[ 20%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_scanner.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpp_lexer.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:626:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:626:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:626:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:648:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:648:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:648:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:692:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_func_parser.cpp:1044:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1072:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1073:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1073:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1074:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1122:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1950:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1951:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1952:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:1952:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2082:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2083:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2092:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2120:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2122:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2147:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2155:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2156:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/cpp_lexer.cpp:2158:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >6 warnings generated. >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cpptoken.cpp.o >18 warnings generated. >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/cppwordscanner.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/crawler_lexer.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/ctags_manager.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/dirtraverser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:719:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:720:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:720:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:721:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:768:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1095:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1096:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1097:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1097:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1227:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1228:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1236:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1264:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1266:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1291:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1299:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1300:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/crawler_lexer.cpp:1302:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >18 warnings generated. >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/entry.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/event_notifier.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/expression_result.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/fc_fileopener.cpp.o >[ 21%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/file_logger.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/fileentry.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/fileextmanager.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/fileutils.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/function.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/include_finder.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:651:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:652:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:652:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:653:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:700:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:980:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:981:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:982:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:982:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1112:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1113:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1121:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1149:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1151:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1176:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1184:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1185:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/include_finder.cpp:1187:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >18 warnings generated. >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/json_node.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/language.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/lex.yy.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/parse_thread.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/parsedtoken.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:973:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:974:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:974:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:975:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1023:6: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1074:11: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int c; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1117:10: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int c; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1972:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1973:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1974:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:1974:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2105:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2106:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2114:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2137:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2139:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2157:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2165:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2166:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/lex.yy.cpp:2168:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >20 warnings generated. >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/performance.cpp.o >[ 22%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/pp.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/pp_lexer.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:307:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:307:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:307:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:329:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:329:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:329:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:373:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/pp.cpp:580:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/pptable.cpp.o >6 warnings generated. >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/processreaderthread.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/procutils.cpp.o >lex.pp_.c:926:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >lex.pp_.c:927:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >lex.pp_.c:927:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >lex.pp_.c:928:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >lex.pp_.c:972:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >lex.pp_.c:1507:6: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >lex.pp_.c:1508:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = (yytext_ptr); > ^~~~~~~~~ >lex.pp_.c:1509:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >lex.pp_.c:1509:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >lex.pp_.c:1641:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >lex.pp_.c:1642:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >lex.pp_.c:1648:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >lex.pp_.c:1673:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >lex.pp_.c:1674:6: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = (yy_c_buf_p); > ^~~~~~~~~ >lex.pp_.c:1676:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >lex.pp_.c:1696:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >lex.pp_.c:1706:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = (yy_n_chars) + 2; > ^~~~~~~~~ >lex.pp_.c:1707:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >lex.pp_.c:1709:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >19 warnings generated. >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/progress_dialog.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/readtags.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/refactorengine.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/refactoring_storage.cpp.o >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/scope_optimizer.cpp.o >scope_optimizer.cpp:989:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >scope_optimizer.cpp:990:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >scope_optimizer.cpp:990:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >scope_optimizer.cpp:991:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >scope_optimizer.cpp:1035:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >scope_optimizer.cpp:1660:6: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; > ^~~~~~~~~ >scope_optimizer.cpp:1661:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = (yytext_ptr); > ^~~~~~~~~ >scope_optimizer.cpp:1662:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >scope_optimizer.cpp:1662:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >scope_optimizer.cpp:1794:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >scope_optimizer.cpp:1795:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >scope_optimizer.cpp:1801:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >scope_optimizer.cpp:1826:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >scope_optimizer.cpp:1827:6: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = (yy_c_buf_p); > ^~~~~~~~~ >scope_optimizer.cpp:1829:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >scope_optimizer.cpp:1849:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >scope_optimizer.cpp:1859:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_size_t number_to_move = (yy_n_chars) + 2; > ^~~~~~~~~ >scope_optimizer.cpp:1860:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ > ^~~~~~~~~ >scope_optimizer.cpp:1862:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/scope_parser.cpp.o >19 warnings generated. >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/setters_getters_data.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:834:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:834:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:834:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:856:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:856:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:856:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:900:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/scope_parser.cpp:1355:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >6 warnings generated. >[ 23%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/stringaccessor.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/symbol_tree.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/tag_tree.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/tags_options_data.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/tags_storage_sqlite3.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/tokenizer.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/typedef_parser.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/unixprocess_impl.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:530:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:530:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:530:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:552:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:552:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:552:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:596:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/typedef_parser.cpp:933:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >6 warnings generated. >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/var_parser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:748:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:748:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:748:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:770:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:770:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:770:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:814:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/var_parser.cpp:1418:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/variable.cpp.o >6 warnings generated. >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/winprocess.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/winprocess_impl.cpp.o >[ 24%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/worker_thread.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/xor_string.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/cl_indexer_reply.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLite/unixprocess_impl.cpp:96:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char **scan; > ^~~~~~~~~ >1 warning generated. >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/cl_indexer_request.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/clindexerprotocol.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/named_pipe.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/named_pipe_client.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/named_pipe_server.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/__/sdk/codelite_indexer/network/np_connections_server.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/SocketAPI/clSocketBase.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/SocketAPI/clSocketClient.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/SocketAPI/clSocketClientAsync.cpp.o >[ 25%] Building CXX object CodeLite/CMakeFiles/libcodelite.dir/SocketAPI/clSocketServer.cpp.o >Linking CXX shared library ../lib/liblibcodelite.so >[ 25%] Built target libcodelite >Scanning dependencies of target plugin >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/BorlandCppBuilderImporter.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/ColoursAndFontsManager.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/AddSSHAcountDlg.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CodeBlocksImporter.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompileCommandsCreateor.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorCLANG.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorCrossGCC.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/EditDlg.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorCygwin.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorGCC.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMSVC10.cpp.o >[ 26%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMSVC11.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMSVC12.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMSVC9.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMSVCBase.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilerLocatorMinGW.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/CompilersDetectorManager.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/DevCppImporter.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/DiffConfig.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/DiffSideBySidePanel.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseASMThemeImporter.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseBatchThemeImporter.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseCMakeThemeImporter.cpp.o >[ 27%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseCSSThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseCXXThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseCobraAltThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseCobraThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseDiffThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseFortranThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseINIThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseInnoSetupThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseJavaScriptThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseJavaThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseLuaThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseMakefileThemeImporter.cpp.o >[ 28%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipsePHPThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipsePythonThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseSQLThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseScriptThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseTextThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseThemeImporterBase.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseThemeImporterManager.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EclipseXMLThemeImporter.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/EnvVarImporterDlg.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/ICompilerLocator.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/Markup.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/NewKeyShortcutBaseDlg.cpp.o >[ 29%] Building CXX object Plugin/CMakeFiles/plugin.dir/NewKeyShortcutBaseDlg_liteeditor_bitmaps.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/Notebook.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/SFTPBrowserDlg.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/NotebookNavigationDlg.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/SSHAccountManagerDlg.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/SSHTerminal.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/VirtualDirectorySelectorBase.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/VirtualDirectorySelectorBase_plugin_bitmaps.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/VirtualDirectorySelectorDlg.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/VisualCppImporter.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/VirtualDirectorySelector_plugin_bitmaps.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/WSImporter.cpp.o >[ 30%] Building CXX object Plugin/CMakeFiles/plugin.dir/WSImporterDlgs.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/WSImporterDlgs_plugin_bitmaps.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/art_metro.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/async_executable_cmd.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/attribute_style.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/bitmap_loader.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/bookmark_manager.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/build_config.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/build_config_common.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/build_settings_config.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/build_system.cpp.o >[ 31%] Building CXX object Plugin/CMakeFiles/plugin.dir/builder.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/builder_gnumake.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/builder_gnumake_onestep.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/buildmanager.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/cc_box_tip_window.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clAuiCaptionEnabler.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clAuiMainNotebookTabArt.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clBoostrapWizardBase.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clBoostrapWizardBase_plugin_bitmaps.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clBoostrapWizardPage.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clBootstrapWizard.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clDTL.cpp.o >[ 32%] Building CXX object Plugin/CMakeFiles/plugin.dir/clDebuggerTerminal.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clEditorStateLocker.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clFileOrFolderDropTarget.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clFileViwerTreeCtrl.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clGetTextFromUserDialog.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clImageViewer.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clKeyboardBindingConfig.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clKeyboardManager.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clNotebookTheme.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clPersistenceManager.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clSTCLineKeeper.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clSelectSymbolDialog.cpp.o >[ 33%] Building CXX object Plugin/CMakeFiles/plugin.dir/clSelectSymbolDialogBase.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clSelectSymbolDialogBase_plugin_bitmaps.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clSingleChoiceDialog.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clStatusBar.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clStringHistory.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clTreeCtrlPanel.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clTreeCtrlPanelDefaultPage.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clWorkspaceManager.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clWorkspaceView.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clZipReader.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/clZipWriter.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_aui_dock_art.cpp.o >[ 34%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_aui_notebook_art.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_aui_tb_are.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_aui_tool_stickness.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_editor_tip_window.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_registry.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/cl_treelistctrl.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/clean_request.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/commentconfigdata.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/compilation_database.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/compile_request.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/compiler.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/conffilelocator.cpp.o >[ 35%] Building CXX object Plugin/CMakeFiles/plugin.dir/configtool.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/configuration_mapping.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/configurationtoolbase.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/console_frame.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/consolefinder.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/custombuildrequest.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/debuggerconfigtool.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/debuggermanager.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/debuggersettings.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/detachedpanesinfo.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/dirpicker.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/dockablepane.cpp.o >[ 36%] Building CXX object Plugin/CMakeFiles/plugin.dir/dockablepanemenumanager.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/drawingutils.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/dynamiclibrary.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/editor_config.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/environmentconfig.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/evnvarlist.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/exelocator.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/filepicker.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/globals.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/job.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/includepathlocator.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/jobqueue.cpp.o >[ 37%] Building CXX object Plugin/CMakeFiles/plugin.dir/lexer_configuration.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/listctrl_improved.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/localworkspace.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/macromanager.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/macrosbasedlg.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/macrosdlg.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/md5.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/my_menu_bar.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/my_sftp_tree_model.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/nameanddescbasedlg.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/nameanddescdlg.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/nameanddescdlg_plugin_bitmaps.cpp.o >[ 38%] Building CXX object Plugin/CMakeFiles/plugin.dir/navigationmanager.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/newkeyshortcutdlg.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/notebook_bitmaps.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/open_resource_dialog.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/openresourcedialogbase.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/openresourcedialogbase_plugin_bitmaps.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/openresourcedialogmodel.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/opentypevlistctrl.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/optionsconfig.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/overlaytool.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/pipedprocess.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/plugin_general_wxcp.cpp.o >[ 39%] Building CXX object Plugin/CMakeFiles/plugin.dir/plugin_general_wxcp_plugin_bitmaps.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/plugindata.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/progressctrl.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/project.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/project_settings.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/queuecommand.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/quickdebuginfo.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/regex_processor.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/renamefilebasedlg.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/renamefiledlg.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/search_thread.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/sessionmanager.cpp.o >[ 40%] Building CXX object Plugin/CMakeFiles/plugin.dir/sftp_settings.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/sftp_ui.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/sftp_ui_sftp_bitmaps.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/sftptreemodel.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/shell_command.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/ssh_account_info.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/stringsearcher.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/sync_queue.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/tabicons.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/tagsmanagementconf.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/theme_handler_helper.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/unredobase.cpp.o >[ 41%] Building CXX object Plugin/CMakeFiles/plugin.dir/vcimporter.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/windowattrmanager.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/windowstack.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/workspace.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxCodeCompletionBox.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxCodeCompletionBoxBase.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxCustomStatusBar.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxCodeCompletionBoxManager.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxCodeCompletionBox_bitmaps.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxFlatButton.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxFlatButtonBar.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxFlatButtonBase.cpp.o >[ 42%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxFlatButtonBaseBitmaps.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxPNGAnimation.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wx_tree_traverser.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxcrafter_plugin.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxcrafter_plugin_bitmaps.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxmd5.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxterminal.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/wxterminalbase.cpp.o >[ 43%] Building CXX object Plugin/CMakeFiles/plugin.dir/xmlutils.cpp.o >Linking CXX shared library ../lib/libplugin.so >[ 43%] Built target plugin >Scanning dependencies of target DebuggerGDB >[ 43%] Building CXX object Debugger/CMakeFiles/DebuggerGDB.dir/dbgcmd.cpp.o >Scanning dependencies of target abbreviation >Scanning dependencies of target ContinuousBuild >[ 43%] Building CXX object abbreviation/CMakeFiles/abbreviation.dir/abbreviation.cpp.o >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/buildprocess.cpp.o >Scanning dependencies of target CallGraph >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/callgraph.cpp.o >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/continousbuildbasepane.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/Debugger/dbgcmd.cpp:29: >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/debuggergdb.h:47:25: warning: 'GetDebuggerInfo' has C-linkage specified, but returns user-defined type 'DebuggerInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" DebuggerInfo GetDebuggerInfo(); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/abbreviation/abbreviation.cpp:54:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CallGraph/callgraph.cpp:88:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 43%] Building CXX object abbreviation/CMakeFiles/abbreviation.dir/abbreviationentry.cpp.o >1 warning generated. >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/confcallgraph.cpp.o >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/continousbuildbasepane_continuousbuild_bitmaps.cpp.o >1 warning generated. >[ 43%] Building CXX object Debugger/CMakeFiles/DebuggerGDB.dir/debuggergdb.cpp.o >[ 43%] Building CXX object abbreviation/CMakeFiles/abbreviation.dir/abbreviationssettingsbase.cpp.o >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/dotwriter.cpp.o >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/continousbuildconf.cpp.o >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/continousbuildpane.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/Debugger/debuggergdb.cpp:25: >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/debuggergdb.h:47:25: warning: 'GetDebuggerInfo' has C-linkage specified, but returns user-defined type 'DebuggerInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" DebuggerInfo GetDebuggerInfo(); > ^ >[ 43%] Building CXX object abbreviation/CMakeFiles/abbreviation.dir/abbreviationssettingsbase_abbreviation_bitmaps.cpp.o >1 warning generated. >[ 43%] Building CXX object Debugger/CMakeFiles/DebuggerGDB.dir/gdb_result.cpp.o >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/gprofparser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:857:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:858:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:858:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:859:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:906:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1462:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1463:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1464:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1464:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1594:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1595:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1603:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1631:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1633:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1658:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1666:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1667:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result.cpp:1669:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >18 warnings generated. >[ 43%] Building CXX object abbreviation/CMakeFiles/abbreviation.dir/abbreviationssettingsdlg.cpp.o >[ 43%] Building CXX object Debugger/CMakeFiles/DebuggerGDB.dir/gdb_result_parser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:479:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:479:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:479:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:501:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:501:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/Debugger/gdb_result_parser.cpp:501:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >[ 43%] Building CXX object ContinuousBuild/CMakeFiles/ContinuousBuild.dir/continuousbuild.cpp.o >4 warnings generated. >[ 43%] Building CXX object Debugger/CMakeFiles/DebuggerGDB.dir/gdbmi_parse_thread_info.cpp.o >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/lineparser.cpp.o >Linking CXX shared library ../lib/DebuggerGDB.so >[ 43%] Built target DebuggerGDB >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/static.cpp.o >Linking CXX shared library ../lib/abbreviation.so >Scanning dependencies of target Wizards >[ 43%] Built target abbreviation >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/uicallgraph.cpp.o >[ 43%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/PluginWizard.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/ContinuousBuild/continuousbuild.cpp:57:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 43%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/gizmos.cpp.o >1 warning generated. >Linking CXX shared library ../lib/ContinuousBuild.so >[ 43%] Built target ContinuousBuild >[ 43%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/gizmos_base.cpp.o >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/uicallgraphpanel.cpp.o >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/uisettings.cpp.o >Scanning dependencies of target Outline >[ 43%] Building CXX object Outline/CMakeFiles/Outline.dir/PHPOutlineTree.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Gizmos/gizmos.cpp:71:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 43%] Building CXX object CallGraph/CMakeFiles/CallGraph.dir/uisettingsdlg.cpp.o >Scanning dependencies of target QMakePlugin >1 warning generated. >[ 43%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/gizmos_gizmos_bitmaps.cpp.o >[ 43%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/NewQtProj.cpp.o >[ 44%] Building CXX object Outline/CMakeFiles/Outline.dir/outline.cpp.o >[ 44%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/new_class_dlg_data.cpp.o >[ 44%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/NewQtProj_qmakeplugin_bitmaps.cpp.o >Linking CXX shared library ../lib/CallGraph.so >[ 44%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newclassbasedlg.cpp.o >[ 44%] Built target CallGraph >[ 44%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newclassdlg.cpp.o >[ 44%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/newqtprojdlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Outline/outline.cpp:63:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 44%] Building CXX object Outline/CMakeFiles/Outline.dir/outline_settings.cpp.o >[ 44%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakeconf.cpp.o >[ 44%] Building CXX object Outline/CMakeFiles/Outline.dir/outline_symbol_tree.cpp.o >[ 44%] Building CXX object Outline/CMakeFiles/Outline.dir/outline_tab.cpp.o >[ 44%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakegenerator.cpp.o >[ 44%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newclasswizard_gizmos_bitmaps.cpp.o >[ 45%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newinheritancedlg.cpp.o >[ 45%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakeplugin.cpp.o >[ 45%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newplugindata.cpp.o >[ 45%] Building CXX object Outline/CMakeFiles/Outline.dir/wxcrafter.cpp.o >[ 45%] Building CXX object Outline/CMakeFiles/Outline.dir/wxcrafter_outline_bitmaps.cpp.o >[ 45%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newwxprojectbasedlg.cpp.o >[ 45%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakeplugindata.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/QmakePlugin/qmakeplugin.cpp:65:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >Linking CXX shared library ../lib/Outline.so >[ 45%] Built target Outline >[ 45%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newwxprojectdlg.cpp.o >1 warning generated. >[ 45%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakesettingsbasedlg.cpp.o >Scanning dependencies of target UnitTestsPP >[ 45%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/newunittestbasedlg.cpp.o >Scanning dependencies of target cppchecker >[ 45%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppcheck_settings.cpp.o >[ 45%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakesettingsbasedlg_qmakeplugin_bitmaps.cpp.o >[ 45%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/newunittestdlg.cpp.o >[ 45%] Building CXX object Gizmos/CMakeFiles/Wizards.dir/newwxprojectinfo.cpp.o >Linking CXX shared library ../lib/Wizards.so >[ 45%] Built target Wizards >[ 45%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakesettingsdlg.cpp.o >[ 45%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppchecker.cpp.o >[ 46%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/testclassbasedlg.cpp.o >[ 47%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmakesettingstab.cpp.o >[ 47%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/testclassdlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/cppchecker/cppchecker.cpp:67:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 47%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppcheckreportbasepage.cpp.o >[ 47%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmaketab.cpp.o >1 warning generated. >[ 47%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmaketabbase.cpp.o >[ 47%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppcheckreportbasepage_cppchecker_bitmaps.cpp.o >[ 47%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestcppoutputparser.cpp.o >[ 47%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppcheckreportpage.cpp.o >[ 47%] Building CXX object QmakePlugin/CMakeFiles/QMakePlugin.dir/qmaketabbase_qmakeplugin_bitmaps.cpp.o >[ 47%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestdata.cpp.o >Scanning dependencies of target cscope >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/CScopeSettingsDlg.cpp.o >Linking CXX shared library ../lib/QMakePlugin.so >[ 48%] Built target QMakePlugin >[ 48%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestpp.cpp.o >[ 48%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppchecksettingsdlg.cpp.o >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/CscopeTabBase.cpp.o >[ 48%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestreport.cpp.o >[ 48%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppchecksettingsdlg_cppchecker_bitmaps.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/UnitTestCPP/unittestpp.cpp:69:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/CscopeTabBase_cscope_bitmaps.cpp.o >1 warning generated. >[ 48%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppchecksettingsdlgbase.cpp.o >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscope.cpp.o >[ 48%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestreport_unittestcpp_bitmaps.cpp.o >[ 48%] Building CXX object UnitTestCPP/CMakeFiles/UnitTestsPP.dir/unittestspage.cpp.o >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscopedbbuilderthread.cpp.o >[ 48%] Building CXX object cppchecker/CMakeFiles/cppchecker.dir/cppchecktestresults.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/cscope/cscope.cpp:62:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >Linking CXX shared library ../lib/UnitTestsPP.so >Linking CXX shared library ../lib/cppchecker.so >[ 48%] Built target UnitTestsPP >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscopeentrydata.cpp.o >1 warning generated. >[ 48%] Built target cppchecker >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscopestatusmessage.cpp.o >Scanning dependencies of target wxFormBuilder >[ 48%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/confformbuilder.cpp.o >[ 48%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/formbuildsettingsbasedlg.cpp.o >Scanning dependencies of target MemCheck >[ 48%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheck.cpp.o >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscopetab.cpp.o >[ 48%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheckdvcerrorsmodel.cpp.o >[ 48%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/formbuildsettingsdlg.cpp.o >[ 48%] Building CXX object cscope/CMakeFiles/cscope.dir/cscoptviewresultsmodel.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/MemCheck/memcheck.cpp:39:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 48%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheckerror.cpp.o >[ 49%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/wxfbitembasedlg.cpp.o >[ 49%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheckoutputview.cpp.o >[ 49%] Building CXX object cscope/CMakeFiles/cscope.dir/csscopeconfdata.cpp.o >[ 49%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/wxfbitemdlg.cpp.o >Linking CXX shared library ../lib/cscope.so >Scanning dependencies of target Tweaks >[ 49%] Built target cscope >[ 49%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memchecksettings.cpp.o >[ 49%] Building CXX object Tweaks/CMakeFiles/Tweaks.dir/TweaksSettingsDlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/MemCheck/memcheckoutputview.cpp:190:49: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] > m_currentPageIsEmptyView = (iStop - iStart) < 0; > ~~~~~~~~~~~~~~~~ ^ ~ >[ 49%] Building CXX object Tweaks/CMakeFiles/Tweaks.dir/tweaks.cpp.o >1 warning generated. >[ 49%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memchecksettingsdialog.cpp.o >[ 49%] Building CXX object wxformbuilder/CMakeFiles/wxFormBuilder.dir/wxformbuilder.cpp.o >[ 49%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheckui.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Tweaks/tweaks.cpp:53:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 49%] Building CXX object Tweaks/CMakeFiles/Tweaks.dir/tweaks_settings.cpp.o >Scanning dependencies of target CodeFormatter >[ 49%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/ASBeautifier.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/wxformbuilder/wxformbuilder.cpp:56:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >Linking CXX shared library ../lib/wxFormBuilder.so >[ 49%] Built target wxFormBuilder >[ 49%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/memcheckui_bitmaps.cpp.o >[ 49%] Building CXX object Tweaks/CMakeFiles/Tweaks.dir/wxcrafter.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/ASEnhancer.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/ASFormatter.cpp.o >[ 50%] Building CXX object MemCheck/CMakeFiles/MemCheck.dir/valgrindprocessor.cpp.o >Scanning dependencies of target Copyright >[ 50%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyright.cpp.o >[ 50%] Building CXX object Tweaks/CMakeFiles/Tweaks.dir/wxcrafter_tweaks_bitmaps.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/ASLocalizer.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/ASResource.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/PHPFormatterBuffer.cpp.o >Linking CXX shared library ../lib/MemCheck.so >Linking CXX shared library ../lib/Tweaks.so >[ 50%] Built target MemCheck >[ 50%] Built target Tweaks >[ 50%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyrights_options_base_dlg.cpp.o >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/astyle_main.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Copyright/copyright.cpp:65:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 50%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/clClangFormatLocator.cpp.o >Scanning dependencies of target ExternalTools >[ 51%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/NewToolBase_formbuilder_bitmaps.cpp.o >[ 51%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyrights_options_dlg.cpp.o >[ 51%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/external_tools.cpp.o >[ 51%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/codeformatter.cpp.o >Scanning dependencies of target DatabaseExplorer >[ 51%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/AdapterSelectDlg.cpp.o >[ 51%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyrights_proj_sel_base_dlg.cpp.o >[ 51%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/external_tools_formbuilder_bitmaps.cpp.o >[ 51%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyrights_proj_sel_dlg.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatter.cpp:29: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatter.h:30: >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/formatoptions.h:185:83: warning: control reaches end of non-void function [-Wreturn-type] > size_t SetPHPFormatterOptions(size_t options) { m_phpFormatOptions = options; } > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatter.cpp:88:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatter.cpp:807:1: warning: control may reach end of non-void function [-Wreturn-type] >} >^ >[ 51%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/externaltooldlg.cpp.o >[ 51%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ClassGenerateDialog.cpp.o >3 warnings generated. >[ 51%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/codeformatterdlg.cpp.o >[ 52%] Building CXX object Copyright/CMakeFiles/Copyright.dir/copyrightsconfigdata.cpp.o >Linking CXX shared library ../lib/Copyright.so >[ 52%] Built target Copyright >[ 52%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/CodePreviewDialog.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatterdlg.cpp:25: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatter.h:30: >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/formatoptions.h:185:83: warning: control reaches end of non-void function [-Wreturn-type] > size_t SetPHPFormatterOptions(size_t options) { m_phpFormatOptions = options; } > ^ >[ 52%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/externaltools.cpp.o >1 warning generated. >[ 52%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/codeformatterdlg_codeformatter_bitmaps.cpp.o >[ 52%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/codeformatterdlgbase.cpp.o >Scanning dependencies of target SnipWiz >[ 52%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/editsnippetsbasedlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/ExternalTools/externaltools.cpp:64:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 52%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/CreateForeignKey.cpp.o >1 warning generated. >[ 52%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/externaltoolsdata.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatterdlgbase.cpp:7: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/codeformatterdlgbase.h:38: >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/formatoptions.h:185:83: warning: control reaches end of non-void function [-Wreturn-type] > size_t SetPHPFormatterOptions(size_t options) { m_phpFormatOptions = options; } > ^ >[ 52%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/editsnippetsdlg.cpp.o >[ 52%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/newtoolbase.cpp.o >1 warning generated. >[ 52%] Building CXX object CodeFormatter/CMakeFiles/CodeFormatter.dir/formatoptions.cpp.o >[ 52%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/DbSettingDialog.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/formatoptions.cpp:25: >/usr/ports/editors/codelite/work/codelite-8.1/CodeFormatter/formatoptions.h:185:83: warning: control reaches end of non-void function [-Wreturn-type] > size_t SetPHPFormatterOptions(size_t options) { m_phpFormatOptions = options; } > ^ >[ 52%] Building CXX object ExternalTools/CMakeFiles/ExternalTools.dir/newtooldlg.cpp.o >[ 52%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/snipwiz.cpp.o >1 warning generated. >Linking CXX shared library ../lib/CodeFormatter.so >[ 52%] Built target CodeFormatter >[ 52%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/swStringDb.cpp.o >[ 52%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/DbViewerPanel.cpp.o >Linking CXX shared library ../lib/ExternalTools.so >/usr/ports/editors/codelite/work/codelite-8.1/SnipWiz/snipwiz.cpp:81:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 52%] Built target ExternalTools >[ 52%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/templateclassbasedlg.cpp.o >1 warning generated. >Scanning dependencies of target ZoomNavigator >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/znSettingsDlg.cpp.o >Scanning dependencies of target Subversion >[ 53%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/SvnBlameFrame.cpp.o >[ 53%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/templateclassdlg.cpp.o >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zn_config_item.cpp.o >[ 53%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/DnDTableShape.cpp.o >[ 53%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/SvnCommitDialog.cpp.o >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zoom_navigator.cpp.o >[ 53%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/templateclassbasedlg_snipwiz_bitmaps.cpp.o >[ 53%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ErdCommitWizard.cpp.o >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zoom_navigator_zoomnavigator_bitmaps.cpp.o >[ 53%] Building CXX object SnipWiz/CMakeFiles/SnipWiz.dir/wxSerialize.cpp.o >[ 53%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/SvnInfoDialog.cpp.o >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zoomnavigator.cpp.o >Linking CXX shared library ../lib/SnipWiz.so >[ 53%] Built target SnipWiz >[ 53%] Building CXX object ZoomNavigator/CMakeFiles/ZoomNavigator.dir/zoomtext.cpp.o >[ 53%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ErdForeignKey.cpp.o >[ 53%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/SvnLogDialog.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/ZoomNavigator/zoomnavigator.cpp:59:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >Linking CXX shared library ../lib/ZoomNavigator.so >Scanning dependencies of target git >[ 53%] Building CXX object git/CMakeFiles/git.dir/GitApplyPatchDlg.cpp.o >[ 53%] Built target ZoomNavigator >[ 53%] Building CXX object git/CMakeFiles/git.dir/GitConsole.cpp.o >[ 53%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/changelogpage.cpp.o >[ 53%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ErdPanel.cpp.o >[ 54%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/commitmessagescache.cpp.o >[ 54%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ErdTable.cpp.o >[ 54%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/diff_dialog.cpp.o >[ 55%] Building CXX object git/CMakeFiles/git.dir/GitLocator.cpp.o >[ 55%] Building CXX object git/CMakeFiles/git.dir/dataviewfilesmodel.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ErdView.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/FrameCanvas.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/subversion2.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/git.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitCloneDlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/Subversion2/subversion2.cpp:132:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/GUI.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/git/git.cpp:84:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/subversion2_subversion2_bitmaps.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/GUI_databaseexplorer_bitmaps.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/subversion2_ui.cpp.o >1 warning generated. >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitCommitDlg.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/subversion_password_db.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/IDbItem.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/Ids.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/LogDialog.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/subversion_view.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitCommitEditor.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_checkout_dialog.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/MySqlDbAdapter.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitCommitListDlg.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitDiffDlg.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_command_handlers.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/MySqlType.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/NArrow.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitFileDiffDlg.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_console.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitLogDlg.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/OneArrow.cpp.o >Scanning dependencies of target CMakePlugin >[ 56%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMake.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_copy_dialog.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitSettingsDlg.cpp.o >[ 56%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/PostgreSqlDbAdapter.cpp.o >[ 56%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_default_command_handler.cpp.o >[ 56%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeGenerator.cpp.o >[ 56%] Building CXX object git/CMakeFiles/git.dir/gitentry.cpp.o >[ 57%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/PostgreSqlType.cpp.o >[ 58%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_local_properties.cpp.o >[ 59%] Building CXX object git/CMakeFiles/git.dir/gitui.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeHelpTab.cpp.o >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_login_dialog.cpp.o >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/SqlCommandPanel.cpp.o >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_overlay_tool.cpp.o >[ 59%] Building CXX object git/CMakeFiles/git.dir/gitui_git_bitmaps.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeParser.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakePlugin.cpp.o >Linking CXX shared library ../lib/git.so >[ 59%] Built target git >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_patch_dlg.cpp.o >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/SqliteDbAdapter.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakePluginUi.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CMakePlugin/CMakePlugin.cpp:134:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_preferences_dialog.cpp.o >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/column.cpp.o >1 warning generated. >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/SqliteType.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakePluginUi_bitmaps.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeProjectMenu.cpp.o >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_props_dialog.cpp.o >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/TableSettings.cpp.o >[ 59%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/ViewSettings.cpp.o >[ 59%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeProjectSettingsPanel.cpp.o >[ 59%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_sync_dialog.cpp.o >Scanning dependencies of target CodeLiteDiff >[ 60%] Building CXX object CodeLiteDiff/CMakeFiles/CodeLiteDiff.dir/codelitediff.cpp.o >[ 60%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/constraint.cpp.o >[ 60%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeSettingsDialog.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/CodeLiteDiff/codelitediff.cpp:42:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 60%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svn_select_local_repo_dlg.cpp.o >1 warning generated. >Linking CXX shared library ../lib/CodeLiteDiff.so >[ 60%] Built target CodeLiteDiff >[ 60%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svnblameeditor.cpp.o >[ 60%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/database.cpp.o >[ 60%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeSettingsManager.cpp.o >[ 61%] Building CXX object CMakePlugin/CMakeFiles/CMakePlugin.dir/CMakeWorkspaceMenu.cpp.o >[ 61%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/databaseexplorer.cpp.o >[ 61%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svncommand.cpp.o >[ 61%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svncommandhandler.cpp.o >Linking CXX shared library ../lib/CMakePlugin.so >[ 61%] Built target CMakePlugin >[ 61%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/db_explorer_settings.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/DatabaseExplorer/databaseexplorer.cpp:89:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 61%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/dbconnection.cpp.o >1 warning generated. >[ 62%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svnstatushandler.cpp.o >Scanning dependencies of target SpellCheck >[ 63%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/CorrectSpellingDlg.cpp.o >[ 63%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/IHunSpell.cpp.o >[ 64%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/dbeclasstype.cpp.o >[ 64%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/dbitem.cpp.o >[ 64%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/svnxml.cpp.o >[ 64%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/dumpclass.cpp.o >[ 64%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/workspacesvnsettings.cpp.o >[ 64%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/SpellCheckerSettings.cpp.o >[ 64%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/wxcrafter.cpp.o >[ 64%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/imageexportdialog.cpp.o >[ 64%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/table.cpp.o >[ 64%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/spellcheck.cpp.o >[ 64%] Building CXX object Subversion2/CMakeFiles/Subversion.dir/wxcrafter_subversion2_bitmaps.cpp.o >Scanning dependencies of target PHPUnitTests >[ 65%] Building CXX object codelitephp/CMakeFiles/PHPUnitTests.dir/PHPParserUnitTests/main.cpp.o >Linking CXX shared library ../lib/Subversion.so >[ 65%] Built target Subversion >[ 65%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/spellcheckeroptions.cpp.o >[ 65%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/view.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/SpellChecker/spellcheck.cpp:72:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 65%] Building CXX object codelitephp/CMakeFiles/PHPUnitTests.dir/PHPParserUnitTests/tester.cpp.o >1 warning generated. >[ 65%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/wxcrafter.cpp.o >[ 65%] Building CXX object DatabaseExplorer/CMakeFiles/DatabaseExplorer.dir/wx_pch.cpp.o >Linking CXX shared library ../lib/DatabaseExplorer.so >Linking CXX executable ../bin/PHPUnitTests >[ 65%] Built target DatabaseExplorer >[ 65%] Building CXX object SpellChecker/CMakeFiles/SpellCheck.dir/wxcrafter_bitmaps.cpp.o >[ 65%] Built target PHPUnitTests >Scanning dependencies of target WordCompletion >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/UI.cpp.o >Scanning dependencies of target codelitephp >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/UI_wordcompletion_bitmaps.cpp.o >[ 65%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/FileMappingDlg.cpp.o >Linking CXX shared library ../lib/SpellCheck.so >[ 65%] Built target SpellCheck >[ 65%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/NewPHPClass.cpp.o >Scanning dependencies of target HelpPlugin >[ 65%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/HelpPluginMessageDlg.cpp.o >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/WordCompletionDictionary.cpp.o >[ 65%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/HelpPluginSettings.cpp.o >[ 65%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/NewPHPProjectWizard.cpp.o >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/WordCompletionSettings.cpp.o >[ 65%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/HelpPluginSettingsDlg.cpp.o >[ 65%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPDebugPane.cpp.o >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/WordCompletionSettingsDlg.cpp.o >[ 65%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/HelpPluginUI.cpp.o >[ 65%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/WordCompletionThread.cpp.o >[ 66%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/HelpPluginUI_helpplugin_bitmaps.cpp.o >[ 66%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPDebugStartDlg.cpp.o >[ 66%] Building CXX object HelpPlugin/CMakeFiles/HelpPlugin.dir/helpplugin.cpp.o >[ 66%] Building CXX object WordCompletion/CMakeFiles/WordCompletion.dir/wordcompletion.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/HelpPlugin/helpplugin.cpp:27:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >/usr/ports/editors/codelite/work/codelite-8.1/HelpPlugin/helpplugin.cpp:130:12: warning: 31 enumeration values not handled in switch: 'TypeOther', 'TypeResource', 'TypeYacc'... [-Wswitch] > switch(type) { > ^ >2 warnings generated. >Linking CXX shared library ../lib/HelpPlugin.so >[ 66%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPLint.cpp.o >[ 66%] Built target HelpPlugin >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPLocator.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/WordCompletion/wordcompletion.cpp:24:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >1 warning generated. >Linking CXX shared library ../lib/WordCompletion.so >[ 67%] Built target WordCompletion >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPSettersGettersDialog.cpp.o >Scanning dependencies of target codelite-make >[ 67%] Building CXX object codelite_make/CMakeFiles/codelite-make.dir/cl_make_generator_app.cpp.o >Scanning dependencies of target codelite-terminal >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/MainFrame.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/PHPXDebugSetupWizard.cpp.o >Linking CXX executable ../bin/codelite-make >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/SettingsDlg.cpp.o >[ 67%] Built target codelite-make >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugBreakpointCmdHandler.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/asyncprocess.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugCommThread.cpp.o >Scanning dependencies of target WebTools >[ 67%] Building CXX object WebTools/CMakeFiles/WebTools.dir/JSCodeCompletion.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/commandlineparser.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/main.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugCommandHandler.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugContextGetCmdHandler.cpp.o >[ 67%] Building CXX object WebTools/CMakeFiles/WebTools.dir/JavaScriptFunctionsLocator.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/my_callback.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugEvalCmdHandler.cpp.o >[ 67%] Building CXX object WebTools/CMakeFiles/WebTools.dir/JavaScriptSyntaxColourThread.cpp.o >Scanning dependencies of target codelite >[ 67%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/AboutDlg_bitmaps.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/my_config.cpp.o >[ 67%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugManager.cpp.o >[ 67%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSCallstackHandler.cpp.o >[ 67%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/processreaderthread.cpp.o >[ 68%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/AccelTableBaseDlg.cpp.o >[ 68%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/procutils.cpp.o >[ 69%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSContinueHandler.cpp.o >[ 69%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/AccelTableBaseDlg_liteeditor_bitmaps.cpp.o >[ 69%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugPropertyGetHandler.cpp.o >[ 69%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/terminal_options.cpp.o >[ 69%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/AddFunctionsImpDlg.cpp.o >[ 69%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSDebugger.cpp.o >[ 70%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/unixprocess_impl.cpp.o >[ 70%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugRunCmdHandler.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/codelite_terminal/unixprocess_impl.cpp:70:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char **scan; > ^~~~~~~~~ >1 warning generated. >[ 70%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/winprocess.cpp.o >[ 70%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/winprocess_impl.cpp.o >[ 70%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/wxcrafter.cpp.o >[ 70%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/AddIncludeFile_liteeditor_bitmaps.cpp.o >[ 70%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSDebuggerBreakpoint.cpp.o >[ 70%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugStackGetCmdHandler.cpp.o >[ 70%] Building CXX object codelite_terminal/CMakeFiles/codelite-terminal.dir/wxcrafter_bitmaps.cpp.o >[ 70%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/BuildTabTopPanel.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/BuildTabTopPanel.cpp:26: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/BuildTabTopPanel.h:32: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/wxcrafter.h:10: >In file included from /usr/local/include/wx-3.0/wx/settings.h:14: >In file included from /usr/local/include/wx-3.0/wx/colour.h:14: >In file included from /usr/local/include/wx-3.0/wx/defs.h:27: >In file included from /usr/local/include/wx-3.0/wx/platform.h:183: >/usr/local/lib/wx/include/gtk2-unicode-3.0/wx/setup.h:715:9: warning: 'HAVE_VARIADIC_MACROS' macro redefined >#define HAVE_VARIADIC_MACROS 1 > ^ >/usr/local/include/wx-3.0/wx/cpp.h:133:17: note: previous definition is here > #define HAVE_VARIADIC_MACROS > ^ >[ 70%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSDebuggerBreakpointManager.cpp.o >Linking CXX executable ../bin/codelite-terminal >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugStopCmdHandler.cpp.o >[ 71%] Built target codelite-terminal >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSDebuggerDlg.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugTester.cpp.o >1 warning generated. >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ClangOutputTab.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSDebuggerPane.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XDebugUnknownCommand.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSEvaluateExprHandler.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/XVariable.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CodeLiteUpgradeFrameBase.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/evalpane.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSEvents.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CodeLiteUpgradeFrame_liteeditor_bitmaps.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSGetScriptHandler.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/localsview.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CompilerMainPage.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSHandlerBase.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CompilersFoundDlg.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSNewWorkspaceDlg.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/my_tree_view.cpp.o >[ 71%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSSelectFrameHandler.cpp.o >[ 71%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/new_class.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CompilersFoundDlgBase.cpp.o >[ 71%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CompilersFoundDlg_liteeditor_bitmaps.cpp.o >[ 72%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSSetBreakpointHandler.cpp.o >[ 72%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/new_class_php-plugin_bitmaps.cpp.o >[ 72%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSSocket.cpp.o >[ 73%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CompilersModifiedDlg.cpp.o >[ 73%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/new_file_dlg.cpp.o >[ 73%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ContextJavaScript.cpp.o >[ 73%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSWorkspaceConfiguration.cpp.o >[ 73%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/new_php_workspace_dlg.cpp.o >[ 73%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSWorkspaceUserConfiguration.cpp.o >[ 73%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ContextPhp.cpp.o >[ 73%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/new_workspace_selection_dlg.cpp.o >[ 73%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NodeJSWorkspaceView.cpp.o >[ 73%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CxxPreProcessorThread.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/NoteJSWorkspace.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/CxxUsingNamespaceCollectorThread.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_editor_context_menu.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/codelitephp/php-plugin/php.cpp:57:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/WebToolsBase.cpp.o >1 warning generated. >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/DebuggerDisassemblyTab.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_ui.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/WebToolsBase_webtools_bitmaps.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/DebuggerSettingsBaseDlg_liteeditor_bitmaps.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/WebToolsConfig.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_file_layout_tree.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/DebuggerSettings_liteeditor_bitmaps.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/WebToolsSettings.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/DefaultWorkspacePage.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/XMLBuffer.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_open_resource_dlg.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/EditorOptionsGeneralEdit.cpp.o >[ 74%] Building CXX object WebTools/CMakeFiles/WebTools.dir/XMLCodeCompletion.cpp.o >[ 74%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_project_settings_dlg.cpp.o >[ 74%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/FileExplorerTab.cpp.o >[ 75%] Building CXX object WebTools/CMakeFiles/WebTools.dir/clTernServer.cpp.o >[ 75%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/FileExplorerTabToolBar.cpp.o >[ 75%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_settings_dlg.cpp.o >[ 75%] Building CXX object WebTools/CMakeFiles/WebTools.dir/clTernWorkerThread.cpp.o >[ 75%] Building CXX object WebTools/CMakeFiles/WebTools.dir/m_dataview126model.cpp.o >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/FilesModifiedDlg.cpp.o >[ 76%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_ui_php-plugin_bitmaps.cpp.o >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ImportFilesDialogNew.cpp.o >[ 76%] Building CXX object WebTools/CMakeFiles/WebTools.dir/webtools.cpp.o >[ 76%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/php_workspace_view.cpp.o >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/NewCompilerDlg.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/WebTools/webtools.cpp:37:30: warning: 'GetPluginInfo' has C-linkage specified, but returns user-defined type 'PluginInfo' which is incompatible with C [-Wreturn-type-c-linkage] >extern "C" EXPORT PluginInfo GetPluginInfo() > ^ >[ 76%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/plugin_settings.cpp.o >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/NewProjectWizard.cpp.o >1 warning generated. >Linking CXX shared library ../lib/WebTools.so >[ 76%] Built target WebTools >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/NewThemeDialog.cpp.o >[ 76%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/NewVirtualFolderDlg.cpp.o >[ 76%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/quick_outline_dlg.cpp.o >[ 76%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/ssh_workspace_settings.cpp.o >[ 77%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/xdebugbreakpointsmgr.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/OpenFolderDlg.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/OpenWindowsPanelBase_liteeditor_bitmaps.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ProjectCustomBuildTragetDlg.cpp.o >[ 77%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/xdebugevent.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/SelectDropTargetDlg.cpp.o >[ 77%] Building CXX object codelitephp/CMakeFiles/codelitephp.dir/php-plugin/xdebuglocalsviewmodel.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/SelectProjectsDlg.cpp.o >[ 77%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/WelcomePage.cpp.o >Linking CXX shared library ../lib/codelitephp.so >[ 77%] Built target codelitephp >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/aboutdlg.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/acceltabledlg.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/add_option_dialog.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/addfunctionsmodel.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/addincludefiledlg.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/addincludefiledlgbase.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/addoptioncheckdlg.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/app.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/addoptioncheckdlgbase.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/advance_settings_base.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/advance_settings_liteeditor_bitmaps.cpp.o >[ 78%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/advanced_settings.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/assignedfilesmodel.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/attachdbgprocbasedlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/attachdbgprocdlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/autoversion.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/batchbuildbasedlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/batchbuilddlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/breakpoint_dlg_liteeditor_bitmaps.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/breakpointdlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/breakpointdlgbase.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/breakpointpropertiesdlg.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/breakpointsmgr.cpp.o >[ 79%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/build_page.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/build_custom_targets_menu_manager.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/buildorderbasepage.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/buildsettingstab.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/buildsettingstab_liteeditor_bitmaps.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/buildsettingstabbase.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/buildtabsettingsdata.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ccboxmainpanel.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ccvirtuallistctrl.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/checkdirtreectrl.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/checktreectrl.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clDebuggerEditItemDlg.cpp.o >[ 80%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clInitializeDialog.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/cl_editor.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/cl_unredo.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_cleaner_thread.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_code_completion.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_compilation_db_thread.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_driver.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_pch_maker_thread.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_result_lexer.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:683:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:684:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:684:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp, *yy_bp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:685:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_act; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:732:4: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1058:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = yy_current_buffer->yy_ch_buf; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1059:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = yytext_ptr; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1060:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1060:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move, i; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1190:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register yy_state_type yy_current_state; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1191:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1199:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1227:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yy_is_jam; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1229:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register YY_CHAR yy_c = 1; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1254:2: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *yy_cp = yy_c_buf_p; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1262:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int number_to_move = yy_n_chars + 2; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1263:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *dest = &yy_current_buffer->yy_ch_buf[ > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_lexer.cpp:1265:3: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register char *source = > ^~~~~~~~~ >18 warnings generated. >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_result_parser.cpp.o >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:424:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:424:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:424:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] > register int yym, yyn, yystate; > ^~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:446:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] > if (yyn = yydefred[yystate]) goto yyreduce; > ~~~~^~~~~~~~~~~~~~~~~~~ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:446:13: note: place parentheses around the assignment to silence this warning > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > ( ) >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:446:13: note: use '==' to turn this assignment into an equality comparison > if (yyn = yydefred[yystate]) goto yyreduce; > ^ > == >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:490:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("syntax error"); > ^ >/usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/clang_result_parser.cpp:727:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] > yyerror("yacc stack overflow"); > ^ >6 warnings generated. >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_unsaved_files.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clang_utils.cpp.o >[ 81%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clangpch_cache.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/close_all_dlg.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/clsplashscreen.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/code_completion_manager.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/code_completion_page.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/colourrequest.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/colourthread.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/commentpage.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/commentpagebase.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/compiler_page_plugin_bitmaps.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/compiler_pages.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/compilersfoundmodel.cpp.o >[ 82%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/configuration_manager_base_dlg.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/configuration_manager_dlg.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/context_base.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/context_cpp.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/context_diff.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/context_html.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/context_manager.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/cpp_symbol_tree.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/dbcontentcacher.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/dbgcommandbasedlg.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/dbgcommanddlg.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debugcoredump.cpp.o >[ 83%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debugcoredumpbase.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debugcoredumpinfo.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debugger_predefined_types_page.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debuggerasciiviewer.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debuggerasciiviewerbase.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debuggerpane.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debuggersettingsbasedlg.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/debuggersettingsdlg.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/depend_dlg_page.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/depend_dlg_page_liteeditor_bitmaps.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/depends_dlg.cpp.o >[ 84%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/dialogspagebase.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/dvtemplatesmodel.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/edit_configuration.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/edit_workspace_conf_dlg.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editcmpfileinfobase.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editcmpfileinfodlg.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_bookmarks_liteeditor_bitmaps.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_caret.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_caret_liteeditor_bitmaps.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_comments_base_liteeditor_bitmaps.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_comments_doxygen_liteeditor_bitmaps.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_docking_windows_liteeditor_bitmaps.cpp.o >[ 85%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_folding_liteeditor_bitmaps.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_general_guides_panel.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_guides_liteeditor_bitmaps.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_misc_liteeditor_bitmaps.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editor_options_terminal_liteeditor_bitmaps.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorframe.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralguidespanelbase.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralindentationpanel.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralindetationpanelbase.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralrightmarginpanel.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralrightmarginpanelbase.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralsavepanel.cpp.o >[ 86%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editoroptionsgeneralsavepanelbase.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettings_terminal_base.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsbookmarksbasepanel.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsbookmarkspanel.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingscaret.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingscomments.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingscommentsbase.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingscommentsdoxygenpanel.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingscommentsdoxygenpanelbase.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsdockingwidows.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsdockingwindowsbase.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsfolding.cpp.o >[ 87%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsfoldingbase.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingslocal.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingslocalbase.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingslocalbase_formbuilder_bitmaps.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsmiscbasepanel.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsmiscpanel.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/editorsettingsterminal.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/env_var_dlg_base.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/envvar_table.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/filechecklist.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/filechecklistbase.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/filechecklistbase_liteeditor_bitmaps.cpp.o >[ 88%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/filedroptarget.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/fileexplorer.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/filehistory.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/fileview.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findinfiles_dlg.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findinfiles_dlg_formbuilder_bitmaps.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findinfilesdlg.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findreplacedlg.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findresultstab.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/findusagetab.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/foldermodel.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/frame.cpp.o >[ 89%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/free_text_dialog.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/functionsmodel.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/generalinfo.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/generic_context.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/iconsextra.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/implement_parent_virtual_functions.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/implementparentvirtualfunctionsbase.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/implfuncs_dlg_bitmaps.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/listctrlpanel.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/importfilesdialog_liteeditor_bitmaps.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/importfilesdialog_new.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/importfilessettings.cpp.o >[ 90%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/keyboardaccelemodel.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/listctrlpanel_formbuilder_bitmaps.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/listctrlpanelbase.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/localstable.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/mainbook.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/manage_perspective_dlg.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/manageperspectivesbasedlg.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/manager.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/memoryview.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/memoryviewbase.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/memoryviewbase_liteeditor_bitmaps.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/menu_event_handlers.cpp.o >[ 91%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/menumanager.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/message_pane.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/messagepane_base.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/messagepane_liteeditor_bitmaps.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/movefuncimplbasedlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/movefuncimpldlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/navbar.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_build_tab.cpp.o >In file included from /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/new_build_tab.cpp:26: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/LiteEditor/new_build_tab.h:31: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeLite/precompiled_header.h:32: >In file included from /usr/ports/editors/codelite/work/codelite-8.1/CodeLite/../PCH/precompiled_header_release.h:31: >In file included from /usr/local/include/wx-3.0/wx/wx.h:14: >In file included from /usr/local/include/wx-3.0/wx/defs.h:27: >In file included from /usr/local/include/wx-3.0/wx/platform.h:183: >/usr/local/lib/wx/include/gtk2-unicode-3.0/wx/setup.h:715:9: warning: 'HAVE_VARIADIC_MACROS' macro redefined >#define HAVE_VARIADIC_MACROS 1 > ^ >/usr/local/include/wx-3.0/wx/cpp.h:133:17: note: previous definition is here > #define HAVE_VARIADIC_MACROS > ^ >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_configuration_dlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_item_base_dlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_item_dlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_quick_watch_dlg.cpp.o >[ 92%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_virtual_folder.cpp.o >1 warning generated. >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_virtual_folder_liteeditor_bitmaps.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/new_workspace_dlg_liteeditor_bitmaps.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newquickwatch.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newquickwatch_liteeditor_bitmaps.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newversionbasedlg.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newversiondlg.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newworkspacebasedlg.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/newworkspacedlg.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/openwindowspanel.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/openwindowspanelbase.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/options_base_dlg2.cpp.o >[ 93%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/options_dlg2.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/optionsdialogbase2_liteeditor_bitmaps.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/output_pane.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/outputtabwindow.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/perspectivemanager.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/plugindlgbase.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/plugindlgbase_liteeditor_bitmaps.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/pluginmanager.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/pluginmgrdlg.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/project_settings_base_dlg.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/project_settings_dlg.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/project_settings_liteeditor_bitmaps.cpp.o >[ 94%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_build_events_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_compiler_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_completion_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_custom_build_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_custom_makefile_rules_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_debugger_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_environment_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_general_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_linker_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/ps_resources_page.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickdebug_formbuilder_bitmaps.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickdebugbase.cpp.o >[ 95%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickdebugdlg.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickfindbar.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickfindbarbase.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickfindbarbase_liteeditor_bitmaps.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/quickoutlinedlg.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/reconcileproject.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/reconcileproject_liteeditor_bitmaps.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/reconcileprojectbase.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/refactorindexbuildjob.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/rename_symbool_dlg.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/rename_symbool_dlg_formbuilder_bitmaps.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/renamesymboldlg.cpp.o >[ 96%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/replaceinfilespanel.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/resources.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/save_perspective_as_dlg.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/setters_getters.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/setters_getters_dlg.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/setters_getters_formbuilder_bitmaps.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/settersgettersmodel.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/shelltab.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/simpletable.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/simpletablebase.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/singleinstancethreadjob.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/stack_walker.cpp.o >[ 97%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/stalefilesmodel.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/stringhighlighterjob.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/symbols_dialog.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/symbols_dialog_base.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/syntaxhighlightbasedlg.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/syntaxhighlightbasedlg_liteeditor_bitmaps.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/syntaxhighlightdlg.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tabgroupbasedlgs.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tabgroupdlg.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tabgroupmanager.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tabgroupspane.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tags_options_base_dlg.cpp.o >[ 98%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tags_options_base_dlg_formbuilder_bitmaps.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tags_options_dlg.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tags_parser_search_path_dlg.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tagsparsersearchpathsbasedlg.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/taskpanel.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tasks_find_what_dlg.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tasksfindwhatdlgbase.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/theme_handler.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/threadlistbasepanel.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/threadlistpanel.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/tiptree.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/treebooknodebase.cpp.o >[ 99%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/webupdatethread.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/workspace_pane.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/workspacesettingsbase.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/workspacesettingsbase_liteeditor_bitmaps.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/workspacesettingsdlg.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/workspacetab.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/wxcAboutDlg.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/wxcl_log_text_ctrl.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/wxcrafter.cpp.o >[100%] Building CXX object LiteEditor/CMakeFiles/codelite.dir/wxcrafter_liteeditor_bitmaps.cpp.o >Linking CXX executable ../bin/codelite >[100%] Built target codelite >===> Staging for codelite-8.1 >===> codelite-8.1 depends on executable: xterm - found >===> codelite-8.1 depends on executable: cscope - found >===> codelite-8.1 depends on file: /usr/local/llvm34/lib/libclang.so - found >===> codelite-8.1 depends on executable: gtk-update-icon-cache - found >===> Generating temporary packing list >[ 0%] Built target sqlite3lib >[ 1%] Built target wxsqlite3 >[ 4%] Built target wxshapeframework >[ 5%] Built target databaselayersqlite >[ 14%] Built target libcodelite >[ 32%] Built target plugin >[ 32%] Built target abbreviation >[ 32%] Built target CallGraph >[ 32%] Built target ContinuousBuild >[ 32%] Built target DebuggerGDB >[ 33%] Built target Wizards >[ 34%] Built target Outline >[ 35%] Built target QMakePlugin >[ 36%] Built target UnitTestsPP >[ 36%] Built target cppchecker >[ 37%] Built target cscope >[ 38%] Built target wxFormBuilder >[ 38%] Built target MemCheck >[ 38%] Built target Tweaks >[ 39%] Built target CodeFormatter >[ 40%] Built target Copyright >[ 43%] Built target DatabaseExplorer >[ 44%] Built target ExternalTools >[ 44%] Built target SnipWiz >[ 47%] Built target Subversion >[ 48%] Built target ZoomNavigator >[ 50%] Built target git >[ 51%] Built target CMakePlugin >[ 52%] Built target CodeLiteDiff >[ 53%] Built target SpellCheck >[ 54%] Built target PHPParser >[ 55%] Built target PHPUnitTests >[ 59%] Built target codelitephp >[ 59%] Built target WordCompletion >[ 60%] Built target HelpPlugin >[ 86%] Built target codelite >[ 86%] Built target codelite-cc >[ 86%] Built target codelite-make >[ 87%] Built target codelite-terminal >[ 92%] Built target codelite_indexer >[ 96%] Built target codelite_cppcheck >[ 97%] Built target codelite-echo >[100%] Built target WebTools >[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/libwxsqlite3.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/libwxshapeframework.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/libdatabaselayersqlite.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/liblibcodelite.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/libplugin.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/abbreviation.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/CallGraph.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/ContinuousBuild.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/DebuggerGDB.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/Wizards.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/Outline.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/QMakePlugin.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/UnitTestsPP.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/cppchecker.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/cscope.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/wxFormBuilder.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/MemCheck.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/Tweaks.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/CodeFormatter.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/Copyright.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/DatabaseExplorer.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/ExternalTools.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/SnipWiz.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/Subversion.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/ZoomNavigator.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/git.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/CMakePlugin.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/CodeLiteDiff.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/SpellCheck.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/codelitephp.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/WordCompletion.so >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/HelpPlugin.so >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite-cc >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite-make >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite-terminal >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite_indexer >[0m[31m[1mLinking CXX executable CMakeFiles/CMakeRelink.dir/codelite_cppcheck >[0m[31m[1mLinking C executable CMakeFiles/CMakeRelink.dir/codelite-echo >[0m[31m[1mLinking CXX shared library CMakeFiles/CMakeRelink.dir/WebTools.so >[0m[36mInstalling the project stripped... >[0m-- Install configuration: "" >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/libwxsqlite3.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/libwxshapeframework.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/libdatabaselayersqlite.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/liblibcodelite.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/libplugin.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/abbreviation.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/CallGraph.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/ContinuousBuild.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/debuggers/DebuggerGDB.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/Wizards.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/Outline.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/QMakePlugin.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/UnitTestsPP.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/cppchecker.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/cscope.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/wxFormBuilder.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/MemCheck.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/Tweaks.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/CodeFormatter.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/astyle.sample >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/Copyright.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/DatabaseExplorer.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/ExternalTools.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/SnipWiz.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/Subversion.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/ZoomNavigator.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/git.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/CMakePlugin.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/CodeLiteDiff.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/SpellCheck.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/dics >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/dics/en_GB.aff >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/dics/en_GB.dic >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/dics/en_US.aff >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/dics/en_US.dic >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/codelitephp.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/PHP.zip >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/WordCompletion.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/HelpPlugin.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_exec >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_fix_files >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_kill_children >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_xterm >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/clg++ >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/clgcc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/codelite-icons-fresh-farm.zip >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/codelite-icons-dark.zip >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/codelite-icons.zip >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/LICENSE >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/man/man1 >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/man/man1/codelite-make.1 >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/man/man1/codelite.1 >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/man/man1/codelite_fix_files.1 >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/accelerators.conf.default >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/build_settings.xml.default >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/debuggers.xml.default >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/codelite.xml.default >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/applications/codelite.desktop >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/icons/hicolor/32x32/apps/codelite.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/abbrev.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/compfile.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/connect_no.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/cppcheck.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/qt16_new.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/qt16_preferences.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/qt24_new.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/qt24_preferences.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/svn_diff.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/svn_settings.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/svn_ssh.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/wxfb_conflict.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/wxfb_modified.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/resources/wxfb_ok.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/common_tasks.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/cubes.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/help_earth.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/plugin_not_ok.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/plugin_ok.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/recent_files.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/recent_workspaces.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/images/splashscreen.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/boost >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/boost/__init__.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/boost/printers.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/helper.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/libstdcxx >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/libstdcxx/__init__.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/libstdcxx/v6 >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/libstdcxx/v6/__init__.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/libstdcxx/v6/printers.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/qt4.py >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/gdb_printers/wx.py >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/unittest++1.3.tar.gz >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/lexers >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/lexers/lexers.json >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner/CDTemplate.cdp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner/HSCHTemplate.cdp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner/HSCHTemplateWithMain.cdp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner/SCHTemplate.cdp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/codedesigner/SCHTemplateWithMain.cdp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_dba.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_dba.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_dbl.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_dbl.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_wxdba.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/dataClass_wxdba.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_dba.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_dba.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_dbl.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_dbl.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_wxdba.ctmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/databaselayer/viewClass_wxdba.htmp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/formbuilder >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/formbuilder/DialogTemplate.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/formbuilder/DialogTemplateWithButtons.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/formbuilder/FrameTemplate.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/formbuilder/PanelTemplate.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/CMakeLists.txt.plugin.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/app.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/app.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-dialog.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-dialog.fbp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-dialog.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-frame.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-frame.fbp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/gui-frame.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/liteeditor-plugin.project.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/main-dialog.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/main-dialog.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/main-frame.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/main-frame.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/main.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/plugin.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/mainframe.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/mainframe.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/plugin.cpp.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/resources.rc.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/wx_pch.h.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/wxmain.project.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/wxproject-fb.project.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/gizmos/wxproject.project.wizard >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/CMake_Executable >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/CMake_Executable/CMakeLists.txt >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/CMake_Executable/CMake_Executable.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/CMake_Executable/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/CMake_Executable/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang++ >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang++/ConsoleClang++.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang++/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang/ConsoleClang.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/ConsoleClang/main.c >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/UnitTest++ >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/UnitTest++/UnitTest++.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/UnitTest++/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/UnitTest++/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk24_template >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk24_template/c_gtk24_template.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk24_template/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk24_template/main.c >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk3_template >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk3_template/c_gtk3_template.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk3_template/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/c_gtk3_template/main.c >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-executableU >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-executableU/build-file >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-executableU/cobra-executableU.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-libraryU >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-libraryU/cobra-library.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-libraryU/lib-build-files >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-staticU >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-staticU/build-file >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cobra-staticU/cobra-staticU.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template/cpp_gtkmm24_template.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template/cpp_gtkmm3_template.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/custom-makefile >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/custom-makefile/custom-makefile.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/custom-makefile/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library-wx-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project.windows >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library-wx-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library/dynamic-library.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library/dynamic-library.project.windows >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/dynamic-library/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-cobra >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-cobra/executable-cobra.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-cobra/main.cobra >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-console-wx-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-console-wx-enabled/executable-console-wx-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-console-wx-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-console-wx-enabled/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-gcc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-gcc/executable-gcc.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-gcc/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-gcc/main.c >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/executable-wx-frame.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/gui.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/gui.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/gui.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/main.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-frame/win_resources.rc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-enabled/executable-qt-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-enabled/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-qmake-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-qmake-enabled/executable-qt-qmake-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-qmake-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-qt-qmake-enabled/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/executable-wx-dialog.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/gui.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/gui.fbp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/gui.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/main.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-dialog/win_resources.rc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-enabled/executable-wx-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-enabled/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/executable-wx-xrc.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/gui.wxcp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/gui.xrc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wx-xrc/main.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/win_resources.rc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/wxCrafter_MainDialog.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.wxcp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter_bitmaps.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/win_resources.rc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/wxCrafter_MainFrame.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.wxcp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter_bitmaps.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable/executable.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/executable/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/non-code-project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/non-code-project/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/non-code-project/non-code.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library-wx-enabled >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library-wx-enabled/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library-wx-enabled/main.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library-wx-enabled/static-library-wx-enabled.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/static-library/static-library.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-dynamic-library >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-dynamic-library/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-dynamic-library/vc-dynamic-library.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-executable >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-executable/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-executable/vc-executable.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-static-lib >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-static-lib/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/vc-static-lib/vc-static-lib.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/wxWidgets_ConsoleApp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/wxWidgets_ConsoleApp/icon.png >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.cpp >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.h >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/projects/wxWidgets_ConsoleApp/wxWidgets_ConsoleApp.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/qmake >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/templates/qmake/qmake.project >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/rc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/rc/menu.xrc >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/locale >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/cs >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/cs/LC_MESSAGES >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/cs/LC_MESSAGES/codelite.mo >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/zh_CN >-- Up-to-date: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/zh_CN/LC_MESSAGES >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/codelite.mo >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-cc >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-make >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-terminal >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_indexer >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite_cppcheck >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/avr.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/gtk.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/posix.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/qt.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/sdl.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/std.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/config/cfg/windows.cfg >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-echo >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/WebTools.so >-- Installing: /usr/ports/editors/codelite/work/stage/usr/local/share/codelite/javascript.zip >====> Compressing man pages (compress-man) >===> Installing ldconfig configuration file >====> Checking for pkg-plist issues (check-plist) >===> Parsing plist >===> Checking for items in STAGEDIR missing from pkg-plist >===> Checking for items in pkg-plist which are not in STAGEDIR >Error: Missing: bin/codelite-clang >Error: Missing: bin/codelite-clang-format >Error: Missing: lib/codelite/libclang.so >Error: Missing: share/locale/cs/LC_MESSAGES/codelite.mo >Error: Missing: share/locale/zh_CN/LC_MESSAGES/codelite.mo >===> Error: Plist issues found. >*** Error code 1 > >Stop. >make: stopped in /usr/ports/editors/codelite >[79C Sun, 16 Aug 2015, 0:21:03[54C <FreeBSD 10.2-RELEASE> [bsd:/usr/ports/editors/codelite][23C [1m[4mcjpm@pts/0[24m #[m exit >exit > >Script done on Sun Aug 16 00:21:28 2015
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 202353
: 159910