Help needed deciphering C++ errors #139
-
|
https://github.com/AngusJohnson/Clipper2/runs/7479342227 Could some explain to me what the problem is here? Thanks 😕 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I think the main problem here is that some (new?) functionality in the Created PR #140. I'm not saying it's the cleanest way (I'm certainly not a CMake expert), but at least it seems to make the problem go away for the time being. |
Beta Was this translation helpful? Give feedback.
-
|
Another reason I dislike C++. |
Beta Was this translation helpful? Give feedback.
I think the main problem here is that some (new?) functionality in the
Clipper2utilslibrary (inclipper.svg.cpp) requires functionality defined in theClipper2library (inclipper.engine.cpp), which is not available at the moment.Created PR #140. I'm not saying it's the cleanest way (I'm certainly not a CMake expert), but at least it seems to make the problem go away for the time being.