Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidergo-stephane-gourichon/6cc79f9464d979f50f9e95421a32ba11 to your computer and use it in GitHub Desktop.
Save fidergo-stephane-gourichon/6cc79f9464d979f50f9e95421a32ba11 to your computer and use it in GitHub Desktop.
-- Looking for pugixml
CMake Warning at cmake/modules/LibFindMacros.cmake:263 (message):
WARNING: MISSING PACKAGE
We could not find development headers for Pugixml. Do you have the
necessary dev package installed? This package is NOT REQUIRED and you may
ignore this warning but by doing so you may miss some functionality of
darktable.
Relevant CMake configuration variables:
Pugixml_INCLUDE_DIR=<not found>
Pugixml_LIBRARY=<not found>
You may use CMake GUI, cmake -D or ccmake to modify the values. Delete
CMakeCache.txt to discard all values and force full re-detection if
necessary.
Call Stack (most recent call first):
cmake/modules/FindPugixml.cmake:30 (libfind_process)
src/external/rawspeed/cmake/src-dependencies.cmake:49 (find_package)
src/external/rawspeed/src/CMakeLists.txt:1 (include)
CMake Error at src/external/rawspeed/cmake/src-dependencies.cmake:51 (message):
Did not found Pugixml! Either make it find Pugixml, or pass
-DUSE_BUNDLED_PUGIXML=ON to enable in-tree pugixml.
Call Stack (most recent call first):
src/external/rawspeed/src/CMakeLists.txt:1 (include)
@fidergo-stephane-gourichon
Copy link
Author

line 3 "WARNING"
line 6 "NOT REQUIRED"
vs.
line 25 "Error"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment