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
imgui/cci.20230105+1.89.2.docking: Package '3b29c036bc28d41e4514368e50dad124bd6414e7' created
imgui/cci.20230105+1.89.2.docking: Full package reference: imgui/cci.20230105+1.89.2.docking#18e2e1eb7009f6d5e16788061856aa22:3b29c036bc28d41e4514368e50dad124bd6414e7#8059c95cd210b9ebdfd5ff1a1b5705c9
imgui/cci.20230105+1.89.2.docking: Package folder /mnt/d/dev/Field-Map-Editor/.conan2/p/b/imguid42698136e6f1/p
imgui/cci.20230105+1.89.2.docking: Appending PATH env var with : /mnt/d/dev/Field-Map-Editor/.conan2/p/b/imguid42698136e6f1/p/bin
libudev/system: Already installed! (8 of 40)
ERROR: libudev/system: Error in package_info() method, line 50
pkg_config.fill_cpp_info(self.cpp_info)
ConanException: PkgConfig failed. Command: pkg-config --print-provides libudev --print-errors
stdout:
stderr:
/bin/sh: 1: pkg-config: not found
I had this error so I think another package requires this for full functionality.
I had to do sudo apt install pkg-config it gave me version 1.8.1. Then things worked. I tried to say that pkg-config is required in my library but it didn't work because there isn't a recipe.
The text was updated successfully, but these errors were encountered:
Package Name/Version
pkg-config/1.8.1
Webpage
https://www.freedesktop.org/wiki/Software/pkg-config/
Source code
https://gitlab.freedesktop.org/pkg-config/pkg-config
Description of the library/tool
I had this error so I think another package requires this for full functionality.
I had to do
sudo apt install pkg-config
it gave me version 1.8.1. Then things worked. I tried to say that pkg-config is required in my library but it didn't work because there isn't a recipe.The text was updated successfully, but these errors were encountered: