Hi, I just downloaded the most recent version of oF from gitHub and I’m getting these errors about Tessellator:
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::ofTessellator()'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::~ofTessellator()'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToPolylines(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, std::vector<ofPolyline, std::allocator<ofPolyline> >&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToMesh(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, ofMesh&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToMesh(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, ofMesh&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToPolylines(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, std::vector<ofPolyline, std::allocator<ofPolyline> >&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToPolylines(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, std::vector<ofPolyline, std::allocator<ofPolyline> >&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToMesh(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, ofMesh&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToPolylines(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, std::vector<ofPolyline, std::allocator<ofPolyline> >&, bool)'|
..\..\..\libs\openFrameworksCompiled\lib\win_cb\openFrameworks.lib(ofPath.o):ofPath.cpp|| undefined reference to `ofTessellator::tessellateToMesh(std::vector<ofPolyline, std::allocator<ofPolyline> > const&, ofPolyWindingMode, ofMesh&, bool)'|
||=== Build finished: 10 errors, 17 warnings ===|
It’s happening with every project, any idea how to fix it?
I’m on w7 + codeblocks (oF c5b0496).
Thank you very much.