******************************************************************************** conan install opus/1.3.1@ --build=opus --profile=C:\J\w\BuildSingleReference@3/75830/24a970ad-4c1a-4a15-8c04-756e1e0b0520/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference@3\.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@3\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=16 os=Windows [options] opus:shared=True [build_requires] [env] opus/1.3.1: Forced build from source Installing package: opus/1.3.1 Requirements opus/1.3.1 from local cache - Cache Packages opus/1.3.1:995e0f0b86a651012a3bfca00d60f35ae037db5e - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK opus/1.3.1: Configuring sources in C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK opus/1.3.1: Copying sources to build folder opus/1.3.1: Building your package in C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e opus/1.3.1: Generator cmake created conanbuildinfo.cmake opus/1.3.1: Aggregating env generators [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 opus/1.3.1: Calling build() ----Running------ > cd C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\package\995e0f0b86a651012a3bfca00d60f35ae037db5e" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DOPUS_FIXED_POINT="False" -Wno-dev C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e ----------------- -- The C compiler identification is MSVC 19.28.29333.0 -- The CXX compiler identification is MSVC 19.28.29333.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/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.28.29333/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/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 -- Opus library version: 0.8.0 -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.21.0.windows.1") -- Opus package version: 0 -- Opus project version: 0 -- Looking for floor in m -- Looking for floor in m - not found -- Looking for intrin.h -- Looking for intrin.h - found -- Check SIMD support by compiler -- Looking for xmmintrin.h -- Looking for xmmintrin.h - found -- Looking for emmintrin.h -- Looking for emmintrin.h - found -- Looking for smmintrin.h -- Looking for smmintrin.h - found -- Looking for immintrin.h -- Looking for immintrin.h - found -- Performing Test AVX_SUPPORTED -- Performing Test AVX_SUPPORTED - Success -- The following features have been enabled: * STACK_PROTECTOR, Use stack protection * FLOAT_API, compile with the floating point API (for machines with float library) * INSTALL_PKG_CONFIG_MODULE, install PkgConfig module * INSTALL_CMAKE_CONFIG_MODULE, install CMake package config module * X86_MAY_HAVE_SSE, does runtime check for SSE1 support * X86_MAY_HAVE_SSE2, does runtime check for SSE2 support * X86_MAY_HAVE_SSE4_1, does runtime check for SSE4_1 support * X86_MAY_HAVE_AVX, does runtime check for AVX support * X86_PRESUME_SSE, assume target CPU has SSE1 support * X86_PRESUME_SSE2, assume target CPU has SSE2 support -- The following REQUIRED packages have been found: * Git, fast, scalable, distributed revision control system, required to set up package version -- The following features have been disabled: * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers) * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames * BUILD_PROGRAMS, Build programs * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU) * X86_PRESUME_SSE4_1, assume target CPU has SSE4_1 support * X86_PRESUME_AVX, assume target CPU has AVX support -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/build/995e0f0b86a651012a3bfca00d60f35ae037db5e ----Running------ > cmake --build C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e --config Release -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.8.1+bd2ea1e3c for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/build/995e0f0b86a651012a3bfca00d60f35ae037db5e/source_subfolder/CMakeLists.txt opus.c opus_decoder.c opus_encoder.c opus_multistream.c opus_multistream_encoder.c opus_multistream_decoder.c repacketizer.c opus_projection_encoder.c opus_projection_decoder.c mapping_matrix.c analysis.c mlp.c mlp_data.c CNG.c code_signs.c init_decoder.c decode_core.c decode_frame.c decode_parameters.c decode_indices.c decode_pulses.c decoder_set_fs.c dec_API.c enc_API.c encode_indices.c encode_pulses.c gain_quant.c interpolate.c LP_variable_cutoff.c NLSF_decode.c NSQ.c NSQ_del_dec.c PLC.c shell_coder.c tables_gain.c tables_LTP.c tables_NLSF_CB_NB_MB.c tables_NLSF_CB_WB.c tables_other.c tables_pitch_lag.c tables_pulses_per_block.c VAD.c control_audio_bandwidth.c quant_LTP_gains.c VQ_WMat_EC.c HP_variable_cutoff.c NLSF_encode.c NLSF_VQ.c NLSF_unpack.c NLSF_del_dec_quant.c process_NLSFs.c stereo_LR_to_MS.c stereo_MS_to_LR.c check_control_input.c control_SNR.c init_encoder.c control_codec.c A2NLSF.c ana_filt_bank_1.c biquad_alt.c bwexpander_32.c bwexpander.c debug.c decode_pitch.c inner_prod_aligned.c lin2log.c log2lin.c LPC_analysis_filter.c LPC_inv_pred_gain.c table_LSF_cos.c NLSF2A.c NLSF_stabilize.c NLSF_VQ_weights_laroia.c pitch_est_tables.c resampler.c resampler_down2_3.c resampler_down2.c resampler_private_AR2.c resampler_private_down_FIR.c resampler_private_IIR_FIR.c resampler_private_up2_HQ.c resampler_rom.c sigm_Q15.c sort.c sum_sqr_shift.c stereo_decode_pred.c stereo_encode_pred.c stereo_find_predictor.c stereo_quant_pred.c LPC_fit.c bands.c celt.c celt_encoder.c celt_decoder.c cwrs.c entcode.c entdec.c entenc.c kiss_fft.c laplace.c mathops.c mdct.c modes.c pitch.c celt_lpc.c quant_bands.c rate.c vq.c apply_sine_window_FLP.c corrMatrix_FLP.c encode_frame_FLP.c find_LPC_FLP.c find_LTP_FLP.c find_pitch_lags_FLP.c find_pred_coefs_FLP.c LPC_analysis_filter_FLP.c LTP_analysis_filter_FLP.c LTP_scale_ctrl_FLP.c noise_shape_analysis_FLP.c process_gains_FLP.c regularize_correlations_FLP.c residual_energy_FLP.c warped_autocorrelation_FLP.c wrappers_FLP.c autocorrelation_FLP.c burg_modified_FLP.c bwexpander_FLP.c energy_FLP.c inner_product_FLP.c k2a_FLP.c LPC_inv_pred_gain_FLP.c pitch_analysis_core_FLP.c scale_copy_vector_FLP.c scale_vector_FLP.c schur_FLP.c sort_FLP.c x86cpu.c x86_celt_map.c pitch_sse.c pitch_sse2.c vq_sse2.c celt_lpc_sse4_1.c pitch_sse4_1.c NSQ_sse4_1.c NSQ_del_dec_sse4_1.c x86_silk_map.c VAD_sse4_1.c VQ_WMat_EC_sse4_1.c Creating library C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/build/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/opus.lib and object C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/build/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/opus.exp opus.vcxproj -> C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e\bin\opus.dll Building Custom Rule C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/build/995e0f0b86a651012a3bfca00d60f35ae037db5e/CMakeLists.txt opus/1.3.1: Package '995e0f0b86a651012a3bfca00d60f35ae037db5e' built opus/1.3.1: Build folder C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e opus/1.3.1: Generated conaninfo.txt opus/1.3.1: Generated conanbuildinfo.txt opus/1.3.1: Generating the package opus/1.3.1: Package folder C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\package\995e0f0b86a651012a3bfca00d60f35ae037db5e opus/1.3.1: Calling package() ----Running------ > cmake --build C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e --config Release --target install -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.8.1+bd2ea1e3c for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. opus.vcxproj -> C:\J\w\BuildSingleReference@3\.conan\data\opus\1.3.1\_\_\build\995e0f0b86a651012a3bfca00d60f35ae037db5e\bin\opus.dll -- Install configuration: "Release" -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/opus.lib -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/bin/opus.dll -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus_custom.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus_defines.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus_multistream.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus_projection.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/include/opus/opus_types.h -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/pkgconfig/opus.pc -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/cmake/Opus/OpusTargets.cmake -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/cmake/Opus/OpusTargets-release.cmake -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/cmake/Opus/OpusConfig.cmake -- Installing: C:/J/w/BuildSingleReference@3/.conan/data/opus/1.3.1/_/_/package/995e0f0b86a651012a3bfca00d60f35ae037db5e/lib/cmake/Opus/OpusConfigVersion.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 opus/1.3.1 package(): Packaged 1 '.dll' file: opus.dll opus/1.3.1 package(): Packaged 6 '.h' files opus/1.3.1 package(): Packaged 1 '.lib' file: opus.lib opus/1.3.1 package(): Packaged 1 file: COPYING opus/1.3.1: Package '995e0f0b86a651012a3bfca00d60f35ae037db5e' created opus/1.3.1: Created package revision 7b4bc081dfda7230e491c333990f6ea6 [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 Aggregating env generators fatal: not a git repository (or any of the parent directories): .git CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY