******************************************************************************** conan test cci-b64d1015\recipes\thorvg\all\test_package\conanfile.py thorvg/0.13.0@#8964d902ada315800c7413453e9ecef3 -pr C:/J/workspace/prod-v1/bsr@3/19373/bbeea/profile_windows_16_md_vs_release_64.thorvg-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=16 os=Windows [options] thorvg:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True thorvg/0.13.0 (test package): Installing package Requirements thorvg/0.13.0 from local cache - Cache Packages thorvg/0.13.0:3fb49604f9c2f729b85ba3115852006824e72cab - Cache Installing (downloading, building) binaries... thorvg/0.13.0: Already installed! thorvg/0.13.0 (test package): Generator txt created conanbuildinfo.txt thorvg/0.13.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' thorvg/0.13.0 (test package): Generator 'CMakeDeps' calling 'generate()' thorvg/0.13.0 (test package): Generator 'CMakeToolchain' calling 'generate()' thorvg/0.13.0 (test package): Preset 'default' added to CMakePresets.json. Invoke it manually using 'cmake --preset default' thorvg/0.13.0 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE=C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\generators\conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW' thorvg/0.13.0 (test package): Aggregating env generators thorvg/0.13.0 (test package): Generated conaninfo.txt thorvg/0.13.0 (test package): Generated graphinfo Using lockfile: 'C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\generators/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 thorvg/0.13.0 (test package): Calling build() thorvg/0.13.0 (test package): CMake command: cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="C:/J/workspace/prod-v1/bsr@3/cci-b64d1015/recipes/thorvg/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\." ----Running------ > cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="C:/J/workspace/prod-v1/bsr@3/cci-b64d1015/recipes/thorvg/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\." ----------------- -- Using Conan toolchain: C:/J/workspace/prod-v1/bsr@3/cci-b64d1015/recipes/thorvg/all/test_package/build/generators/conan_toolchain.cmake -- The CXX compiler identification is MSVC 19.29.30148.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'thorvg::thorvg' -- Configuring done -- Generating done -- Build files have been written to: C:/J/workspace/prod-v1/bsr@3/cci-b64d1015/recipes/thorvg/all/test_package/build thorvg/0.13.0 (test package): CMake command: cmake --build "C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build" --config Release ----Running------ > cmake --build "C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build" --config Release ----------------- Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/workspace/prod-v1/bsr@3/cci-b64d1015/recipes/thorvg/all/test_package/CMakeLists.txt test_package.cpp test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::Fill::colorStops(struct tvg::Fill::ColorStop const *,unsigned int)" (__imp_?colorStops@Fill@tvg@@QEAA?AW4Result@2@PEBUColorStop@12@I@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual enum tvg::Result __cdecl tvg::Canvas::push(class std::unique_ptr >)" (__imp_?push@Canvas@tvg@@UEAA?AW4Result@2@V?$unique_ptr@VPaint@tvg@@U?$default_delete@VPaint@tvg@@@std@@@std@@@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl tvg::RadialGradient::~RadialGradient(void)" (__imp_??1RadialGradient@tvg@@UEAA@XZ) referenced in function "public: virtual void * __cdecl tvg::RadialGradient::`scalar deleting destructor'(unsigned int)" (??_GRadialGradient@tvg@@UEAAPEAXI@Z) [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::RadialGradient::radial(float,float,float)" (__imp_?radial@RadialGradient@tvg@@QEAA?AW4Result@2@MMM@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class std::unique_ptr > __cdecl tvg::RadialGradient::gen(void)" (__imp_?gen@RadialGradient@tvg@@SA?AV?$unique_ptr@VRadialGradient@tvg@@U?$default_delete@VRadialGradient@tvg@@@std@@@std@@XZ) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl tvg::Shape::~Shape(void)" (__imp_??1Shape@tvg@@UEAA@XZ) referenced in function "public: virtual void * __cdecl tvg::Shape::`scalar deleting destructor'(unsigned int)" (??_GShape@tvg@@UEAAPEAXI@Z) [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::Shape::appendRect(float,float,float,float,float,float)" (__imp_?appendRect@Shape@tvg@@QEAA?AW4Result@2@MMMMMM@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::Shape::appendCircle(float,float,float,float)" (__imp_?appendCircle@Shape@tvg@@QEAA?AW4Result@2@MMMM@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::Shape::fill(unsigned char,unsigned char,unsigned char,unsigned char)" (__imp_?fill@Shape@tvg@@QEAA?AW4Result@2@EEEE@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::Shape::fill(class std::unique_ptr >)" (__imp_?fill@Shape@tvg@@QEAA?AW4Result@2@V?$unique_ptr@VFill@tvg@@U?$default_delete@VFill@tvg@@@std@@@std@@@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class std::unique_ptr > __cdecl tvg::Shape::gen(void)" (__imp_?gen@Shape@tvg@@SA?AV?$unique_ptr@VShape@tvg@@U?$default_delete@VShape@tvg@@@std@@@std@@XZ) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl tvg::SwCanvas::~SwCanvas(void)" (__imp_??1SwCanvas@tvg@@UEAA@XZ) referenced in function "public: virtual void * __cdecl tvg::SwCanvas::`scalar deleting destructor'(unsigned int)" (??_GSwCanvas@tvg@@UEAAPEAXI@Z) [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum tvg::Result __cdecl tvg::SwCanvas::target(unsigned int *,unsigned int,unsigned int,unsigned int,enum tvg::SwCanvas::Colorspace)" (__imp_?target@SwCanvas@tvg@@QEAA?AW4Result@2@PEAIIIIW4Colorspace@12@@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class std::unique_ptr > __cdecl tvg::SwCanvas::gen(void)" (__imp_?gen@SwCanvas@tvg@@SA?AV?$unique_ptr@VSwCanvas@tvg@@U?$default_delete@VSwCanvas@tvg@@@std@@@std@@XZ) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static enum tvg::Result __cdecl tvg::Initializer::init(enum tvg::CanvasEngine,unsigned int)" (__imp_?init@Initializer@tvg@@SA?AW4Result@2@W4CanvasEngine@2@I@Z) referenced in function main [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\Release\test_package.exe : fatal error LNK1120: 15 unresolved externals [C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build\test_package.vcxproj] CMake Warning: Manually-specified variables were not used by the project: CMAKE_POLICY_DEFAULT_CMP0091 WARN: *** Conan 1 is legacy and on a deprecation path *** WARN: *** Please upgrade to Conan 2 *** thorvg/0.13.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior thorvg/0.13.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ERROR: thorvg/0.13.0 (test package): Error in build() method, line 21 cmake.build() ConanException: Error 1 while executing cmake --build "C:\J\workspace\prod-v1\bsr@3\cci-b64d1015\recipes\thorvg\all\test_package\build" --config Release