You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osqp/0.6.2: Building from source
osqp/0.6.2: Package osqp/0.6.2:f7dcd1cec4586c154a242a765a1de011300db8e2
osqp/0.6.2: Copying sources to build folder
osqp/0.6.2: Building your package in C:\Users\spaceim\.conan2\p\t\osqp6542c78057d19\b
osqp/0.6.2: Calling generate()
osqp/0.6.2: Generators folder: C:\Users\spaceim\.conan2\p\t\osqp6542c78057d19\b\build\Release\generators
osqp/0.6.2: CMakeToolchain generated: conan_toolchain.cmake
osqp/0.6.2: CMakeToolchain generated: CMakePresets.json
osqp/0.6.2: CMakeToolchain generated: ..\..\..\src\CMakeUserPresets.json
osqp/0.6.2: Generating aggregated env files
osqp/0.6.2: Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
osqp/0.6.2: Calling build()
osqp/0.6.2: Running CMake.configure()
osqp/0.6.2: RUN: cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE="C:/Users/spaceim/.conan2/p/t/osqp6542c78057d19/b/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/Users/spaceim/.conan2/p/t/osqp6542c78057d19/p" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "C:\Users\spaceim\.conan2\p\t\osqp6542c78057d19\b\src"
conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3
[vcvarsall.bat] Environment initialized for: 'x64'
-- Using Conan toolchain: C:/Users/spaceim/.conan2/p/t/osqp6542c78057d19/b/build/Release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting BUILD_SHARED_LIBS = ON
-- The C compiler identification is MSVC 19.35.32216.1
-- The CXX compiler identification is MSVC 19.35.32216.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- We are on a Windows system
-- Embedded is OFF
-- Printing is ON
-- Profiling is ON
-- User interrupt is ON
-- Floats are OFF
-- Long integers (64bit) are ON
-- Code coverage is OFF
-- MKL Pardiso: ON
-- Floats are OFF
-- Long integers (64bit) are ON
-- Configuring done (2.0s)
-- Generating done (0.0s)
CMake Error:
Running
'D:/Programmes/Ninja/ninja.exe' '-C' 'C:/Users/spaceim/.conan2/p/t/osqp6542c78057d19/b/build/Release' '-t' 'recompact'
failed with:
ninja: error: build.ninja:320: multiple rules generate out/osqp.lib
CMake Generate step failed. Build files cannot be regenerated correctly.
osqp/0.6.2: ERROR:
Package 'f7dcd1cec4586c154a242a765a1de011300db8e2' build failed
osqp/0.6.2: WARN: Build folder C:\Users\spaceim\.conan2\p\t\osqp6542c78057d19\b\build\Release
*********************************************************
Recipe 'osqp/0.6.2' cannot build its binary
It is possible that this recipe is not Conan 2.0 ready
If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
If it is your recipe, check if it is updated to 2.0
*********************************************************
ERROR: osqp/0.6.2: Error in build() method, line 57
cmake.configure()
ConanException: Error 1 while executing
The text was updated successfully, but these errors were encountered:
Description
Build fails with
ninja: error: build.ninja:320: multiple rules generate out/osqp.lib
with Ninja generator and Visual Studio 2022Package and Environment Details
Conan profile
Steps to reproduce
conan install --requires="osqp/0.6.2" -o "*:shared=True" -b missing
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: