Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build problems because of broken glm verions + gcc 7.3 #748

Open
christianachilleszeisscom opened this issue Mar 7, 2019 · 2 comments
Open

Comments

@christianachilleszeisscom

Hi,

there is a known issue with glm version 0.9.8.5 and gcc 7.3. because of that the hunter build fails.

The fix would be to update to newer glm (and hunter) versions in drishti and drishti-upload:

  • change glm version to a more current one (0.9.9.0) in the following files
    ./src/examples/drishti-upload/config.cmake:
    hunter_config(glm VERSION 0.9.9.0) # eos
    ./drishti-upload/config.cmake:
    hunter_config(glm VERSION 0.9.9.0) # eos

  • change to hunter version v0.23.14 which supports glm 0.9.9.0:
    drishti-upload/init.cmake:
    URL "https://github.com/ruslo/hunter/archive/v0.23.14.tar.gz"
    SHA1 "f58bcf274f29097ac380bfe4955d2a66f077e741"

You can of course try to update to even newer ones (glm version 0.9.9.3 is available) but I'm not that firm with hunter.

best regards Christian

@christianachilleszeisscom
Copy link
Author

glm issue: g-truc/glm#726 Fails to build with gcc 7.3

@headupinclouds
Copy link
Collaborator

Thanks for reporting it. I'll update the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants