******************************************************************************** conan install argtable2/2.13@ --build=argtable2 --profile=C:\J\w\BuildSingleReference@2/18277/73135cf2-9886-4b9f-96d5-6cb3ad92f983/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference@2\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\BuildSingleReference@2\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=16 os=Windows os_build=Windows [options] argtable2:shared=True [build_requires] [env] argtable2/2.13: Forced build from source Installing package: argtable2/2.13 Requirements argtable2/2.13 from local cache - Cache Packages argtable2/2.13:995e0f0b86a651012a3bfca00d60f35ae037db5e - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK argtable2/2.13: Configuring sources in C:\J\w\BuildSingleReference@2\.conan\data\argtable2\2.13\_\_\source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK argtable2/2.13: Copying sources to build folder argtable2/2.13: Building your package in C:\J\w\BuildSingleReference@2\.conan\data\argtable2\2.13\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e argtable2/2.13: 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 argtable2/2.13: Calling build() ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.8.1 ** Copyright (c) 2020 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' ----Running------ > nmake -f Makefile.nmake argtable2.dll CONAN_CPPFLAGS="-DNDEBUG" CONAN_CXXFLAGS="-O2 -Ob2 -MT" CONAN_CFLAGS="-O2 -Ob2 -MT" CONAN_LDFLAGS="" CONAN_LIBS="" ----------------- cl -O2 -Ob2 -MT -DNDEBUG /W4 /D "WIN32" /D "_MBCS" /D "STDC_HEADERS" /D "HAVE_STDLIB_H" /D "HAVE_STRING_H" /nologo /D "NDEBUG" /O2 /GS /Zi /c argtable2.c arg_dbl.c arg_end.c arg_file.c arg_int.c arg_lit.c arg_rem.c arg_str.c getopt.c getopt1.c argtable2.c argtable2.c(634): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. argtable2.c(703): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. argtable2.c(958): warning C4267: 'initializing': conversion from 'size_t' to 'const unsigned int', possible loss of data arg_dbl.c arg_end.c arg_end.c(39): warning C4100: 'parent': unreferenced formal parameter arg_file.c arg_int.c arg_lit.c arg_lit.c(42): warning C4100: 'argval': unreferenced formal parameter arg_lit.c(60): warning C4100: 'argval': unreferenced formal parameter arg_rem.c arg_str.c getopt.c getopt.c(224): warning C4131: 'my_index': uses old-style declarator getopt.c(301): warning C4131: 'exchange': uses old-style declarator getopt.c(363): warning C4131: '_getopt_initialize': uses old-style declarator getopt.c(375): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. getopt.c(362): warning C4100: 'argv': unreferenced formal parameter getopt.c(362): warning C4100: 'argc': unreferenced formal parameter getopt.c(476): warning C4131: '_getopt_internal': uses old-style declarator getopt.c(931): warning C4131: 'getopt': uses old-style declarator getopt1.c getopt1.c(68): warning C4131: 'getopt_long': uses old-style declarator getopt1.c(84): warning C4131: 'getopt_long_only': uses old-style declarator Generating Code... link /DLL /OUT:argtable2.dll argtable2.obj arg_dbl.obj arg_end.obj arg_file.obj arg_int.obj arg_lit.obj arg_rem.obj arg_str.obj getopt.obj getopt1.obj /IMPLIB:impargtable2.lib /def:argtable2.def Microsoft (R) Incremental Linker Version 14.28.29333.0 Copyright (C) Microsoft Corporation. All rights reserved. Creating library impargtable2.lib and object impargtable2.exp argtable2/2.13: Package '995e0f0b86a651012a3bfca00d60f35ae037db5e' built argtable2/2.13: Build folder C:\J\w\BuildSingleReference@2\.conan\data\argtable2\2.13\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e argtable2/2.13: Generated conaninfo.txt argtable2/2.13: Generated conanbuildinfo.txt argtable2/2.13: Generating the package argtable2/2.13: Package folder C:\J\w\BuildSingleReference@2\.conan\data\argtable2\2.13\_\_\package\995e0f0b86a651012a3bfca00d60f35ae037db5e argtable2/2.13: Calling package() [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 argtable2/2.13 package(): Packaged 1 '.dll' file: argtable2.dll argtable2/2.13 package(): Packaged 1 '.h' file: argtable2.h argtable2/2.13 package(): Packaged 1 '.lib' file: argtable2.lib argtable2/2.13 package(): Packaged 1 file: COPYING argtable2/2.13: Package '995e0f0b86a651012a3bfca00d60f35ae037db5e' created argtable2/2.13: Created package revision a30f25b919699e295c23f2cd22307e2d [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Microsoft (R) Program Maintenance Utility Version 14.28.29333.0 Copyright (C) Microsoft Corporation. All rights reserved.