Tagged Questions
0
votes
1answer
59 views
Glm VECTORIZE2_VEC redefined XCode warning
I keep getting warnings only in XCode about some macros in glm being redefined. it's not a huge issue but I find warnings annoying.
If I put a #ifndef block over the culprit macros but then the ...
1
vote
0answers
189 views
glm library ext.hpp compile issues (XCode iOS)
I'm trying to include the glm/ext.hpp extensions header to my project. Whereas glm.hpp can be included effortlessly and the project simply builds cleanly, the extensions for this library yield tons of ...
0
votes
1answer
880 views
Adding GLM to project in Xcode 4
I am trying to add GLM to a project in Xcode 4, but I cannot get it to compile. I have added the glm files to my project through the add files dialog.
I get a lexical/preprocessor issue and Xcode ...