YCAMInterlab / Duration

Duration is an application for designing change over time
334 stars 54 forks source link

libGLEW.so.1.6: cannot open shared objecy on debian testing #19

Open ghost opened 11 years ago

ghost commented 11 years ago

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?

pierrep commented 10 years ago

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. My fork is here: https://github.com/pierrep/Duration I have only converted Duration, not the remote or recorder yet.

obviousjim commented 10 years ago

nice!!

On Thu, Apr 17, 2014 at 8:23 PM, Pierre Proske notifications@github.comwrote:

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. My fork is here: https://github.com/pierrep/Duration I have only converted Duration, not the remote or recorder yet.

— Reply to this email directly or view it on GitHubhttps://github.com/YCAMInterlab/Duration/issues/19#issuecomment-40776945 .

pierrep commented 10 years ago

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!

obviousjim commented 10 years ago

Could you submit a pull request and I can update binaries for all platforms? that would be me super happy!

Glad you found Duration useful!

On Thu, Apr 17, 2014 at 8:38 PM, Pierre Proske notifications@github.comwrote:

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, thanks for the great work!

— Reply to this email directly or view it on GitHubhttps://github.com/YCAMInterlab/Duration/issues/19#issuecomment-40777689 .

pierrep commented 10 years ago

OK sure will do