We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have difficulty in compiling example file. when I try to compile the example using make example compilation fails.
meshmonk/example.cpp:62: undefined reference to 'read_obj_files' meshmonk/example.cpp:213: undefined reference to 'pyramid_registration'
meshmonk/example.cpp:62: undefined reference to 'read_obj_files'
meshmonk/example.cpp:213: undefined reference to 'pyramid_registration'
but when I check the meshmonk.cpp file and meshmonk.hpp file, these functions were already defined.
I'm using cpp_project branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have difficulty in compiling example file. when I try to compile the example using make example compilation fails.
meshmonk/example.cpp:62: undefined reference to 'read_obj_files'
meshmonk/example.cpp:213: undefined reference to 'pyramid_registration'
but when I check the meshmonk.cpp file and meshmonk.hpp file, these functions were already defined.
I'm using cpp_project branch
The text was updated successfully, but these errors were encountered: