Open MTDzi opened 1 year ago
Hi. Did you manage to solve this issue?
Had a similar issue, fixed it this way.
Go to the folder ~/P0267_RefImpl/P0267_RefImpl/Samples/svg/external
Delete the older version of SVG and replace it with this git repo https://github.com/svgpp/svgpp
Also update P0267_RefImpl/P0267_RefImpl/Tests/Catch2/single_include/catch.hpp
with this file.
Change cmake command to cmake -DCMAKE_BUILD_TYPE=Debug ..
, remove the --config Debug
Also need to run sudo make install
in the same Debug folder to ensure IO2D
is found by cmake.
I get an error while trying to
make
IO2D which suggests, I guess, that myboost
version is not the proper one. Myboost
version:and my g++ version:
make_output.txt
Question: