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

can't start Duration because libGLEW.so.1.6 is missing #32

Open
avilleret opened this issue May 18, 2014 · 5 comments
Open

can't start Duration because libGLEW.so.1.6 is missing #32

avilleret opened this issue May 18, 2014 · 5 comments

Comments

@avilleret
Copy link

on Ubuntu 14.04 i have libGLEW.so.1.10 not 1.6
Thus the binary available on http://www.duration.cc/ doesn't work for me.

Making a symlink work since the API doesn't changes between 1.6 and 1.10.
But it might be possible to link it to libGLEW.so instead of libGLEW.so.1.6, thus it can work on more heterogeneous platforms.

@Wu7
Copy link

Wu7 commented Sep 9, 2014

Hi, i tried the symlink workaround, but it didn't work for me. I just can't get it to run on Ubuntu 14.04.

@fx-lange
Copy link

Worked for me thanks (Ubuntu 14.04)

@schwittlick
Copy link

I'm having the same problem. symlinking to the newer version of libGLEW works but the graphics are rendered strangely because of that. Did anybody find a way to solve this?

@fx-lange
Copy link

@Mrzl the rendering issues are related to an older openFrameworks version (which was used for the linux build). so you can solve it by building it from source (with the current version of openframeworks). building it from source is not that a big deal and worked for me almost as described in the readme. you only need to switch to develop branch of ofxTextInputField after using the cloneaddons script or use our fork: https://github.com/ixds/Duration

@obviousjim let me know if I could help updating the linux build.

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

5 participants