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
on arch linux it is failing to build,
Linux 5.0.11-arch1-1-ARCH
$ cmake --config Debug "-DCMAKE_BUILD_TYPE=Debug" ..
-- The CXX compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Default IO2D backend was not specified, choosing automatically...
Found Linux, using CAIRO_XLIB.
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
-- Found Cairo: /usr/include/cairo (found version "1.16.0")
-- Checking for module 'GraphicsMagick'
-- Found GraphicsMagick, version 1.3.31
-- Found GraphicsMagick: /usr/include/GraphicsMagick
-- The C compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
/home/user/P0267_RefImpl/P0267_RefImpl/Tests/PNG_INCLUDE_DIR
used as include directory in directory /home/user/P0267_RefImpl/P0267_RefImpl/Tests
-- Configuring incomplete, errors occurred!
See also "/home/user/P0267_RefImpl/Debug/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered:
In my Fedora 31, I solve the issue with these commands sudo mkdir /usr/include/libpng sudo ln -s /usr/include/libpng16/png.h /usr/include/libpng/png.h
since the CMAKE script looks for the png.h in libpng, and the folder libpng doesn't exist.
GregoryLand
added a commit
to GregoryLand/P0267_RefImpl
that referenced
this issue
Sep 13, 2021
on arch linux it is failing to build,
Linux 5.0.11-arch1-1-ARCH
$ cmake --config Debug "-DCMAKE_BUILD_TYPE=Debug" ..
The text was updated successfully, but these errors were encountered: