-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conan version nmos-cpp/cci.20240223 #428
Comments
My profile is same as yours:
I checked my local conan cache on Linux environment and it was working fine. However after clearing the cache, I get the same result. Doing as the message recommends and using
Something to investigate... not sure what the impact of the indicate diff is. Doing the other thing the message recommended and adding
|
Hi
I’m having problems with the latest nmos version in conan 20240223 – it gives me the following error when I issue the command:-
conan install --tool-requires=nmos-cpp/cci.20240223
ERROR: Missing prebuilt package for 'nmos-cpp/cci.20240223'. You can try:
- List all available packages using 'conan list "nmos-cpp/cci.20240223:*" -r=remote'
- Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
- Try to build locally from sources using the '--build=nmos-cpp/cci.20240223' argument
The previous version cci.20221203 – works fine for me with the above install command.
I have the following settings
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
Is it missing a package ?
Many thanks
Jamie
The text was updated successfully, but these errors were encountered: