Quantcast
Viewing all articles
Browse latest Browse all 40524

OF 0.9.0, can't compile examples on Pi2

Yeah tried that, also tried running the Debian install script too which did some things with Poco but it made no difference really. Still getting errors:

/home/neue/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv7l/libopenFrameworks.a(ofGLUtils.o): In function `ofGetGLRenderer()':
ofGLUtils.cpp:(.text+0xc70): undefined reference to `ofGLRenderer::TYPE[abi:cxx11]'
/home/neue/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv7l/libopenFrameworks.a(ofAppEGLWindow.o): In function `ofAppEGLWindow::setup(ofAppEGLWindow::Settings const&)':
ofAppEGLWindow.cpp:(.text+0x4ee8): undefined reference to `ofGLRenderer::setup()'
ofAppEGLWindow.cpp:(.text+0x4f50): undefined reference to `ofGLRenderer::ofGLRenderer(ofAppBaseWindow const*)'
collect2: error: ld returned 1 exit status
/home/neue/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:381: recipe for target 'bin/polygonExample' failed
make[1]: *** [bin/polygonExample] Error 1
make[1]: Leaving directory '/home/neue/openFrameworks/examples/graphics/polygonExample'
/home/neue/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:126: recipe for target 'Release' failed
make: *** [Release] Error 2

Viewing all articles
Browse latest Browse all 40524

Trending Articles