Closed z33ky closed 7 years ago
Did this fix it for you or do you still get errors?
Dunno about Jesse, but I'm still getting the GLM versioning issues.
though I assume you've already seen these
It could be an error with your glm installation (I know Arch's package has one, which can be fixed by manually editing the CMAKE_SIZEOF_VOID_P
check in /usr/lib/cmake/glm/glmConfig.cmake
) or you indeed have installed a 32-bit glm library, but are trying to build for 64-bit, which can be changed via CFLAGS=-m32 CXXFLAGS=-m32
.
Sorry I was a bit busy today. I'm still getting the error on Arch.. I'll try twiddling with glmConfig.cmake
. According to the glm bug tracker, this was 'fixed', but I honestly doubt it.
Err it's /usr/lib/cmake/glm/glmConfigVersion.cmake
that needs to be modified.
According to the glm bug tracker, this was 'fixed',
Well, the Arch ticket has the status "reopened", so it probably was - for a while:
Since a recent update, the exact same problem came back
This might fix the problem @Quaker762 had with CMake.
Also, make sure you select "rebase and merge" on this pull request :)