cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
539 stars 59 forks source link

Linux building #263

Closed mrzzzrm closed 9 years ago

mrzzzrm commented 10 years ago

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.

scheibel commented 10 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.

mrzzzrm commented 10 years ago
scheibel commented 9 years ago

So far, enabling -pedantic doesn't result in any additional warnings or errors (using glm 0.9.5 and 0.9.6).

scheibel commented 9 years ago

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.

scheibel commented 9 years ago

The linking error with gmock and gtest can't be reproduced (maybe accidentally fixed)?