-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] libx264/cci.20220602: Error in build method installing opencv/4.5.5 #20719
Comments
It would be nice to provide a log without CMake-conan, just regular conan install command.
Compiler paths with spaces are not supported by Autotools (libx264 build system is not exactly autotools, but very similar, there a custom configure script and it unlikely support spaces in paths). It could work on Windows, but conan-io/conan#12194 has been rejected by conan maintainers and partially implemented in conan-io/conan#13867. |
See conan-io/cmake-conan#577 (comment) The fact that full path of compiler is added to |
I ran into this same issue on windows running in gitbash terminal (building using conan not cmake directly). This issue: #7944 prompted me to try building in the windows terminal (cmd.exe) and it worked. |
Thanks, bmwrightson. I had the same issue trying to build opencv from powershell terminal. cmd works fine |
Description
Error build CMake project with Conan2.
Package and Environment Details
Conan version 2.0.13
Conan profile
[settings]
os=Macos
os_build=Macos
arch=armv8
arch_build=armv8
compiler=apple-clang
compiler.version=14
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
cmake.exe --build .\cmake-build-debug --target Name -j 10
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: