Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix definition for glog #2500

Merged
merged 6 commits into from
Aug 20, 2020
Merged

Fix definition for glog #2500

merged 6 commits into from
Aug 20, 2020

Conversation

uilianries
Copy link
Member

Specify library name and version: glog/0.4.0

fixes #2494

/cc @SpaceIm @ShamanTcler

  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

Some configurations of 'glog/0.4.0' failed in build 1 (163c82eadada36512451a1ea11b1c000869db2a4):

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

All green in build 2 (34dbd9d10995fbcd8eceeaab2cdf31b4e9ce527c)! 😊

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

All green in build 3 (7ca12759d21dbf1abc737ac98829c07efe3bfd03)! 😊

jgsogo
jgsogo previously approved these changes Aug 13, 2020
SSE4
SSE4 previously approved these changes Aug 13, 2020
@SpaceIm
Copy link
Contributor

SpaceIm commented Aug 13, 2020

It's weird. When I try to build glog in this branch, I've tones of errors in test_package with Visual Studio 2019 (MSVC 19.26.28806.0):

  • if static: build of glog works without warning, but build of test_package fails.
  • if shared: build of glog works but with several warning about dll linkage (compile time: warning C4273: 'fLB::FLAGS_logtostderr': inconsistent dll linkage and link time: warning LNK4217), and build of test_package fails.

conan create . glog/0.4.0@ -o glog:shared=False

Click to expand log
conan create . glog/0.4.0@ -o glog:shared=False
[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
[HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
[HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
[HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
[HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 4.3642578125 KB
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['CMakeLists.txt', 'patches/**']
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
[HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
[HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
[HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
[HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
[HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
[HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
[HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
[HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
[HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
[HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
[HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK
[HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
Exporting package recipe
glog/0.4.0 exports: File 'conandata.yml' found. Exporting it...
glog/0.4.0 exports: Copied 1 '.yml' file: conandata.yml
glog/0.4.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt
glog/0.4.0 exports_sources: Copied 1 '.patch' file: fix-cmake.patch
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'0.4.0': {'sha256': 'f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c', 'url': 'https://github.com/google/glog/archive/v0.4.0.tar.gz'}}, 'patches': {'0.4.0': [{'patch_file': 'patches/fix-cmake.patch', 'base_path': 'source_subfolder'}]}}
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches:
  0.4.0:
  - base_path: source_subfolder
    patch_file: patches/fix-cmake.patch
sources:
  0.4.0:
    sha256: f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c
    url: https://github.com/google/glog/archive/v0.4.0.tar.gz

[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK
glog/0.4.0: A new conanfile.py version was exported
glog/0.4.0: Folder: C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\export
glog/0.4.0: Exported revision: 666d3c25b67c3938b7317594dfa198da
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=Visual Studio
compiler.runtime=MD
compiler.version=16
os=Windows
os_build=Windows
[options]
glog:shared=False
[build_requires]
[env]
CC=cl.exe
CXX=cl.exe
glog/0.4.0: Forced build from source
glog/0.4.0 (test package): Installing package
Requirements
    gflags/2.2.2 from 'conan-center' - Cache
    glog/0.4.0 from local cache - Cache
Packages
    gflags/2.2.2:276ecda833039958fbea98273ce18f54031274b8 - Cache
    glog/0.4.0:7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4 - Build

Installing (downloading, building) binaries...
gflags/2.2.2: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
[HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
glog/0.4.0: Configuring sources in C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\source
Downloading v0.4.0.tar.gz completed [196.25k]

[HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK
[HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK
glog/0.4.0: Copying sources to build folder
glog/0.4.0: Building your package in C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\build\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Generator cmake created conanbuildinfo.cmake
glog/0.4.0: Generator cmake_find_package created Findgflags.cmake
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
glog/0.4.0: Calling build()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: called inside local cache
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Conan: Using autogenerated Findgflags.cmake
-- Found gflags: 2.2.2 (found suitable version "2.2.2", minimum required is "2.2.0")
-- Library gflags_nothreads_static found C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Found: C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Library shlwapi not found in package, might be system one
-- Looking for gflags namespace
-- Looking for gflags namespace - failed
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for glob.h
-- Looking for glob.h - not found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pwd.h
-- Looking for pwd.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - not found
-- Looking for syscall.h
-- Looking for syscall.h - not found
-- Looking for syslog.h
-- Looking for syslog.h - not found
-- Looking for ucontext.h
-- Looking for ucontext.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for unwind.h
-- Looking for unwind.h - not found
-- Looking for C++ include ext/hash_map
-- Looking for C++ include ext/hash_map - not found
-- Looking for C++ include ext/hash_set
-- Looking for C++ include ext/hash_set - not found
-- Looking for C++ include ext/slist
-- Looking for C++ include ext/slist - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - not found
-- Looking for C++ include tr1/unordered_set
-- Looking for C++ include tr1/unordered_set - not found
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
-- Looking for C++ include unordered_set - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned __int16
-- Check size of unsigned __int16 - done
-- Check size of u_int16_t
-- Check size of u_int16_t - failed
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for pwrite
-- Looking for pwrite - not found
-- Looking for sigaction
-- Looking for sigaction - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Performing Test HAVE_NO_DEPRECATED
-- Performing Test HAVE_NO_DEPRECATED - Failed
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
-- Looking for get_static_proc_name in unwind - not found
-- Looking for UnDecorateSymbolName in dbghelp
-- Looking for UnDecorateSymbolName in dbghelp - found
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Failed
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Failed
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Failed
-- Performing Test HAVE_RWLOCK
-- Performing Test HAVE_RWLOCK - Failed
-- Performing Test HAVE___DECLSPEC
-- Performing Test HAVE___DECLSPEC - Success
-- Performing Test STL_NO_NAMESPACE
-- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
-- Performing Test HAVE_NAMESPACES - Success
-- Performing Test HAVE_GCC_TLS
-- Performing Test HAVE_GCC_TLS - Failed
-- Performing Test HAVE_MSVC_TLS
-- Performing Test HAVE_MSVC_TLS - Success
-- Performing Test HAVE_CXX11_TLS
-- Performing Test HAVE_CXX11_TLS - Success
-- Performing Test HAVE_ALIGNED_STORAGE
-- Performing Test HAVE_ALIGNED_STORAGE - Success
-- Performing Test HAVE_SYMBOLIZE
-- Performing Test HAVE_SYMBOLIZE - Success
-- Performing Test HAVE_LOCALTIME_R
-- Performing Test HAVE_LOCALTIME_R - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/build/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[1/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\raw_logging.cc.obj
[2/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\demangle.cc.obj
[3/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\symbolize.cc.obj
[4/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\utilities.cc.obj
[5/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\signalhandler.cc.obj
[6/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\logging.cc.obj
[7/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\vlog_is_on.cc.obj
[8/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\windows\port.cc.obj
[9/9] Linking CXX static library lib\glog.lib
glog/0.4.0: Package '7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4' built
glog/0.4.0: Build folder C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\build\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Generated conaninfo.txt
glog/0.4.0: Generated conanbuildinfo.txt
glog/0.4.0: Generating the package
glog/0.4.0: Package folder C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Calling package()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/raw_logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/stl_logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/vlog_is_on.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/log_severity.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-config.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-config-version.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-targets.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-targets-release.cmake
[HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK
[HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK
[HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK
[HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK
[HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK
[HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK
[HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK
[HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK
[HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK
glog/0.4.0 package(): Packaged 5 '.h' files
glog/0.4.0 package(): Packaged 1 '.lib' file: glog.lib
glog/0.4.0 package(): Packaged 1 file: COPYING
glog/0.4.0: Package '7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4' created
glog/0.4.0: Created package revision 7755d344974e7111fdfeb9f749a492ce
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
glog/0.4.0 (test package): Generator txt created conanbuildinfo.txt
glog/0.4.0 (test package): Generator cmake created conanbuildinfo.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTarget-release.cmake
glog/0.4.0 (test package): Generated conaninfo.txt
glog/0.4.0 (test package): Generated graphinfo
Using lockfile: 'D:\dev\projects\conan-center-index\recipes\glog\all\test_package\build\1cd26f84a23a6a9c59912112e28e1aa2a5a85a54/conan.lock'
Using cached profile from lockfile
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
glog/0.4.0 (test package): Calling build()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Library glog found C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Found: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Library glog found C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Found: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Library gflags_nothreads_static found C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Found: C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Library shlwapi not found in package, might be system one
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY


-- Build files have been written to: D:/dev/projects/conan-center-index/recipes/glog/all/test_package/build/1cd26f84a23a6a9c59912112e28e1aa2a5a85a54
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[1/2] Building CXX object CMakeFiles\test_package.dir\test_package.cpp.obj
FAILED: CMakeFiles/test_package.dir/test_package.cpp.obj
C:\PROGRA~2\MICROS~4\2019\COMMUN~1\VC\Tools\MSVC\1426~1.288\bin\Hostx64\x64\cl.exe  /nologo /TP -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL -IC:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include -IC:\Users\spaceim\.conan\data\gflags\2.2.2\_\_\package\276ecda833039958fbea98273ce18f54031274b8\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc  /MP4 /MD /O2 /Ob2 /DNDEBUG    -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL /showIncludes /FoCMakeFiles\test_package.dir\test_package.cpp.obj /FdCMakeFiles\test_package.dir\ /FS -c ..\..\test_package.cpp
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/log_severity.h(64): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/vlog_is_on.h(104): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/vlog_is_on.h(123): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(517): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(520): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(523): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(645): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(645): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(647): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(647): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(649): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(649): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(673): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(673): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(673): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(673): error C2447: '{': missing function header (old-style formal list?)C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(808): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(809): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(810): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(811): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(938): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1114): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1114): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1114): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1114): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1114): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1142): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1142): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1142): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1142): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1294): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1294): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1294): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1294): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1294): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1304): error C3861: 'LogMessage': identifier not found
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1355): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1360): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1360): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1360): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1360): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1360): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1379): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1379): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1379): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1379): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1390): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1395): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1402): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1411): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1419): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1419): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1419): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1419): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1454): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1455): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1463): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1471): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1476): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1484): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1489): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1492): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1502): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1508): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1517): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1523): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1527): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1542): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1542): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1542): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1542): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1571): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1576): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1591): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1595): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2653: 'LogMessage': is not a class or namespace name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1598): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2143: syntax error: missing ';' before '&'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C7525: inline variables require at least '/std:c++17'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2065: 'str': undeclared identifier
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2059: syntax error: 'const'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1623): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2989: 'google::<unnamed-tag>': class template has already been declared as a non-class template
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1627): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1651): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1651): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1657): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1657): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4\include\glog/logging.h(1657): fatal error C1003: error count exceeds 100; stopping compilation
ninja: build stopped: subcommand failed.

conan create . glog/0.4.0@ -o glog:shared=True

Click to expand log
conan create . glog/0.4.0@ -o glog:shared=True
[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
[HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
[HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
[HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
[HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 4.3642578125 KB
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['CMakeLists.txt', 'patches/**']
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
[HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
[HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
[HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
[HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
[HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
[HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
[HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
[HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
[HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
[HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
[HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK
[HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
Exporting package recipe
glog/0.4.0 exports: File 'conandata.yml' found. Exporting it...
glog/0.4.0 exports: Copied 1 '.yml' file: conandata.yml
glog/0.4.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt
glog/0.4.0 exports_sources: Copied 1 '.patch' file: fix-cmake.patch
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'0.4.0': {'sha256': 'f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c', 'url': 'https://github.com/google/glog/archive/v0.4.0.tar.gz'}}, 'patches': {'0.4.0': [{'patch_file': 'patches/fix-cmake.patch', 'base_path': 'source_subfolder'}]}}
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches:
  0.4.0:
  - base_path: source_subfolder
    patch_file: patches/fix-cmake.patch
sources:
  0.4.0:
    sha256: f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c
    url: https://github.com/google/glog/archive/v0.4.0.tar.gz

[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK
glog/0.4.0: The stored package has not changed
glog/0.4.0: Exported revision: 666d3c25b67c3938b7317594dfa198da
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=Visual Studio
compiler.runtime=MD
compiler.version=16
os=Windows
os_build=Windows
[options]
glog:shared=True
[build_requires]
[env]
CC=cl.exe
CXX=cl.exe
glog/0.4.0: Forced build from source
glog/0.4.0 (test package): Installing package
Requirements
    gflags/2.2.2 from 'conan-center' - Cache
    glog/0.4.0 from local cache - Cache
Packages
    gflags/2.2.2:ed160c62813fa6d86d309b2f7e6e791ae96da725 - Cache
    glog/0.4.0:0f6c072dc37dcbff023d073d38a3da84abbd1529 - Build

Installing (downloading, building) binaries...
gflags/2.2.2: Already installed!
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
glog/0.4.0: Copying sources to build folder
glog/0.4.0: Building your package in C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\build\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Generator cmake_find_package created Findgflags.cmake
glog/0.4.0: Generator cmake created conanbuildinfo.cmake
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
glog/0.4.0: Calling build()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: called inside local cache
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Conan: Using autogenerated Findgflags.cmake
-- Found gflags: 2.2.2 (found suitable version "2.2.2", minimum required is "2.2.0")
-- Library gflags_nothreads found C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Found: C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Library shlwapi not found in package, might be system one
-- Looking for gflags namespace
-- Looking for gflags namespace - failed
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for glob.h
-- Looking for glob.h - not found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pwd.h
-- Looking for pwd.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - not found
-- Looking for syscall.h
-- Looking for syscall.h - not found
-- Looking for syslog.h
-- Looking for syslog.h - not found
-- Looking for ucontext.h
-- Looking for ucontext.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for unwind.h
-- Looking for unwind.h - not found
-- Looking for C++ include ext/hash_map
-- Looking for C++ include ext/hash_map - not found
-- Looking for C++ include ext/hash_set
-- Looking for C++ include ext/hash_set - not found
-- Looking for C++ include ext/slist
-- Looking for C++ include ext/slist - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - not found
-- Looking for C++ include tr1/unordered_set
-- Looking for C++ include tr1/unordered_set - not found
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
-- Looking for C++ include unordered_set - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned __int16
-- Check size of unsigned __int16 - done
-- Check size of u_int16_t
-- Check size of u_int16_t - failed
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for pwrite
-- Looking for pwrite - not found
-- Looking for sigaction
-- Looking for sigaction - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Performing Test HAVE_NO_DEPRECATED
-- Performing Test HAVE_NO_DEPRECATED - Failed
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
-- Looking for get_static_proc_name in unwind - not found
-- Looking for UnDecorateSymbolName in dbghelp
-- Looking for UnDecorateSymbolName in dbghelp - found
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Failed
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Failed
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Failed
-- Performing Test HAVE_RWLOCK
-- Performing Test HAVE_RWLOCK - Failed
-- Performing Test HAVE___DECLSPEC
-- Performing Test HAVE___DECLSPEC - Success
-- Performing Test STL_NO_NAMESPACE
-- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
-- Performing Test HAVE_NAMESPACES - Success
-- Performing Test HAVE_GCC_TLS
-- Performing Test HAVE_GCC_TLS - Failed
-- Performing Test HAVE_MSVC_TLS
-- Performing Test HAVE_MSVC_TLS - Success
-- Performing Test HAVE_CXX11_TLS
-- Performing Test HAVE_CXX11_TLS - Success
-- Performing Test HAVE_ALIGNED_STORAGE
-- Performing Test HAVE_ALIGNED_STORAGE - Success
-- Performing Test HAVE_SYMBOLIZE
-- Performing Test HAVE_SYMBOLIZE - Success
-- Performing Test HAVE_LOCALTIME_R
-- Performing Test HAVE_LOCALTIME_R - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/build/0f6c072dc37dcbff023d073d38a3da84abbd1529
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[1/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\demangle.cc.obj
[2/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\symbolize.cc.obj
[3/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\utilities.cc.obj
[4/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\raw_logging.cc.obj
[5/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\logging.cc.obj
source_subfolder\src\logging.cc(107): warning C4273: 'fLB::FLAGS_logtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(334): note: see previous definition of 'FLAGS_logtostderr'
source_subfolder\src\logging.cc(109): warning C4273: 'fLB::FLAGS_alsologtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(337): note: see previous definition of 'FLAGS_alsologtostderr'
source_subfolder\src\logging.cc(111): warning C4273: 'fLB::FLAGS_colorlogtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(340): note: see previous definition of 'FLAGS_colorlogtostderr'
source_subfolder\src\logging.cc(127): warning C4273: 'fLI::FLAGS_stderrthreshold': inconsistent dll linkage
source_subfolder\glog/logging.h(344): note: see previous definition of 'FLAGS_stderrthreshold'
source_subfolder\src\logging.cc(133): warning C4273: 'fLB::FLAGS_log_prefix': inconsistent dll linkage
source_subfolder\glog/logging.h(347): note: see previous definition of 'FLAGS_log_prefix'
source_subfolder\src\logging.cc(135): warning C4273: 'fLI::FLAGS_minloglevel': inconsistent dll linkage
source_subfolder\glog/logging.h(358): note: see previous definition of 'FLAGS_minloglevel'
source_subfolder\src\logging.cc(139): warning C4273: 'fLI::FLAGS_logbuflevel': inconsistent dll linkage
source_subfolder\glog/logging.h(351): note: see previous definition of 'FLAGS_logbuflevel'
source_subfolder\src\logging.cc(141): warning C4273: 'fLI::FLAGS_logbufsecs': inconsistent dll linkage
source_subfolder\glog/logging.h(354): note: see previous definition of 'FLAGS_logbufsecs'
source_subfolder\src\logging.cc(163): warning C4273: 'fLI::FLAGS_logfile_mode': inconsistent dll linkage
source_subfolder\glog/logging.h(365): note: see previous definition of 'FLAGS_logfile_mode'
source_subfolder\src\logging.cc(167): warning C4273: 'fLS::FLAGS_log_dir': inconsistent dll linkage
source_subfolder\glog/logging.h(362): note: see previous definition of 'FLAGS_log_dir'
source_subfolder\src\logging.cc(169): warning C4273: 'fLS::FLAGS_log_link': inconsistent dll linkage
source_subfolder\glog/logging.h(369): note: see previous definition of 'FLAGS_log_link'
source_subfolder\src\logging.cc(173): warning C4273: 'fLI::FLAGS_max_log_size': inconsistent dll linkage
source_subfolder\glog/logging.h(374): note: see previous definition of 'FLAGS_max_log_size'
source_subfolder\src\logging.cc(176): warning C4273: 'fLB::FLAGS_stop_logging_if_full_disk': inconsistent dll linkage
source_subfolder\glog/logging.h(377): note: see previous definition of 'FLAGS_stop_logging_if_full_disk'
[6/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\signalhandler.cc.obj
[7/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\vlog_is_on.cc.obj
source_subfolder\src\vlog_is_on.cc(53): warning C4273: 'fLI::FLAGS_v': inconsistent dll linkage
source_subfolder\glog/logging.h(371): note: see previous definition of 'FLAGS_v'
[8/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\windows\port.cc.obj
[9/9] Linking CXX shared library bin\glog.dll
   Creating library lib\glog.lib and object lib\glog.exp
LINK : warning LNK4217: symbol '?FLAGS_v@fLI@@3HA (int fLI::FLAGS_v)' defined in 'vlog_is_on.cc.obj' is imported by 'logging.cc.obj' in function '"bool __cdecl google::SendEmailInternal(char const *,char const *,char const *,bool)" (?SendEmailInternal@google@@YA_NPEBD00_N@Z)'
LINK : warning LNK4217: symbol '?FLAGS_logtostderr@fLB@@3_NA (bool fLB::FLAGS_logtostderr)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void __cdecl google::RawLog__(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'
LINK : warning LNK4217: symbol '?FLAGS_alsologtostderr@fLB@@3_NA (bool fLB::FLAGS_alsologtostderr)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void __cdecl google::RawLog__(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'
LINK : warning LNK4217: symbol '?FLAGS_stderrthreshold@fLI@@3HA (int fLI::FLAGS_stderrthreshold)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void __cdecl google::RawLog__(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'
glog/0.4.0: Package '0f6c072dc37dcbff023d073d38a3da84abbd1529' built
glog/0.4.0: Build folder C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\build\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Generated conaninfo.txt
glog/0.4.0: Generated conanbuildinfo.txt
glog/0.4.0: Generating the package
glog/0.4.0: Package folder C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Calling package()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/bin/glog.dll
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/raw_logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/stl_logging.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/vlog_is_on.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/log_severity.h
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-config.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-config-version.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-targets.cmake
-- Installing: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-targets-release.cmake
[HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK
[HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK
[HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK
[HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK
[HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK
[HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK
[HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK
[HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK
[HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK
glog/0.4.0 package(): Packaged 1 '.dll' file: glog.dll
glog/0.4.0 package(): Packaged 5 '.h' files
glog/0.4.0 package(): Packaged 1 '.lib' file: glog.lib
glog/0.4.0 package(): Packaged 1 file: COPYING
glog/0.4.0: Package '0f6c072dc37dcbff023d073d38a3da84abbd1529' created
glog/0.4.0: Created package revision 535b4509ab367a515ba7f7cacbd66124
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
glog/0.4.0 (test package): Generator txt created conanbuildinfo.txt
glog/0.4.0 (test package): Generator cmake created conanbuildinfo.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTarget-release.cmake
glog/0.4.0 (test package): Generated conaninfo.txt
glog/0.4.0 (test package): Generated graphinfo
Using lockfile: 'D:\dev\projects\conan-center-index\recipes\glog\all\test_package\build\fc28366829a59842141578dad0f1a75354ac9b9a/conan.lock'
Using cached profile from lockfile
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
glog/0.4.0 (test package): Calling build()
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Library glog found C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Found: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Library glog found C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Found: C:/Users/spaceim/.conan/data/glog/0.4.0/_/_/package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Library gflags_nothreads found C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Found: C:/Users/spaceim/.conan/data/gflags/2.2.2/_/_/package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Library shlwapi not found in package, might be system one
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY


-- Build files have been written to: D:/dev/projects/conan-center-index/recipes/glog/all/test_package/build/fc28366829a59842141578dad0f1a75354ac9b9a
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.5
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
[1/2] Building CXX object CMakeFiles\test_package.dir\test_package.cpp.obj
FAILED: CMakeFiles/test_package.dir/test_package.cpp.obj
C:\PROGRA~2\MICROS~4\2019\COMMUN~1\VC\Tools\MSVC\1426~1.288\bin\Hostx64\x64\cl.exe  /nologo /TP -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL -IC:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include -IC:\Users\spaceim\.conan\data\gflags\2.2.2\_\_\package\ed160c62813fa6d86d309b2f7e6e791ae96da725\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc  /MP4 /MD /O2 /Ob2 /DNDEBUG    -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL /showIncludes /FoCMakeFiles\test_package.dir\test_package.cpp.obj /FdCMakeFiles\test_package.dir\ /FS -c ..\..\test_package.cpp
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/log_severity.h(64): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/vlog_is_on.h(104): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/vlog_is_on.h(123): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(517): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(520): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(523): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(645): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(645): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(647): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(647): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(649): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(649): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(673): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(673): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(673): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(673): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(808): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(809): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(810): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(811): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(938): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1114): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1114): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1114): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1114): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1114): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1142): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1142): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1142): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1142): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1294): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1294): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1294): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1294): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1294): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1304): error C3861: 'LogMessage': identifier not found
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1355): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1360): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1360): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1360): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1360): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1360): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1379): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1379): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1379): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1379): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1390): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1395): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1402): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1411): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1419): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1419): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1419): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1419): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1454): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1455): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1463): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1471): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1476): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1484): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1489): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1492): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1502): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1508): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1517): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1523): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1527): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1542): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1542): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1542): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1542): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1571): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1576): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1591): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1595): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2653: 'LogMessage': is not a class or namespace name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1598): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2143: syntax error: missing ';' before '&'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C7525: inline variables require at least '/std:c++17'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2065: 'str': undeclared identifier
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2059: syntax error: 'const'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1623): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2332: 'class': missing tag name
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2989: 'google::<unnamed-tag>': class template has already been declared as a non-class template
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2059: syntax error: 'public'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2143: syntax error: missing ';' before '{'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1627): error C2447: '{': missing function header (old-style formal list?)
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1651): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1651): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1657): error C2988: unrecognizable template declaration/definition
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1657): error C2059: syntax error: 'constant'
C:\Users\spaceim\.conan\data\glog\0.4.0\_\_\package\0f6c072dc37dcbff023d073d38a3da84abbd1529\include\glog/logging.h(1657): fatal error C1003: error count exceeds 100; stopping compilation
ninja: build stopped: subcommand failed.

@jgsogo
Copy link
Contributor

jgsogo commented Aug 13, 2020

I would love CCI to reproduce those errors... we are not using exactly the same VS version, but I wouldn't expect those errors. Maybe related to ninja? Any other big difference in your build?

@SpaceIm
Copy link
Contributor

SpaceIm commented Aug 13, 2020

Except Visual Studio 2019 version and Ninja generator, no difference I think.

@uilianries
Copy link
Member Author

I'll try to reproduce later, but before pushing it was working on my machine.

@uilianries
Copy link
Member Author

I'm running MSVC 19.26.28806.0 too, but I see no errors:

Glog 0.4.0 as static:

Click to expand log Exporting package recipe glog/0.4.0 exports: File 'conandata.yml' found. Exporting it... glog/0.4.0 exports: Copied 1 '.yml' file: conandata.yml glog/0.4.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt glog/0.4.0 exports_sources: Copied 1 '.patch' file: fix-cmake.patch glog/0.4.0: The stored package has not changed glog/0.4.0: Exported revision: 534d506951fe40f5c4bb1f7b01bf3f7b Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=16 os=Windows os_build=Windows [options] glog:shared=False [build_requires] [env] CONAN_CMAKE_GENERATOR=Ninja glog/0.4.0: Forced build from source glog/0.4.0 (test package): Installing package Requirements gflags/2.2.2 from 'conan-center' - Cache glog/0.4.0 from local cache - Cache Packages gflags/2.2.2:276ecda833039958fbea98273ce18f54031274b8 - Cache glog/0.4.0:7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4 - Build

Installing (downloading, building) binaries...
gflags/2.2.2: Already installed!
glog/0.4.0: Copying sources to build folder
glog/0.4.0: Building your package in C:\Users\uilia.conan\data\glog\0.4.0__\build\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Generator cmake created conanbuildinfo.cmake
glog/0.4.0: Generator cmake_find_package created Findgflags.cmake
glog/0.4.0: Calling build()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: called inside local cache
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Conan: Using autogenerated Findgflags.cmake
-- Found gflags: 2.2.2 (found suitable version "2.2.2", minimum required is "2.2.0")
-- Library gflags_nothreads_static found C:/Users/uilia/.conan/data/gflags/2.2.2///package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Found: C:/Users/uilia/.conan/data/gflags/2.2.2///package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Library shlwapi not found in package, might be system one
-- Looking for gflags namespace
-- Looking for gflags namespace - failed
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for glob.h
-- Looking for glob.h - not found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pwd.h
-- Looking for pwd.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - not found
-- Looking for syscall.h
-- Looking for syscall.h - not found
-- Looking for syslog.h
-- Looking for syslog.h - not found
-- Looking for ucontext.h
-- Looking for ucontext.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for unwind.h
-- Looking for unwind.h - not found
-- Looking for C++ include ext/hash_map
-- Looking for C++ include ext/hash_map - not found
-- Looking for C++ include ext/hash_set
-- Looking for C++ include ext/hash_set - not found
-- Looking for C++ include ext/slist
-- Looking for C++ include ext/slist - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - not found
-- Looking for C++ include tr1/unordered_set
-- Looking for C++ include tr1/unordered_set - not found
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
-- Looking for C++ include unordered_set - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned int16
-- Check size of unsigned int16 - done
-- Check size of u_int16_t
-- Check size of u_int16_t - failed
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for pwrite
-- Looking for pwrite - not found
-- Looking for sigaction
-- Looking for sigaction - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Performing Test HAVE_NO_DEPRECATED
-- Performing Test HAVE_NO_DEPRECATED - Failed
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
-- Looking for get_static_proc_name in unwind - not found
-- Looking for UnDecorateSymbolName in dbghelp
-- Looking for UnDecorateSymbolName in dbghelp - found
-- Performing Test HAVE___ATTRIBUTE
-- Performing Test HAVE___ATTRIBUTE
- Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Failed
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Failed
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Failed
-- Performing Test HAVE_RWLOCK
-- Performing Test HAVE_RWLOCK - Failed
-- Performing Test HAVE___DECLSPEC
-- Performing Test HAVE___DECLSPEC - Success
-- Performing Test STL_NO_NAMESPACE
-- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
-- Performing Test HAVE_NAMESPACES - Success
-- Performing Test HAVE_GCC_TLS
-- Performing Test HAVE_GCC_TLS - Failed
-- Performing Test HAVE_MSVC_TLS
-- Performing Test HAVE_MSVC_TLS - Success
-- Performing Test HAVE_CXX11_TLS
-- Performing Test HAVE_CXX11_TLS - Success
-- Performing Test HAVE_ALIGNED_STORAGE
-- Performing Test HAVE_ALIGNED_STORAGE - Success
-- Performing Test HAVE_SYMBOLIZE
-- Performing Test HAVE_SYMBOLIZE - Success
-- Performing Test HAVE_LOCALTIME_R
-- Performing Test HAVE_LOCALTIME_R - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/uilia/.conan/data/glog/0.4.0///build/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[1/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\windows\port.cc.obj

[2/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\demangle.cc.obj

[3/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\symbolize.cc.obj

[4/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\utilities.cc.obj

[5/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\vlog_is_on.cc.obj

[6/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\raw_logging.cc.obj

[7/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\signalhandler.cc.obj

[8/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\logging.cc.obj

[9/9] Linking CXX static library lib\glog.lib

glog/0.4.0: Package '7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4' built
glog/0.4.0: Build folder C:\Users\uilia.conan\data\glog\0.4.0__\build\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Generated conaninfo.txt
glog/0.4.0: Generated conanbuildinfo.txt
glog/0.4.0: Generating the package
glog/0.4.0: Package folder C:\Users\uilia.conan\data\glog\0.4.0__\package\7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4
glog/0.4.0: Calling package()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[0/1] Install the project...

-- Install configuration: "Release"
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/raw_logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/stl_logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/vlog_is_on.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/include/glog/log_severity.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-config.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-config-version.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-targets.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/cmake/glog/glog-targets-release.cmake
glog/0.4.0 package(): Packaged 5 '.h' files
glog/0.4.0 package(): Packaged 1 '.lib' file: glog.lib
glog/0.4.0 package(): Packaged 1 file: COPYING
glog/0.4.0: Package '7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4' created
glog/0.4.0: Created package revision 2bf652747a6f33a3046ad164a098b938
glog/0.4.0 (test package): Generator cmake created conanbuildinfo.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfigVersion.cmake
glog/0.4.0 (test package): Generator txt created conanbuildinfo.txt
glog/0.4.0 (test package): Generated conaninfo.txt
glog/0.4.0 (test package): Generated graphinfo
Using lockfile: 'C:\Users\uilia\Development\conan\conan-center-index\recipes\glog\all\test_package\build\0dacb45415de6fc57c5a88360430ac62dd6dcca1/conan.lock'
Using cached profile from lockfile
glog/0.4.0 (test package): Calling build()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Library glog found C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Found: C:/Users/uilia/.conan/data/glog/0.4.0///package/7388bbc133673b4a6d4abbc3dc58a3c2c9fc3fa4/lib/glog.lib
-- Library gflags_nothreads_static found C:/Users/uilia/.conan/data/gflags/2.2.2///package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Found: C:/Users/uilia/.conan/data/gflags/2.2.2///package/276ecda833039958fbea98273ce18f54031274b8/lib/gflags_nothreads_static.lib
-- Library shlwapi not found in package, might be system one
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

CMAKE_EXPORT_NO_PACKAGE_REGISTRY

-- Build files have been written to: C:/Users/uilia/Development/conan/conan-center-index/recipes/glog/all/test_package/build/0dacb45415de6fc57c5a88360430ac62dd6dcca1


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[1/2] Building CXX object CMakeFiles\test_package.dir\test_package.cpp.obj

[2/2] Linking CXX executable bin\test_package.exe

glog/0.4.0 (test package): Running test()

Glog 0.4.0 as shared (same warnings, but no errors):

Click to expand log Exporting package recipe glog/0.4.0 exports: File 'conandata.yml' found. Exporting it... glog/0.4.0 exports: Copied 1 '.yml' file: conandata.yml glog/0.4.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt glog/0.4.0 exports_sources: Copied 1 '.patch' file: fix-cmake.patch glog/0.4.0: The stored package has not changed glog/0.4.0: Exported revision: 534d506951fe40f5c4bb1f7b01bf3f7b Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=16 os=Windows os_build=Windows [options] glog:shared=True [build_requires] [env] CONAN_CMAKE_GENERATOR=Ninja glog/0.4.0: Forced build from source glog/0.4.0 (test package): Installing package Requirements gflags/2.2.2 from 'conan-center' - Cache glog/0.4.0 from local cache - Cache Packages gflags/2.2.2:ed160c62813fa6d86d309b2f7e6e791ae96da725 - Cache glog/0.4.0:0f6c072dc37dcbff023d073d38a3da84abbd1529 - Build

Installing (downloading, building) binaries...
gflags/2.2.2: Already installed!
glog/0.4.0: Copying sources to build folder
glog/0.4.0: Building your package in C:\Users\uilia.conan\data\glog\0.4.0__\build\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Generator cmake created conanbuildinfo.cmake
glog/0.4.0: Generator cmake_find_package created Findgflags.cmake
glog/0.4.0: Calling build()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: called inside local cache
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Conan: Using autogenerated Findgflags.cmake
-- Found gflags: 2.2.2 (found suitable version "2.2.2", minimum required is "2.2.0")
-- Library gflags_nothreads found C:/Users/uilia/.conan/data/gflags/2.2.2///package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Found: C:/Users/uilia/.conan/data/gflags/2.2.2///package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Library shlwapi not found in package, might be system one
-- Looking for gflags namespace
-- Looking for gflags namespace - failed
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for glob.h
-- Looking for glob.h - not found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pwd.h
-- Looking for pwd.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - not found
-- Looking for syscall.h
-- Looking for syscall.h - not found
-- Looking for syslog.h
-- Looking for syslog.h - not found
-- Looking for ucontext.h
-- Looking for ucontext.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for unwind.h
-- Looking for unwind.h - not found
-- Looking for C++ include ext/hash_map
-- Looking for C++ include ext/hash_map - not found
-- Looking for C++ include ext/hash_set
-- Looking for C++ include ext/hash_set - not found
-- Looking for C++ include ext/slist
-- Looking for C++ include ext/slist - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - not found
-- Looking for C++ include tr1/unordered_set
-- Looking for C++ include tr1/unordered_set - not found
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
-- Looking for C++ include unordered_set - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned int16
-- Check size of unsigned int16 - done
-- Check size of u_int16_t
-- Check size of u_int16_t - failed
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for fcntl
-- Looking for fcntl - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for pwrite
-- Looking for pwrite - not found
-- Looking for sigaction
-- Looking for sigaction - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Performing Test HAVE_NO_DEPRECATED
-- Performing Test HAVE_NO_DEPRECATED - Failed
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
-- Looking for get_static_proc_name in unwind - not found
-- Looking for UnDecorateSymbolName in dbghelp
-- Looking for UnDecorateSymbolName in dbghelp - found
-- Performing Test HAVE___ATTRIBUTE
-- Performing Test HAVE___ATTRIBUTE
- Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Failed
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Failed
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Failed
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Failed
-- Performing Test HAVE_RWLOCK
-- Performing Test HAVE_RWLOCK - Failed
-- Performing Test HAVE___DECLSPEC
-- Performing Test HAVE___DECLSPEC - Success
-- Performing Test STL_NO_NAMESPACE
-- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
-- Performing Test HAVE_NAMESPACES - Success
-- Performing Test HAVE_GCC_TLS
-- Performing Test HAVE_GCC_TLS - Failed
-- Performing Test HAVE_MSVC_TLS
-- Performing Test HAVE_MSVC_TLS - Success
-- Performing Test HAVE_CXX11_TLS
-- Performing Test HAVE_CXX11_TLS - Success
-- Performing Test HAVE_ALIGNED_STORAGE
-- Performing Test HAVE_ALIGNED_STORAGE - Success
-- Performing Test HAVE_SYMBOLIZE
-- Performing Test HAVE_SYMBOLIZE - Success
-- Performing Test HAVE_LOCALTIME_R
-- Performing Test HAVE_LOCALTIME_R - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/uilia/.conan/data/glog/0.4.0///build/0f6c072dc37dcbff023d073d38a3da84abbd1529


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[1/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\windows\port.cc.obj

[2/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\raw_logging.cc.obj

[3/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\demangle.cc.obj

[4/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\signalhandler.cc.obj

[5/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\symbolize.cc.obj

[6/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\vlog_is_on.cc.obj

source_subfolder\src\vlog_is_on.cc(53): warning C4273: 'fLI::FLAGS_v': inconsistent dll linkage
source_subfolder\glog/logging.h(371): note: see previous definition of 'FLAGS_v'
[7/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\utilities.cc.obj

[8/9] Building CXX object source_subfolder\CMakeFiles\glog.dir\src\logging.cc.obj

source_subfolder\src\logging.cc(107): warning C4273: 'fLB::FLAGS_logtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(334): note: see previous definition of 'FLAGS_logtostderr'
source_subfolder\src\logging.cc(109): warning C4273: 'fLB::FLAGS_alsologtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(337): note: see previous definition of 'FLAGS_alsologtostderr'
source_subfolder\src\logging.cc(111): warning C4273: 'fLB::FLAGS_colorlogtostderr': inconsistent dll linkage
source_subfolder\glog/logging.h(340): note: see previous definition of 'FLAGS_colorlogtostderr'
source_subfolder\src\logging.cc(127): warning C4273: 'fLI::FLAGS_stderrthreshold': inconsistent dll linkage
source_subfolder\glog/logging.h(344): note: see previous definition of 'FLAGS_stderrthreshold'
source_subfolder\src\logging.cc(133): warning C4273: 'fLB::FLAGS_log_prefix': inconsistent dll linkage
source_subfolder\glog/logging.h(347): note: see previous definition of 'FLAGS_log_prefix'
source_subfolder\src\logging.cc(135): warning C4273: 'fLI::FLAGS_minloglevel': inconsistent dll linkage
source_subfolder\glog/logging.h(358): note: see previous definition of 'FLAGS_minloglevel'
source_subfolder\src\logging.cc(139): warning C4273: 'fLI::FLAGS_logbuflevel': inconsistent dll linkage
source_subfolder\glog/logging.h(351): note: see previous definition of 'FLAGS_logbuflevel'
source_subfolder\src\logging.cc(141): warning C4273: 'fLI::FLAGS_logbufsecs': inconsistent dll linkage
source_subfolder\glog/logging.h(354): note: see previous definition of 'FLAGS_logbufsecs'
source_subfolder\src\logging.cc(163): warning C4273: 'fLI::FLAGS_logfile_mode': inconsistent dll linkage
source_subfolder\glog/logging.h(365): note: see previous definition of 'FLAGS_logfile_mode'
source_subfolder\src\logging.cc(167): warning C4273: 'fLS::FLAGS_log_dir': inconsistent dll linkage
source_subfolder\glog/logging.h(362): note: see previous definition of 'FLAGS_log_dir'
source_subfolder\src\logging.cc(169): warning C4273: 'fLS::FLAGS_log_link': inconsistent dll linkage
source_subfolder\glog/logging.h(369): note: see previous definition of 'FLAGS_log_link'
source_subfolder\src\logging.cc(173): warning C4273: 'fLI::FLAGS_max_log_size': inconsistent dll linkage
source_subfolder\glog/logging.h(374): note: see previous definition of 'FLAGS_max_log_size'
source_subfolder\src\logging.cc(176): warning C4273: 'fLB::FLAGS_stop_logging_if_full_disk': inconsistent dll linkage
source_subfolder\glog/logging.h(377): note: see previous definition of 'FLAGS_stop_logging_if_full_disk'
[9/9] Linking CXX shared library bin\glog.dll

Creating library lib\glog.lib and object lib\glog.exp

LINK : warning LNK4217: symbol '?FLAGS_v@fLI@@3Ha (int fLI::FLAGS_v)' defined in 'vlog_is_on.cc.obj' is imported by 'logging.cc.obj' in function '"bool __cdecl google::SendEmailInternal(char const *,char const *,char const *,bool)" (?SendEmailInternal@google@@YA_NPEBD00_N@Z)'

LINK : warning LNK4217: symbol '?FLAGS_logtostderr@fLB@@3_NA (bool fLB::FLAGS_logtostderr)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void cdecl google::RawLog(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'

LINK : warning LNK4217: symbol '?FLAGS_alsologtostderr@fLB@@3_NA (bool fLB::FLAGS_alsologtostderr)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void cdecl google::RawLog(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'

LINK : warning LNK4217: symbol '?FLAGS_stderrthreshold@fLI@@3Ha (int fLI::FLAGS_stderrthreshold)' defined in 'logging.cc.obj' is imported by 'raw_logging.cc.obj' in function '"void cdecl google::RawLog(int,char const *,int,char const *,...)" (?RawLog__@google@@YAXHPEBDH0ZZ)'

glog/0.4.0: Package '0f6c072dc37dcbff023d073d38a3da84abbd1529' built
glog/0.4.0: Build folder C:\Users\uilia.conan\data\glog\0.4.0__\build\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Generated conaninfo.txt
glog/0.4.0: Generated conanbuildinfo.txt
glog/0.4.0: Generating the package
glog/0.4.0: Package folder C:\Users\uilia.conan\data\glog\0.4.0__\package\0f6c072dc37dcbff023d073d38a3da84abbd1529
glog/0.4.0: Calling package()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[0/1] Install the project...

-- Install configuration: "Release"
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/bin/glog.dll
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/raw_logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/stl_logging.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/vlog_is_on.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/include/glog/log_severity.h
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-config.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-config-version.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-targets.cmake
-- Installing: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/cmake/glog/glog-targets-release.cmake
glog/0.4.0 package(): Packaged 1 '.dll' file: glog.dll
glog/0.4.0 package(): Packaged 5 '.h' files
glog/0.4.0 package(): Packaged 1 '.lib' file: glog.lib
glog/0.4.0 package(): Packaged 1 file: COPYING
glog/0.4.0: Package '0f6c072dc37dcbff023d073d38a3da84abbd1529' created
glog/0.4.0: Created package revision 98ff091ee43bafabd535b5316653d81e
glog/0.4.0 (test package): Generator cmake created conanbuildinfo.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created glogConfigVersion.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfig.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTargets.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsTarget-release.cmake
glog/0.4.0 (test package): Generator cmake_find_package_multi created gflagsConfigVersion.cmake
glog/0.4.0 (test package): Generator txt created conanbuildinfo.txt
glog/0.4.0 (test package): Generated conaninfo.txt
glog/0.4.0 (test package): Generated graphinfo
Using lockfile: 'C:\Users\uilia\Development\conan\conan-center-index\recipes\glog\all\test_package\build\393822ae0969dfcc234d52d2991e58c705978bd6/conan.lock'
Using cached profile from lockfile
glog/0.4.0 (test package): Calling build()


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Library glog found C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Found: C:/Users/uilia/.conan/data/glog/0.4.0///package/0f6c072dc37dcbff023d073d38a3da84abbd1529/lib/glog.lib
-- Library gflags_nothreads found C:/Users/uilia/.conan/data/gflags/2.2.2///package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Found: C:/Users/uilia/.conan/data/gflags/2.2.2///package/ed160c62813fa6d86d309b2f7e6e791ae96da725/lib/gflags_nothreads.lib
-- Library shlwapi not found in package, might be system one
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

CMAKE_EXPORT_NO_PACKAGE_REGISTRY

-- Build files have been written to: C:/Users/uilia/Development/conan/conan-center-index/recipes/glog/all/test_package/build/393822ae0969dfcc234d52d2991e58c705978bd6


** Visual Studio 2019 Developer Command Prompt v16.6.2
** Copyright (c) 2020 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
[1/2] Building CXX object CMakeFiles\test_package.dir\test_package.cpp.obj

[2/2] Linking CXX executable bin\test_package.exe

glog/0.4.0 (test package): Running test()

I have to investigate the origin of those warnings, but I can't reproduce the same error. Probably the warning is connected to the errors.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@uilianries uilianries dismissed stale reviews from SSE4 and jgsogo via a6dd65d August 14, 2020 14:35
@conan-center-bot
Copy link
Collaborator

config.yml syntax error in build 4:

Only one library can be changed in the same PR: [gflags/all, glog/all]|

@uilianries
Copy link
Member Author

The warning seems be related to the namespace added by glog to redefine glags definitions.

I've asked to the author about it: google/glog#569. I'll update as soon as I have a new answer.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

config.yml syntax error in build 5:

Only one library can be changed in the same PR: [gflags/all, glog/all]|

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

All green in build 6 (1e1a507131da1269c0d751283bec9f26cdef0e44)! 😊

@@ -489,7 +489,7 @@ if (WIN32 AND HAVE_SNPRINTF)
@@ -469,7 +469,6 @@ add_library (glog
)
add_library(glog::glog ALIAS glog)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this alias needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't matter, it's part of patch context. Always tedious to review modifications of patch files 😛

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ouch! I got confused with those +, I thought we were adding those lines here 🤦

@danimtb danimtb requested a review from SSE4 August 19, 2020 15:11
@SSE4 SSE4 merged commit 3c9a431 into conan-io:master Aug 20, 2020
@SSE4 SSE4 deleted the glog/components branch August 20, 2020 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GLOG 0.4.0 : unresolved external symbol google::InitGoogleLogging
6 participants