-
Notifications
You must be signed in to change notification settings - Fork 54
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
libGLEW.so.1.6: cannot open shared objecy on debian testing #19
Comments
For what it's worth, I've forked Duration and got it to work with OF 0.08 and have it working with the latest ofxUI from https://github.com/rezaali/ofxUI. |
nice!! On Thu, Apr 17, 2014 at 8:23 PM, Pierre Proske [email protected]:
|
Hi James, I did this because I ran into the same libGLEW problem (more recent versions of Debian/Ubuntu have more recent versions of the library) and it didn't compile out of the box for me. Happy to submit a more recent Linux64 app binary if you want one. I used duration with Processing on a project that had Java only versions of certain libraries (and hence couldn't use ofxTimeLine), thanks for the great work! |
Could you submit a pull request and I can update binaries for all Glad you found Duration useful! On Thu, Apr 17, 2014 at 8:38 PM, Pierre Proske [email protected]:
|
OK sure will do |
I have libglew1.7 install on debian and I get
./Duration: error while loading shared libraries: libGLEW.so.1.6: cannot open shared object file: No such file or directory
when trying to start libglew from the binaries... should I be compiling instead?
The text was updated successfully, but these errors were encountered: