cpp-io2d / P0267_RefImpl

Reference Implementations of P0267, the proposed 2D graphics API for ISO C++
Other
313 stars 114 forks source link

ubuntu20.04 install P0267_RefImpl, error[64%] in the step[cmake --build .] #157

Open hongliyulvliyu opened 3 months ago

hongliyulvliyu commented 3 months ago

My system: ubuntu 20.04 I have installed the GCC, CMake, Cairo, graphicsmagick and libpng, and checked my version of gcc, cmake and make.

While the installation of P0267_RefImpl, at the step of 【cmake --build .】occured error like this:

`error: no matching function for call to ‘Canvas::set(svgpp::tag::attribute::stroke&, const boost::iterator_range<const char*>&, const int&)’

error: no matching function for call to ‘GradientStopContext::set(svgpp::tag::attribute::fill&, const boost::iterator_range<const char*>&, const int&, const svgpp::tag::skip_icc_color&)’ `