bsansouci / reasongl

Reason bindings to WebGL and OpenGL.
107 stars 8 forks source link

Build on Linux #2

Closed Schmavery closed 6 years ago

Schmavery commented 6 years ago

We're having trouble linking opengl properly on linux. Needs to be fixed.

Schmavery commented 6 years ago

This is basically done, but audio is tricky on linux so we want to tweak the audio support so that it prints a warning rather than crashing if an audio device can't be found.

zploskey commented 6 years ago

I think this can be closed now. No more Linux build issues.

Schmavery commented 6 years ago

There's one other related issue that comes to mind: https://github.com/bsansouci/reprocessing-example/issues/7 https://github.com/bsansouci/reprocessing-example/issues/8

The fix is either to remove -lasound like in your fix https://github.com/bsansouci/SDL-mirror/pull/2 if that works or (if we have to) add a note to the README, I guess.

Edit: fixed by https://github.com/bsansouci/SDL-mirror/pull/3

Schmavery commented 6 years ago

Closing as I believe there are no outstanding linux support issues, aside for https://github.com/Schmavery/reprocessing/issues/76 maybe