Closed mrzzzrm closed 9 years ago
Maybe we can investigate on your first issue.
For the second: do you want to link glfw statically or dynamically?
And the third: Do you actually use glm 0.9.5? Anything older we don't want to support anymore.
So far, enabling -pedantic
doesn't result in any additional warnings or errors (using glm 0.9.5 and 0.9.6).
I tried using GLFW statically under Ubuntu and it just don't work as GLFW don't support our way of linking third parties and providing the additionally needed dependencies (even with adding the aforementioned additional dependencies by myself it won't link). However, dynamic linking works like a charm.
The linking error with gmock and gtest can't be reproduced (maybe accidentally fixed)?
I have a few problems building globjects-test and the glfw examples on Linux, some 13.10 32 bit ubuntu :( (I am going to update... soonish!). I think this is general Linux/Unix stuff however. I have local hacks to work around them, however no time for proper fixing atm, so I'll just leave them here.
-lGL -lXxf86vm -lX11 -lXrandr -lXi
here) that aren't currently being linked.