I’m trying compiling OF from github source code on debian wheezy.
$ ./compileOF.sh
HOST_OS=Linux
HOST_ARCH=i686
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 libpulse-simple alsa gl glu glew gtk±3.0 libmpg123
HOST_OS=Linux
HOST_ARCH=i686
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 libpulse-simple alsa gl glu glew gtk±3.0 libmpg123
Compiling …/…/…/libs/openFrameworks/gl/ofShader.cpp
g++ -g3 -Wall -std=c++0x -march=native -mtune=native -DOF_USING_GTK -DOF_USING_GTK -DOF_USING_MPG123 -pthread -D_REENTRANT -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-1.0 -I/usr/include/alsa -I/usr/include/GL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I…/…/…/libs/cairo/include -I…/…/…/libs/cairo/include/libpng15 -I…/…/…/libs/cairo/include/pixman-1 -I…/…/…/libs/cairo/include/cairo -I…/…/…/libs/fmodex/include -I…/…/…/libs/glfw/include -I…/…/…/libs/glfw/include/GLFW -I…/…/…/libs/kiss/include -I…/…/…/libs/openssl/include -I…/…/…/libs/openssl/include/openssl -I…/…/…/libs/poco/include -I…/…/…/libs/rtAudio/include -I…/…/…/libs/tess2/include -I…/…/…/libs/openFrameworks -I…/…/…/libs/openFrameworks/math -I…/…/…/libs/openFrameworks/events -I…/…/…/libs/openFrameworks/gl -I…/…/…/libs/openFrameworks/app -I…/…/…/libs/openFrameworks/sound -I…/…/…/libs/openFrameworks/communication -I…/…/…/libs/openFrameworks/utils -I…/…/…/libs/openFrameworks/types -I…/…/…/libs/openFrameworks/graphics -I…/…/…/libs/openFrameworks/3d -I…/…/…/libs/openFrameworks/video -DDEBUG -MMD -MP -MF …/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.d -MT…/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o -o …/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o -c …/…/…/libs/openFrameworks/gl/ofShader.cpp
…/…/…/libs/openFrameworks/gl/ofShader.cpp: In member function ‘void ofShader::dispatchCompute(GLuint, GLuint, GLuint) const’:
…/…/…/libs/openFrameworks/gl/ofShader.cpp:527:25: error: ‘glDispatchCompute’ was not declared in this scope
make[1]: *** […/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o] Error 1
make: *** [Debug] Error 2
there has been a problem compiling Debug OF library
please report this problem in the forums
$ cd …/…/libs/openFrameworksCompiled/project
$ make Debug MAKEFILE_DEBUG=true
HOST_OS=Linux
HOST_ARCH=i686
=================== config.mk platform detection ================
PLATFORM_ARCH=i686
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linux
=================== config.mk paths =============================
OF_ADDONS_PATH=…/…/…/addons
OF_EXPORT_PATH=…/…/…/export
OF_EXAMPLES_PATH=…/…/…/examples
OF_APPS_PATH=…/…/…/apps
OF_LIBS_PATH=…/…/…/libs
OF_LIBS_OPENFRAMEWORKS_PATH=…/…/…/libs/openFrameworks
OF_LIBS_OF_COMPILED_PATH=…/…/…/libs/openFrameworksCompiled
OF_LIBS_OF_COMPILED_PROJECT_PATH=…/…/…/libs/openFrameworksCompiled/project
OF_SHARED_MAKEFILES_PATH=./makefileCommon
OF_PLATFORM_MAKEFILES=…/…/…/libs/openFrameworksCompiled/project/linux
OF_CORE_LIB_PATH=…/…/…/libs/openFrameworksCompiled/lib/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 libpulse-simple alsa gl glu glew gtk±3.0 libmpg123
…
Compiling …/…/…/libs/openFrameworks/gl/ofShader.cpp
g++ -g3 -Wall -std=c++0x -march=native -mtune=native -DOF_USING_GTK -DOF_USING_GTK -DOF_USING_MPG123 -pthread -D_REENTRANT -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-1.0 -I/usr/include/alsa -I/usr/include/GL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I…/…/…/libs/cairo/include -I…/…/…/libs/cairo/include/libpng15 -I…/…/…/libs/cairo/include/pixman-1 -I…/…/…/libs/cairo/include/cairo -I…/…/…/libs/fmodex/include -I…/…/…/libs/glfw/include -I…/…/…/libs/glfw/include/GLFW -I…/…/…/libs/kiss/include -I…/…/…/libs/openssl/include -I…/…/…/libs/openssl/include/openssl -I…/…/…/libs/poco/include -I…/…/…/libs/rtAudio/include -I…/…/…/libs/tess2/include -I…/…/…/libs/openFrameworks -I…/…/…/libs/openFrameworks/math -I…/…/…/libs/openFrameworks/events -I…/…/…/libs/openFrameworks/gl -I…/…/…/libs/openFrameworks/app -I…/…/…/libs/openFrameworks/sound -I…/…/…/libs/openFrameworks/communication -I…/…/…/libs/openFrameworks/utils -I…/…/…/libs/openFrameworks/types -I…/…/…/libs/openFrameworks/graphics -I…/…/…/libs/openFrameworks/3d -I…/…/…/libs/openFrameworks/video -DDEBUG -MMD -MP -MF …/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.d -MT…/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o -o …/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o -c …/…/…/libs/openFrameworks/gl/ofShader.cpp
…/…/…/libs/openFrameworks/gl/ofShader.cpp: In member function ‘void ofShader::dispatchCompute(GLuint, GLuint, GLuint) const’:
…/…/…/libs/openFrameworks/gl/ofShader.cpp:527:25: error: ‘glDispatchCompute’ was not declared in this scope
make[1]: ** […/…/…/libs/openFrameworksCompiled/lib/linux/obj/Debug/libs/openFrameworks/gl/ofShader.o] Erro 1
make: ** [Debug] Erro 2