1
I’m trying to compile in linux Ubuntu a project that uses the quaternions for rotation of 3D objects of the glui library, when I compile the code the system accuses the following error :
Code says the bug has something to do with the GLM/GTX library in Transform.hpp and quaternion.hpp
I have no idea how to solve need help ! Thank you very much.
Follow the excerpt from the error :
In file included from camera. h:18:0, from camera.cpp:2: /usr/include/glm/Gtx/Transform.hpp:23:3: error: #error "GLM: Glm_gtx_transform is an experimental Extension and may change in the Future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." # error "GLM: Glm_gtx_transform is an experimental Extension and may change in the Future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." ~~~ In file included from /usr/include/glm/Gtx/quaternion.hpp:20:0, from camera. h:20, from camera.cpp:2: /usr/include/glm/Gtx/Norm.hpp:21:3: error: #error "GLM: Glm_gtx_norm is an experimental Extension and may change in the Future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." # error "GLM: Glm_gtx_norm is an experimental Extension and may change in the Future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." ~~~ In file included from camera. h:20:0, from camera.cpp:2:
You can put the error in text here too ? Not only is it easier to read than in this transparent background, but it is also searchable.
– Isac
Yes there is, thank you very much.
– Gustavo Aryel