Open avilleret opened 10 years ago
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.
Worked for me thanks (Ubuntu 14.04)
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?
@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.
here is a fresh package: http://openartist.org/debian/trusty64/duration_004-1-openArtist1_amd64.deb
have segfault at DurationRemote though http://forum.openframeworks.cc/t/hint-howto-compile-ofxtimleine-duration-on-linux64/17666 http://pastebin.com/hue8qbvj
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.