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
Having installed json-c12-devel from this repository on rhel8/ubi container, got the issues linking to the json-c12 with the CMake message:
CMake Error in src/tests/CMakeLists.txt:
Imported target "JSON-C::JSON-C" includes non-existent path
"/usr/include/json-c"
in its INTERFACE_INCLUDE_DIRECTORIES.
After the check it appears that installed /usr/lib64/pkgconfig/json-c12.pc has the following contents, which should be a cause of error (notice Cflags has json-c, without the 12):
The text was updated successfully, but these errors were encountered:
ni4
changed the title
json-c12 has invalid spec with Cflags: -I${includedir}/json-c
json-c12 and 13 has invalid spec with Cflags: -I${includedir}/json-c
Jun 18, 2024
Having installed json-c12-devel from this repository on
rhel8/ubi
container, got the issues linking to the json-c12 with the CMake message:After the check it appears that installed
/usr/lib64/pkgconfig/json-c12.pc
has the following contents, which should be a cause of error (notice Cflags has json-c, without the 12):The text was updated successfully, but these errors were encountered: