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
This example does not compile. OF 0.10 OS Ubuntu
error:
/Sources/of_v0.10.0_linux64gcc6_release/addons/ofxFaceTracker/example-calibrated/src/ofApp.cpp:59: error: undefined reference to 'convertFromIndices(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&)'
/Sources/of_v0.10.0_linux64gcc6_release/addons/ofxFaceTracker/example-calibrated/src/ofApp.cpp:61: error: undefined reference to 'buildNormals(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> >&)'
The text was updated successfully, but these errors were encountered:
Looks like ofMeshUtils.h and ofMeshUtils.cpp weren't linked ... those files are in the src folder now, so this issue should be closed.
ofMeshUtils.h
ofMeshUtils.cpp
Sorry, something went wrong.
No branches or pull requests
This example does not compile.
OF 0.10
OS Ubuntu
error:
/Sources/of_v0.10.0_linux64gcc6_release/addons/ofxFaceTracker/example-calibrated/src/ofApp.cpp:59: error: undefined reference to 'convertFromIndices(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> > const&)'
/Sources/of_v0.10.0_linux64gcc6_release/addons/ofxFaceTracker/example-calibrated/src/ofApp.cpp:61: error: undefined reference to 'buildNormals(ofMesh_<glm::tvec3<float, (glm::precision)0>, glm::tvec3<float, (glm::precision)0>, ofColor_, glm::tvec2<float, (glm::precision)0> >&)'
The text was updated successfully, but these errors were encountered: