Hi there,
I’m working on a project with some legacy from oF0.8.x and got an error says
implicit instantiation of undefined template 'ofMesh_<ofVec3f, ofVec3f, ofColor_<float>, ofVec2f>'
.
Since I’m working with the latest oF release (0.11.0) and the project I need to use is relying on the old math system, I edited the ofConstants.h
as enabling OF_LEGACY_VECTOR_MATH
and commented-out the definition of GLM_FORCE_CTOR_INIT
because it is no longer related to the project I guess.
Does anybody know how to fix this issue?
Compiled with OSX 10.15.2, Xcode 11.3.