-
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
Issue with Building Project and Executing Example #3
Comments
|
Hi @tamasmeszaros , can you please help in fixing this! Thanks! |
Hello, I would suggest calling |
Hi @tamasmeszaros , Thankyou! |
@subhashreehari |
@tamasmeszaros |
@tamasmeszaros Thankyou! |
@subhashreehari I'm not sure if I get the context here. Can you explain the problem in a bit more detail? Do you consider the angles in the right measure? They should be radians in every case. Which angles are we talking about? Are those the angles carried by the |
@tamasmeszaros |
Hi,
I executed the "cmake ." "make" and "sudo make install" command.
A bunch of clipper and nlopt folders were created. Boost was already installed so no new folders for the boost source.
I then switched to the examples folder and executed the "g++ -I../include -I../clipper_library-src -I../nlopt-src main.cpp" command.
The consol outputs a bunch of errors:
"In file included from main.cpp:7:
../include/libnest2d.h:25:15: error: ‘PointImpl’ does not name a type; did you mean ‘PointType’?
using Point = PointImpl;
^~~~~~~~~
PointType
../include/libnest2d.h:26:22: error: ‘PointImpl’ was not declared in this scope
using Coord = TCoord;
"
Could someone help me in the execution of the example?
The text was updated successfully, but these errors were encountered: