-
Notifications
You must be signed in to change notification settings - Fork 88
Description
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