I’ve been using openFrameworks successfully for a few years on Ubuntu 14.04 LTS and 16.04 LTS, usually with Intel NUC boxes. Today I thought I’d give Ubuntu 17.10 a try - it’s beatiful! - and yet I cannot get openFrameworks examples to work at all.
My process:
- Fresh install of Ubuntu 17.10
- Everything updated
- Downloaded latest linux64 release from site and extracted
- Ran install_dependencies, install_codecs and compileOF no problem at all - no compiler errors
- Entered an example (it doesn’t seem to matter which one) and ran
make
- once again no compiler errors - Tried to run with
make run
Get this output all the time:
HOST_OS=Linux
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl rtaudio gl glu glew gtk±3.0 libmpg123
Segmentation fault (core dumped)
/home/random/of_v0.9.8_linux64_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:169: recipe for target ‘run’ failed
make: *** [run] Error 139
Is there something I’m missing here? I know Ubuntu has switched desktops (Unity to GNOME) but does that mean openFrameworks is broken now?