adamlwgriffiths / cyglfw3

Cython bindings for GLFW3
Other
20 stars 6 forks source link

Build fails on arch linux 64. #1

Closed croxis closed 10 years ago

croxis commented 10 years ago

On arch linux 64 the glfw3 library is simply glfw. changing setup.py line 28 to

`Extension('cyglfw3.glfw3', ['cyglfw3/glfw3.pyx'], libraries=['glfw'],

resulted in a successful build and installation.

adamlwgriffiths commented 10 years ago

Thanks for pointing this out. I'll fix this when I get a second. I'll change it so glfw is the default, and glfw3 for mac. I could try and search for the lib in the script, but that might be overkill / quite fallible.

Cheers, Adam

adamlwgriffiths commented 10 years ago

Github just closed this automatically from the commit message =/ Can you confirm if this resolves the issue? If so, re-close the issue.

adamlwgriffiths commented 10 years ago

Closing due to inactivity. Assumed fix.