-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Compile error relative to example_nurbs_viewer_surface #1951
Comments
I have confirmed that this problem is still reproduce with latest version (PCL 1.8.1 RC2). |
I can compile |
I'm also able to compile this on Mac. |
@taketwo @SergioRAgostinho Thanks. |
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
@PointCloudLibrary/testers-windows We don't compile examples on CI, so we don't know if this still persists. |
Your Environment
Cmake 3.6.3
Boost 1.61.0
Eigen 3.2.8
FLANN 1.8.4
QHull 2015.2
VTK 7.1.0 with Qt5.8
OpenNI 2
Current Behavior
two error during the x64 debug compile
76>example_nurbs_viewer_surface.obj : error LNK2019: unresolved external symbol ON_ErrorEx referenced in function "public: class ONX_Model_Object & __cdecl ON_ClassArray::operator" (??A?$ON_ClassArray@VONX_Model_Object@@@@QEAAAEAVONX_Model_Object@@h@Z)
76>E:\PCL-1.8.0\build\bin\pcl_example_nurbs_viewer_surface_debug.exe : fatal error LNK1120: 1 unresolved externals
========== Rebuild All: 161 succeeded, 1 failed, 0 skipped ==========
Context
Hope someone can help to solve it.
The text was updated successfully, but these errors were encountered: