elucideye / drishti

Real time eye tracking for embedded and mobile devices.
BSD 3-Clause "New" or "Revised" License
392 stars 82 forks source link

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

Open christianachilleszeisscom opened 5 years ago

christianachilleszeisscom commented 5 years ago

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:

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 commented 5 years ago

glm issue: https://github.com/g-truc/glm/issues/726 Fails to build with gcc 7.3

headupinclouds commented 5 years ago

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