I’m currently unable to compile simple programs as it is giving me errors in various core OF files, for example this:
Is that valid syntax? Is my compiler outdated?
/home/x/src/openFrameworks/libs/openFrameworks/math/ofVectorMath.h:125: error: ‘vec’ does not name a type; did you mean ‘sec’?
inline std::ostream& operator<<(std::ostream& os, const vec<3, T, P>& vec) {
^~~
sec