NVIDIA / egl-wayland

The EGLStream-based Wayland external platform
MIT License
275 stars 44 forks source link

Error in ./autogen.sh #22

Closed hazzus closed 4 years ago

hazzus commented 4 years ago

Running autogen.sh ends with error on my machine:

./configure: line 18106: syntax error near unexpected token `-fvisibility=hidden,'
./configure: line 18106: `AX_CHECK_COMPILE_FLAG(-fvisibility=hidden,'

Deletion of this command fixes error.
Any ideas of possible cause? Maybe dependency missing/too old compiler?
Running on: gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
I can provide any specifications if needed, but which?

mvicomoya commented 4 years ago

@hazzus, does pull request https://github.com/NVIDIA/egl-wayland/pull/23 help?

hazzus commented 4 years ago

@mvicomoya yes, thanks for hotfix