-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on building project on Windows - Cannot find CLIPPER LIBRARIES #46
Comments
You need to use the Clipper1! |
hi,how to build on windows os? I have a same error |
can someone please tell how to install clipper library on windows machine ! |
I have the same problem, I have tried installing all the available clipper versions and set the CLIPPER_PATH to them, but I could not get Cmake to find the files it's looking for. Could you tell us exactly which clipper version is required? |
Clipper 1 was only one .hpp and one .cpp file. I guess the author was working on Linux, and did not bother to write instructions to install libraries for the 3 OS... There are several ways how you can do this:
Clipper2 is much more faster and reliable. Clipper one is depreciated. The original author of SVG nest in the end used Boost to directly create Minkowski polygons which is much more faster and reliable than Clipper1. After looking at the age of this repository, it needs to be updated a bit. |
Hi everyone!
I'm trying to build to build the project in my machine
Windows SDK version 10.0.19041.0 to target Windows 10.0.19043
C compiler identification is MSVC 19.32.31332.0
CXX compiler identification is MSVC 19.32.31332.0
I've already builded and installed Clipper. Also defined an envyroment variable CLIPPER_PATH
But when I try to build the project, I keep getting the following error:
The text was updated successfully, but these errors were encountered: