Skip to content

Instantly share code, notes, and snippets.

@jvcleave
Created January 23, 2015 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvcleave/626cdb2f0d28aa0822a6 to your computer and use it in GitHub Desktop.
Save jvcleave/626cdb2f0d28aa0822a6 to your computer and use it in GitHub Desktop.
emptyExample_compile.log
=================== config.mk platform detection ================
PLATFORM_ARCH=armv6l
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linuxarmv6l
=================== 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=../../../libs/openFrameworksCompiled/project/makefileCommon
OF_PLATFORM_MAKEFILES=../../../libs/openFrameworksCompiled/project/linuxarmv6l
OF_CORE_LIB_PATH=../../../libs/openFrameworksCompiled/lib/linuxarmv6l
armv6l
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 gtk+-2.0 libmpg123
========================= config.mk flags ========================
---OF_CORE_DEFINES_CFLAGS---
-DOF_USING_GTK
-DOF_USING_MPG123
-DTARGET_RASPBERRY_PI
-DSTANDALONE
-DPIC
-D_REENTRANT
-D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
-D_FORTIFY_SOURCE
-D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS
-DTARGET_POSIX
-DHAVE_LIBOPENMAX=2
-DOMX
-DOMX_SKIP64BIT
-DUSE_EXTERNAL_OMX
-DHAVE_LIBBCM_HOST
-DUSE_EXTERNAL_LIBBCM_HOST
-DUSE_VCHIQ_ARM
-DUSE_DISPMANX_TRANSFORM_T
---OF_CORE_INCLUDES_CFLAGS---
-I/opt/vc/include
-I/opt/vc/include/IL
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/opt/vc/include
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf
-pthread
-D_REENTRANT
-I/home/jvcleave/RPI_ROOT/usr/include/cairo
-I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/pixman-1
-I/home/jvcleave/RPI_ROOT/usr/include/freetype2
-I/home/jvcleave/RPI_ROOT/usr/include/libpng12
-I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/alsa
-I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0
-I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/
-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/graphics
-I../../../libs/openFrameworks/events
-I../../../libs/openFrameworks/video
-I../../../libs/openFrameworks/communication
-I../../../libs/openFrameworks/sound
-I../../../libs/openFrameworks/gl
-I../../../libs/openFrameworks/types
-I../../../libs/openFrameworks/app
-I../../../libs/openFrameworks/math
-I../../../libs/openFrameworks/utils
-I../../../libs/openFrameworks/3d
---OF_CORE_FRAMEWORKS_CFLAGS---
---OF_CORE_SOURCE_FILES---
../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp
../../../libs/openFrameworks/graphics/ofTessellator.cpp
../../../libs/openFrameworks/graphics/ofCairoRenderer.cpp
../../../libs/openFrameworks/graphics/of3dGraphics.cpp
../../../libs/openFrameworks/graphics/ofGraphics.cpp
../../../libs/openFrameworks/graphics/ofBitmapFont.cpp
../../../libs/openFrameworks/graphics/ofPolyline.cpp
../../../libs/openFrameworks/graphics/ofImage.cpp
../../../libs/openFrameworks/graphics/ofPath.cpp
../../../libs/openFrameworks/graphics/ofPixels.cpp
../../../libs/openFrameworks/graphics/ofRendererCollection.cpp
../../../libs/openFrameworks/events/ofEvents.cpp
../../../libs/openFrameworks/video/ofGstVideoGrabber.cpp
../../../libs/openFrameworks/video/ofGstVideoPlayer.cpp
../../../libs/openFrameworks/video/ofVideoGrabber.cpp
../../../libs/openFrameworks/video/ofVideoPlayer.cpp
../../../libs/openFrameworks/video/ofGstUtils.cpp
../../../libs/openFrameworks/communication/ofSerial.cpp
../../../libs/openFrameworks/communication/ofArduino.cpp
../../../libs/openFrameworks/sound/ofSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofSoundStream.cpp
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
../../../libs/openFrameworks/gl/ofMaterial.cpp
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
../../../libs/openFrameworks/gl/ofLight.cpp
../../../libs/openFrameworks/gl/ofFbo.cpp
../../../libs/openFrameworks/gl/ofShader.cpp
../../../libs/openFrameworks/gl/ofVbo.cpp
../../../libs/openFrameworks/gl/ofVboMesh.cpp
../../../libs/openFrameworks/gl/ofGLRenderer.cpp
../../../libs/openFrameworks/gl/ofTexture.cpp
../../../libs/openFrameworks/gl/ofGLUtils.cpp
../../../libs/openFrameworks/types/ofBaseTypes.cpp
../../../libs/openFrameworks/types/ofParameter.cpp
../../../libs/openFrameworks/types/ofParameterGroup.cpp
../../../libs/openFrameworks/types/ofRectangle.cpp
../../../libs/openFrameworks/types/ofColor.cpp
../../../libs/openFrameworks/app/ofAppNoWindow.cpp
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
../../../libs/openFrameworks/app/ofAppRunner.cpp
../../../libs/openFrameworks/math/ofMatrix4x4.cpp
../../../libs/openFrameworks/math/ofMatrix3x3.cpp
../../../libs/openFrameworks/math/ofVec2f.cpp
../../../libs/openFrameworks/math/ofMath.cpp
../../../libs/openFrameworks/math/ofQuaternion.cpp
../../../libs/openFrameworks/math/ofVec4f.cpp
../../../libs/openFrameworks/utils/ofFileUtils.cpp
../../../libs/openFrameworks/utils/ofXml.cpp
../../../libs/openFrameworks/utils/ofSystemUtils.cpp
../../../libs/openFrameworks/utils/ofThread.cpp
../../../libs/openFrameworks/utils/ofURLFileLoader.cpp
../../../libs/openFrameworks/utils/ofLog.cpp
../../../libs/openFrameworks/utils/ofMatrixStack.cpp
../../../libs/openFrameworks/utils/ofUtils.cpp
../../../libs/openFrameworks/3d/ofNode.cpp
../../../libs/openFrameworks/3d/ofEasyCam.cpp
../../../libs/openFrameworks/3d/of3dPrimitives.cpp
../../../libs/openFrameworks/3d/ofMesh.cpp
../../../libs/openFrameworks/3d/of3dUtils.cpp
../../../libs/openFrameworks/3d/ofCamera.cpp
---OF_CORE_HEADER_FILES---
../../../libs/openFrameworks/graphics/ofGraphics.h
../../../libs/openFrameworks/graphics/ofTessellator.h
../../../libs/openFrameworks/graphics/ofImage.h
../../../libs/openFrameworks/graphics/ofPolyline.h
../../../libs/openFrameworks/graphics/of3dGraphics.h
../../../libs/openFrameworks/graphics/ofBitmapFont.h
../../../libs/openFrameworks/graphics/ofPixels.h
../../../libs/openFrameworks/graphics/ofRendererCollection.h
../../../libs/openFrameworks/graphics/ofPath.h
../../../libs/openFrameworks/graphics/ofTrueTypeFont.h
../../../libs/openFrameworks/graphics/ofCairoRenderer.h
../../../libs/openFrameworks/events/ofDelegate.h
../../../libs/openFrameworks/events/ofEvents.h
../../../libs/openFrameworks/events/ofEventUtils.h
../../../libs/openFrameworks/video/ofQuickTimePlayer.h
../../../libs/openFrameworks/video/ofGstVideoPlayer.h
../../../libs/openFrameworks/video/ofQuickTimeGrabber.h
../../../libs/openFrameworks/video/ofQTKitGrabber.h
../../../libs/openFrameworks/video/ofVideoGrabber.h
../../../libs/openFrameworks/video/ofQtUtils.h
../../../libs/openFrameworks/video/ofGstUtils.h
../../../libs/openFrameworks/video/ofQTKitMovieRenderer.h
../../../libs/openFrameworks/video/ofDirectShowGrabber.h
../../../libs/openFrameworks/video/ofVideoPlayer.h
../../../libs/openFrameworks/video/ofQTKitPlayer.h
../../../libs/openFrameworks/video/ofGstVideoGrabber.h
../../../libs/openFrameworks/communication/ofArduino.h
../../../libs/openFrameworks/communication/ofSerial.h
../../../libs/openFrameworks/sound/ofBaseSoundStream.h
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.h
../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundStream.h
../../../libs/openFrameworks/gl/ofVbo.h
../../../libs/openFrameworks/gl/ofVboMesh.h
../../../libs/openFrameworks/gl/ofGLRenderer.h
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.h
../../../libs/openFrameworks/gl/ofMaterial.h
../../../libs/openFrameworks/gl/ofShader.h
../../../libs/openFrameworks/gl/ofGLUtils.h
../../../libs/openFrameworks/gl/ofFbo.h
../../../libs/openFrameworks/gl/ofTexture.h
../../../libs/openFrameworks/gl/ofLight.h
../../../libs/openFrameworks/types/ofColor.h
../../../libs/openFrameworks/types/ofParameterGroup.h
../../../libs/openFrameworks/types/ofPoint.h
../../../libs/openFrameworks/types/ofBaseTypes.h
../../../libs/openFrameworks/types/ofRectangle.h
../../../libs/openFrameworks/types/ofParameter.h
../../../libs/openFrameworks/types/ofTypes.h
../../../libs/openFrameworks/app/ofAppBaseWindow.h
../../../libs/openFrameworks/app/ofIcon.h
../../../libs/openFrameworks/app/ofAppEGLWindow.h
../../../libs/openFrameworks/app/ofAppGLFWWindow.h
../../../libs/openFrameworks/app/ofBaseApp.h
../../../libs/openFrameworks/app/ofAppNoWindow.h
../../../libs/openFrameworks/app/ofAppGlutWindow.h
../../../libs/openFrameworks/app/ofAppRunner.h
../../../libs/openFrameworks/math/ofVec2f.h
../../../libs/openFrameworks/math/ofMath.h
../../../libs/openFrameworks/math/ofQuaternion.h
../../../libs/openFrameworks/math/ofMatrix4x4.h
../../../libs/openFrameworks/math/ofVec3f.h
../../../libs/openFrameworks/math/ofVectorMath.h
../../../libs/openFrameworks/math/ofVec4f.h
../../../libs/openFrameworks/math/ofMatrix3x3.h
../../../libs/openFrameworks/utils/ofMatrixStack.h
../../../libs/openFrameworks/utils/ofSystemUtils.h
../../../libs/openFrameworks/utils/ofNoise.h
../../../libs/openFrameworks/utils/ofUtils.h
../../../libs/openFrameworks/utils/ofThread.h
../../../libs/openFrameworks/utils/ofConstants.h
../../../libs/openFrameworks/utils/ofLog.h
../../../libs/openFrameworks/utils/ofXml.h
../../../libs/openFrameworks/utils/ofURLFileLoader.h
../../../libs/openFrameworks/utils/ofFileUtils.h
../../../libs/openFrameworks/3d/ofCamera.h
../../../libs/openFrameworks/3d/ofMesh.h
../../../libs/openFrameworks/3d/ofNode.h
../../../libs/openFrameworks/3d/ofEasyCam.h
../../../libs/openFrameworks/3d/of3dUtils.h
../../../libs/openFrameworks/3d/of3dPrimitives.h
---PLATFORM_CORE_EXCLUSIONS---
%.mm
%.m
../../../libs/openFrameworks/video/ofQtUtils.cpp
../../../libs/openFrameworks/video/ofQuickTimeGrabber.cpp
../../../libs/openFrameworks/video/ofQuickTimePlayer.cpp
../../../libs/openFrameworks/video/ofDirectShowGrabber.cpp
../../../libs/openFrameworks/app/ofAppGlutWindow.cpp
../../../libs/glew/%
../../../libs/glu/%
../../../libs/poco/include/Poco
../../../libs/poco/include/CppUnit
../../../libs/poco/include/Poco/%
../../../libs/poco/include/CppUnit/%
../../../libs/quicktime/%
../../../libs/videoInput/%
../../../libs/freetype/%
../../../libs/FreeImage/%
../../../libs/assimp/%
../../../libs/glut/%
../../../libs/openFrameworks/app/ofAppGLFWWindow.cpp
Compiling OF library for Release
armv6l
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 gtk+-2.0 libmpg123
make[1]: Entering directory `/media/Data/home/pi/openFrameworks/libs/openFrameworksCompiled/project'
armv6l
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 gtk+-2.0 libmpg123
Compiling ../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.o -c ../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp
Compiling ../../../libs/openFrameworks/graphics/ofTessellator.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTessellator.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTessellator.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTessellator.o -c ../../../libs/openFrameworks/graphics/ofTessellator.cpp
Compiling ../../../libs/openFrameworks/graphics/ofCairoRenderer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofCairoRenderer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofCairoRenderer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofCairoRenderer.o -c ../../../libs/openFrameworks/graphics/ofCairoRenderer.cpp
Compiling ../../../libs/openFrameworks/graphics/of3dGraphics.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/of3dGraphics.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/of3dGraphics.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/of3dGraphics.o -c ../../../libs/openFrameworks/graphics/of3dGraphics.cpp
Compiling ../../../libs/openFrameworks/graphics/ofGraphics.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofGraphics.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofGraphics.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofGraphics.o -c ../../../libs/openFrameworks/graphics/ofGraphics.cpp
Compiling ../../../libs/openFrameworks/graphics/ofBitmapFont.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofBitmapFont.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofBitmapFont.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofBitmapFont.o -c ../../../libs/openFrameworks/graphics/ofBitmapFont.cpp
Compiling ../../../libs/openFrameworks/graphics/ofPolyline.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPolyline.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPolyline.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPolyline.o -c ../../../libs/openFrameworks/graphics/ofPolyline.cpp
Compiling ../../../libs/openFrameworks/graphics/ofImage.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofImage.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofImage.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofImage.o -c ../../../libs/openFrameworks/graphics/ofImage.cpp
Compiling ../../../libs/openFrameworks/graphics/ofPath.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPath.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPath.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPath.o -c ../../../libs/openFrameworks/graphics/ofPath.cpp
Compiling ../../../libs/openFrameworks/graphics/ofPixels.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPixels.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPixels.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPixels.o -c ../../../libs/openFrameworks/graphics/ofPixels.cpp
Compiling ../../../libs/openFrameworks/graphics/ofRendererCollection.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofRendererCollection.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofRendererCollection.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofRendererCollection.o -c ../../../libs/openFrameworks/graphics/ofRendererCollection.cpp
Compiling ../../../libs/openFrameworks/events/ofEvents.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/events/ofEvents.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/events/ofEvents.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/events/ofEvents.o -c ../../../libs/openFrameworks/events/ofEvents.cpp
Compiling ../../../libs/openFrameworks/video/ofGstVideoGrabber.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.o -c ../../../libs/openFrameworks/video/ofGstVideoGrabber.cpp
Compiling ../../../libs/openFrameworks/video/ofGstVideoPlayer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.o -c ../../../libs/openFrameworks/video/ofGstVideoPlayer.cpp
Compiling ../../../libs/openFrameworks/video/ofVideoGrabber.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.o -c ../../../libs/openFrameworks/video/ofVideoGrabber.cpp
Compiling ../../../libs/openFrameworks/video/ofVideoPlayer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoPlayer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoPlayer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoPlayer.o -c ../../../libs/openFrameworks/video/ofVideoPlayer.cpp
Compiling ../../../libs/openFrameworks/video/ofGstUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.o -c ../../../libs/openFrameworks/video/ofGstUtils.cpp
Compiling ../../../libs/openFrameworks/communication/ofSerial.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.o -c ../../../libs/openFrameworks/communication/ofSerial.cpp
Compiling ../../../libs/openFrameworks/communication/ofArduino.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofArduino.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofArduino.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofArduino.o -c ../../../libs/openFrameworks/communication/ofArduino.cpp
Compiling ../../../libs/openFrameworks/sound/ofSoundPlayer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundPlayer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundPlayer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundPlayer.o -c ../../../libs/openFrameworks/sound/ofSoundPlayer.cpp
Compiling ../../../libs/openFrameworks/sound/ofSoundStream.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundStream.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundStream.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundStream.o -c ../../../libs/openFrameworks/sound/ofSoundStream.cpp
Compiling ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofFmodSoundPlayer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofFmodSoundPlayer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofFmodSoundPlayer.o -c ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.cpp
Compiling ../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofOpenALSoundPlayer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofOpenALSoundPlayer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofOpenALSoundPlayer.o -c ../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp
Compiling ../../../libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o -c ../../../libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
Compiling ../../../libs/openFrameworks/gl/ofMaterial.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofMaterial.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofMaterial.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofMaterial.o -c ../../../libs/openFrameworks/gl/ofMaterial.cpp
Compiling ../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLProgrammableRenderer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLProgrammableRenderer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLProgrammableRenderer.o -c ../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
Compiling ../../../libs/openFrameworks/gl/ofLight.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofLight.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofLight.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofLight.o -c ../../../libs/openFrameworks/gl/ofLight.cpp
Compiling ../../../libs/openFrameworks/gl/ofFbo.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofFbo.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofFbo.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofFbo.o -c ../../../libs/openFrameworks/gl/ofFbo.cpp
Compiling ../../../libs/openFrameworks/gl/ofShader.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofShader.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofShader.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofShader.o -c ../../../libs/openFrameworks/gl/ofShader.cpp
Compiling ../../../libs/openFrameworks/gl/ofVbo.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVbo.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVbo.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVbo.o -c ../../../libs/openFrameworks/gl/ofVbo.cpp
Compiling ../../../libs/openFrameworks/gl/ofVboMesh.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVboMesh.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVboMesh.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVboMesh.o -c ../../../libs/openFrameworks/gl/ofVboMesh.cpp
Compiling ../../../libs/openFrameworks/gl/ofGLRenderer.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLRenderer.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLRenderer.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLRenderer.o -c ../../../libs/openFrameworks/gl/ofGLRenderer.cpp
Compiling ../../../libs/openFrameworks/gl/ofTexture.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofTexture.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofTexture.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofTexture.o -c ../../../libs/openFrameworks/gl/ofTexture.cpp
Compiling ../../../libs/openFrameworks/gl/ofGLUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLUtils.o -c ../../../libs/openFrameworks/gl/ofGLUtils.cpp
Compiling ../../../libs/openFrameworks/types/ofBaseTypes.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofBaseTypes.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofBaseTypes.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofBaseTypes.o -c ../../../libs/openFrameworks/types/ofBaseTypes.cpp
Compiling ../../../libs/openFrameworks/types/ofParameter.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o -c ../../../libs/openFrameworks/types/ofParameter.cpp
Compiling ../../../libs/openFrameworks/types/ofParameterGroup.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameterGroup.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameterGroup.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameterGroup.o -c ../../../libs/openFrameworks/types/ofParameterGroup.cpp
Compiling ../../../libs/openFrameworks/types/ofRectangle.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofRectangle.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofRectangle.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofRectangle.o -c ../../../libs/openFrameworks/types/ofRectangle.cpp
Compiling ../../../libs/openFrameworks/types/ofColor.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofColor.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofColor.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofColor.o -c ../../../libs/openFrameworks/types/ofColor.cpp
Compiling ../../../libs/openFrameworks/app/ofAppNoWindow.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppNoWindow.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppNoWindow.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppNoWindow.o -c ../../../libs/openFrameworks/app/ofAppNoWindow.cpp
Compiling ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppEGLWindow.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppEGLWindow.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppEGLWindow.o -c ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
Compiling ../../../libs/openFrameworks/app/ofAppRunner.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppRunner.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppRunner.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppRunner.o -c ../../../libs/openFrameworks/app/ofAppRunner.cpp
Compiling ../../../libs/openFrameworks/math/ofMatrix4x4.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix4x4.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix4x4.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix4x4.o -c ../../../libs/openFrameworks/math/ofMatrix4x4.cpp
Compiling ../../../libs/openFrameworks/math/ofMatrix3x3.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix3x3.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix3x3.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix3x3.o -c ../../../libs/openFrameworks/math/ofMatrix3x3.cpp
Compiling ../../../libs/openFrameworks/math/ofVec2f.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec2f.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec2f.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec2f.o -c ../../../libs/openFrameworks/math/ofVec2f.cpp
Compiling ../../../libs/openFrameworks/math/ofMath.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMath.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMath.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMath.o -c ../../../libs/openFrameworks/math/ofMath.cpp
Compiling ../../../libs/openFrameworks/math/ofQuaternion.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofQuaternion.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofQuaternion.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofQuaternion.o -c ../../../libs/openFrameworks/math/ofQuaternion.cpp
Compiling ../../../libs/openFrameworks/math/ofVec4f.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec4f.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec4f.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec4f.o -c ../../../libs/openFrameworks/math/ofVec4f.cpp
Compiling ../../../libs/openFrameworks/utils/ofFileUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofFileUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofFileUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofFileUtils.o -c ../../../libs/openFrameworks/utils/ofFileUtils.cpp
Compiling ../../../libs/openFrameworks/utils/ofXml.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofXml.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofXml.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofXml.o -c ../../../libs/openFrameworks/utils/ofXml.cpp
Compiling ../../../libs/openFrameworks/utils/ofSystemUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofSystemUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofSystemUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofSystemUtils.o -c ../../../libs/openFrameworks/utils/ofSystemUtils.cpp
Compiling ../../../libs/openFrameworks/utils/ofThread.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofThread.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofThread.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofThread.o -c ../../../libs/openFrameworks/utils/ofThread.cpp
Compiling ../../../libs/openFrameworks/utils/ofURLFileLoader.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofURLFileLoader.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofURLFileLoader.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofURLFileLoader.o -c ../../../libs/openFrameworks/utils/ofURLFileLoader.cpp
Compiling ../../../libs/openFrameworks/utils/ofLog.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofLog.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofLog.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofLog.o -c ../../../libs/openFrameworks/utils/ofLog.cpp
Compiling ../../../libs/openFrameworks/utils/ofMatrixStack.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofMatrixStack.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofMatrixStack.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofMatrixStack.o -c ../../../libs/openFrameworks/utils/ofMatrixStack.cpp
Compiling ../../../libs/openFrameworks/utils/ofUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofUtils.o -c ../../../libs/openFrameworks/utils/ofUtils.cpp
Compiling ../../../libs/openFrameworks/3d/ofNode.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofNode.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofNode.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofNode.o -c ../../../libs/openFrameworks/3d/ofNode.cpp
Compiling ../../../libs/openFrameworks/3d/ofEasyCam.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofEasyCam.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofEasyCam.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofEasyCam.o -c ../../../libs/openFrameworks/3d/ofEasyCam.cpp
Compiling ../../../libs/openFrameworks/3d/of3dPrimitives.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dPrimitives.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dPrimitives.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dPrimitives.o -c ../../../libs/openFrameworks/3d/of3dPrimitives.cpp
Compiling ../../../libs/openFrameworks/3d/ofMesh.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofMesh.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofMesh.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofMesh.o -c ../../../libs/openFrameworks/3d/ofMesh.cpp
Compiling ../../../libs/openFrameworks/3d/of3dUtils.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dUtils.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dUtils.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dUtils.o -c ../../../libs/openFrameworks/3d/of3dUtils.cpp
Compiling ../../../libs/openFrameworks/3d/ofCamera.cpp
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -O3 -Wall -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe --sysroot=/home/jvcleave/RPI_ROOT -DOF_USING_GTK -DOF_USING_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -DUSE_DISPMANX_TRANSFORM_T -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/opt/vc/include -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads -I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/ -I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf -pthread -D_REENTRANT -I/home/jvcleave/RPI_ROOT/usr/include/cairo -I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/pixman-1 -I/home/jvcleave/RPI_ROOT/usr/include/freetype2 -I/home/jvcleave/RPI_ROOT/usr/include/libpng12 -I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/alsa -I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0 -I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0 -I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0 -I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/ -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/graphics -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/3d -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofCamera.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofCamera.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofCamera.o -c ../../../libs/openFrameworks/3d/ofCamera.cpp
Creating library ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/libopenFrameworks.a
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-ar -cr "../../../libs/openFrameworksCompiled/lib/linuxarmv6l/libopenFrameworks.a" ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofTessellator.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofCairoRenderer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/of3dGraphics.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofGraphics.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofBitmapFont.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPolyline.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofImage.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPath.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofPixels.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/graphics/ofRendererCollection.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/events/ofEvents.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoPlayer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofArduino.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundPlayer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofSoundStream.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofFmodSoundPlayer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofOpenALSoundPlayer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofMaterial.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLProgrammableRenderer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofLight.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofFbo.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofShader.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVbo.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofVboMesh.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLRenderer.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofTexture.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/gl/ofGLUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofBaseTypes.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameterGroup.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofRectangle.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofColor.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppNoWindow.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppEGLWindow.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/app/ofAppRunner.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix4x4.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMatrix3x3.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec2f.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofMath.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofQuaternion.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/math/ofVec4f.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofFileUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofXml.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofSystemUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofThread.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofURLFileLoader.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofLog.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofMatrixStack.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/utils/ofUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofNode.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofEasyCam.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dPrimitives.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofMesh.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/of3dUtils.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/3d/ofCamera.o
armv6l
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 gtk+-2.0 libmpg123
Done!
make[1]: Leaving directory `/media/Data/home/pi/openFrameworks/libs/openFrameworksCompiled/project'
Compiling emptyExample for Release
=================== config.mk platform detection ================
PLATFORM_ARCH=armv6l
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linuxarmv6l
=================== 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=../../../libs/openFrameworksCompiled/project/makefileCommon
OF_PLATFORM_MAKEFILES=../../../libs/openFrameworksCompiled/project/linuxarmv6l
OF_CORE_LIB_PATH=../../../libs/openFrameworksCompiled/lib/linuxarmv6l
armv6l
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 gtk+-2.0 libmpg123
========================= config.mk flags ========================
---OF_CORE_DEFINES_CFLAGS---
-DOF_USING_GTK
-DOF_USING_MPG123
-DTARGET_RASPBERRY_PI
-DSTANDALONE
-DPIC
-D_REENTRANT
-D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
-D_FORTIFY_SOURCE
-D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS
-DTARGET_POSIX
-DHAVE_LIBOPENMAX=2
-DOMX
-DOMX_SKIP64BIT
-DUSE_EXTERNAL_OMX
-DHAVE_LIBBCM_HOST
-DUSE_EXTERNAL_LIBBCM_HOST
-DUSE_VCHIQ_ARM
-DUSE_DISPMANX_TRANSFORM_T
---OF_CORE_INCLUDES_CFLAGS---
-I/opt/vc/include
-I/opt/vc/include/IL
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/opt/vc/include
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf
-pthread
-D_REENTRANT
-I/home/jvcleave/RPI_ROOT/usr/include/cairo
-I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/pixman-1
-I/home/jvcleave/RPI_ROOT/usr/include/freetype2
-I/home/jvcleave/RPI_ROOT/usr/include/libpng12
-I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/alsa
-I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0
-I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/
-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/graphics
-I../../../libs/openFrameworks/events
-I../../../libs/openFrameworks/video
-I../../../libs/openFrameworks/communication
-I../../../libs/openFrameworks/sound
-I../../../libs/openFrameworks/gl
-I../../../libs/openFrameworks/types
-I../../../libs/openFrameworks/app
-I../../../libs/openFrameworks/math
-I../../../libs/openFrameworks/utils
-I../../../libs/openFrameworks/3d
---OF_CORE_FRAMEWORKS_CFLAGS---
---OF_CORE_SOURCE_FILES---
../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp
../../../libs/openFrameworks/graphics/ofTessellator.cpp
../../../libs/openFrameworks/graphics/ofCairoRenderer.cpp
../../../libs/openFrameworks/graphics/of3dGraphics.cpp
../../../libs/openFrameworks/graphics/ofGraphics.cpp
../../../libs/openFrameworks/graphics/ofBitmapFont.cpp
../../../libs/openFrameworks/graphics/ofPolyline.cpp
../../../libs/openFrameworks/graphics/ofImage.cpp
../../../libs/openFrameworks/graphics/ofPath.cpp
../../../libs/openFrameworks/graphics/ofPixels.cpp
../../../libs/openFrameworks/graphics/ofRendererCollection.cpp
../../../libs/openFrameworks/events/ofEvents.cpp
../../../libs/openFrameworks/video/ofGstVideoGrabber.cpp
../../../libs/openFrameworks/video/ofGstVideoPlayer.cpp
../../../libs/openFrameworks/video/ofVideoGrabber.cpp
../../../libs/openFrameworks/video/ofVideoPlayer.cpp
../../../libs/openFrameworks/video/ofGstUtils.cpp
../../../libs/openFrameworks/communication/ofSerial.cpp
../../../libs/openFrameworks/communication/ofArduino.cpp
../../../libs/openFrameworks/sound/ofSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofSoundStream.cpp
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
../../../libs/openFrameworks/gl/ofMaterial.cpp
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
../../../libs/openFrameworks/gl/ofLight.cpp
../../../libs/openFrameworks/gl/ofFbo.cpp
../../../libs/openFrameworks/gl/ofShader.cpp
../../../libs/openFrameworks/gl/ofVbo.cpp
../../../libs/openFrameworks/gl/ofVboMesh.cpp
../../../libs/openFrameworks/gl/ofGLRenderer.cpp
../../../libs/openFrameworks/gl/ofTexture.cpp
../../../libs/openFrameworks/gl/ofGLUtils.cpp
../../../libs/openFrameworks/types/ofBaseTypes.cpp
../../../libs/openFrameworks/types/ofParameter.cpp
../../../libs/openFrameworks/types/ofParameterGroup.cpp
../../../libs/openFrameworks/types/ofRectangle.cpp
../../../libs/openFrameworks/types/ofColor.cpp
../../../libs/openFrameworks/app/ofAppNoWindow.cpp
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
../../../libs/openFrameworks/app/ofAppRunner.cpp
../../../libs/openFrameworks/math/ofMatrix4x4.cpp
../../../libs/openFrameworks/math/ofMatrix3x3.cpp
../../../libs/openFrameworks/math/ofVec2f.cpp
../../../libs/openFrameworks/math/ofMath.cpp
../../../libs/openFrameworks/math/ofQuaternion.cpp
../../../libs/openFrameworks/math/ofVec4f.cpp
../../../libs/openFrameworks/utils/ofFileUtils.cpp
../../../libs/openFrameworks/utils/ofXml.cpp
../../../libs/openFrameworks/utils/ofSystemUtils.cpp
../../../libs/openFrameworks/utils/ofThread.cpp
../../../libs/openFrameworks/utils/ofURLFileLoader.cpp
../../../libs/openFrameworks/utils/ofLog.cpp
../../../libs/openFrameworks/utils/ofMatrixStack.cpp
../../../libs/openFrameworks/utils/ofUtils.cpp
../../../libs/openFrameworks/3d/ofNode.cpp
../../../libs/openFrameworks/3d/ofEasyCam.cpp
../../../libs/openFrameworks/3d/of3dPrimitives.cpp
../../../libs/openFrameworks/3d/ofMesh.cpp
../../../libs/openFrameworks/3d/of3dUtils.cpp
../../../libs/openFrameworks/3d/ofCamera.cpp
---OF_CORE_HEADER_FILES---
../../../libs/openFrameworks/graphics/ofGraphics.h
../../../libs/openFrameworks/graphics/ofTessellator.h
../../../libs/openFrameworks/graphics/ofImage.h
../../../libs/openFrameworks/graphics/ofPolyline.h
../../../libs/openFrameworks/graphics/of3dGraphics.h
../../../libs/openFrameworks/graphics/ofBitmapFont.h
../../../libs/openFrameworks/graphics/ofPixels.h
../../../libs/openFrameworks/graphics/ofRendererCollection.h
../../../libs/openFrameworks/graphics/ofPath.h
../../../libs/openFrameworks/graphics/ofTrueTypeFont.h
../../../libs/openFrameworks/graphics/ofCairoRenderer.h
../../../libs/openFrameworks/events/ofDelegate.h
../../../libs/openFrameworks/events/ofEvents.h
../../../libs/openFrameworks/events/ofEventUtils.h
../../../libs/openFrameworks/video/ofQuickTimePlayer.h
../../../libs/openFrameworks/video/ofGstVideoPlayer.h
../../../libs/openFrameworks/video/ofQuickTimeGrabber.h
../../../libs/openFrameworks/video/ofQTKitGrabber.h
../../../libs/openFrameworks/video/ofVideoGrabber.h
../../../libs/openFrameworks/video/ofQtUtils.h
../../../libs/openFrameworks/video/ofGstUtils.h
../../../libs/openFrameworks/video/ofQTKitMovieRenderer.h
../../../libs/openFrameworks/video/ofDirectShowGrabber.h
../../../libs/openFrameworks/video/ofVideoPlayer.h
../../../libs/openFrameworks/video/ofQTKitPlayer.h
../../../libs/openFrameworks/video/ofGstVideoGrabber.h
../../../libs/openFrameworks/communication/ofArduino.h
../../../libs/openFrameworks/communication/ofSerial.h
../../../libs/openFrameworks/sound/ofBaseSoundStream.h
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.h
../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundStream.h
../../../libs/openFrameworks/gl/ofVbo.h
../../../libs/openFrameworks/gl/ofVboMesh.h
../../../libs/openFrameworks/gl/ofGLRenderer.h
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.h
../../../libs/openFrameworks/gl/ofMaterial.h
../../../libs/openFrameworks/gl/ofShader.h
../../../libs/openFrameworks/gl/ofGLUtils.h
../../../libs/openFrameworks/gl/ofFbo.h
../../../libs/openFrameworks/gl/ofTexture.h
../../../libs/openFrameworks/gl/ofLight.h
../../../libs/openFrameworks/types/ofColor.h
../../../libs/openFrameworks/types/ofParameterGroup.h
../../../libs/openFrameworks/types/ofPoint.h
../../../libs/openFrameworks/types/ofBaseTypes.h
../../../libs/openFrameworks/types/ofRectangle.h
../../../libs/openFrameworks/types/ofParameter.h
../../../libs/openFrameworks/types/ofTypes.h
../../../libs/openFrameworks/app/ofAppBaseWindow.h
../../../libs/openFrameworks/app/ofIcon.h
../../../libs/openFrameworks/app/ofAppEGLWindow.h
../../../libs/openFrameworks/app/ofAppGLFWWindow.h
../../../libs/openFrameworks/app/ofBaseApp.h
../../../libs/openFrameworks/app/ofAppNoWindow.h
../../../libs/openFrameworks/app/ofAppGlutWindow.h
../../../libs/openFrameworks/app/ofAppRunner.h
../../../libs/openFrameworks/math/ofVec2f.h
../../../libs/openFrameworks/math/ofMath.h
../../../libs/openFrameworks/math/ofQuaternion.h
../../../libs/openFrameworks/math/ofMatrix4x4.h
../../../libs/openFrameworks/math/ofVec3f.h
../../../libs/openFrameworks/math/ofVectorMath.h
../../../libs/openFrameworks/math/ofVec4f.h
../../../libs/openFrameworks/math/ofMatrix3x3.h
../../../libs/openFrameworks/utils/ofMatrixStack.h
../../../libs/openFrameworks/utils/ofSystemUtils.h
../../../libs/openFrameworks/utils/ofNoise.h
../../../libs/openFrameworks/utils/ofUtils.h
../../../libs/openFrameworks/utils/ofThread.h
../../../libs/openFrameworks/utils/ofConstants.h
../../../libs/openFrameworks/utils/ofLog.h
../../../libs/openFrameworks/utils/ofXml.h
../../../libs/openFrameworks/utils/ofURLFileLoader.h
../../../libs/openFrameworks/utils/ofFileUtils.h
../../../libs/openFrameworks/3d/ofCamera.h
../../../libs/openFrameworks/3d/ofMesh.h
../../../libs/openFrameworks/3d/ofNode.h
../../../libs/openFrameworks/3d/ofEasyCam.h
../../../libs/openFrameworks/3d/of3dUtils.h
../../../libs/openFrameworks/3d/of3dPrimitives.h
---PLATFORM_CORE_EXCLUSIONS---
%.mm
%.m
../../../libs/openFrameworks/video/ofQtUtils.cpp
../../../libs/openFrameworks/video/ofQuickTimeGrabber.cpp
../../../libs/openFrameworks/video/ofQuickTimePlayer.cpp
../../../libs/openFrameworks/video/ofDirectShowGrabber.cpp
../../../libs/openFrameworks/app/ofAppGlutWindow.cpp
../../../libs/glew/%
../../../libs/glu/%
../../../libs/poco/include/Poco
../../../libs/poco/include/CppUnit
../../../libs/poco/include/Poco/%
../../../libs/poco/include/CppUnit/%
../../../libs/quicktime/%
../../../libs/videoInput/%
../../../libs/freetype/%
../../../libs/FreeImage/%
../../../libs/assimp/%
../../../libs/glut/%
../../../libs/openFrameworks/app/ofAppGLFWWindow.cpp
=============================configure.core.flags.make========================
---OF_CORE_LIBS_LDFLAGS---
---OF_CORE_LIBS---
===================ADDONS================
---OF_PROJECT_SOURCE_PATHS---
./src
---OF_PROJECT_EXCLUSIONS---
./bin
./obj
./.git
./bin%
./obj%
./.git/%
./%.xcodeproj
---OF_PROJECT_INCLUDES_CFLAGS---
-I./src
===================compile.project.make=============================
---OF_PROJECT_SOURCE_FILES---
./src/ofApp.cpp
./src/main.cpp
---OF_PROJECT_DEPENDENCY_FILES---
---OF_PROJECT_DEPENDENCY_FILES---
obj/linuxarmv6l/Release/src/ofApp.d
obj/linuxarmv6l/Release/src/main.d
make[1]: Entering directory `/media/Data/home/pi/openFrameworks/apps/myApps/emptyExample'
Linking bin/emptyExample for linuxarmv6l
/home/jvcleave/RPI_TOOLS/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-g++ -o bin/emptyExample obj/linuxarmv6l/Release/src/ofApp.o obj/linuxarmv6l/Release/src/main.o ../../../libs/openFrameworksCompiled/lib/linuxarmv6l/libopenFrameworks.a -Wl,-rpath=./libs:./bin/libs -Wl,--no-as-needed -Wl,--gc-sections -pthread --sysroot=/home/jvcleave/RPI_ROOT -L/opt/vc/lib -L/home/jvcleave/RPI_ROOT/opt/vc/lib ../../../libs/kiss/lib/linuxarmv6l/libkiss.a ../../../libs/rtAudio/lib/linuxarmv6l/libRtAudio.a ../../../libs/tess2/lib/linuxarmv6l/libtess2.a ../../../libs/poco/lib/linuxarmv6l/libPocoNet.a ../../../libs/poco/lib/linuxarmv6l/libPocoData.a ../../../libs/poco/lib/linuxarmv6l/libPocoNetSSL.a ../../../libs/poco/lib/linuxarmv6l/libPocoCrypto.a ../../../libs/poco/lib/linuxarmv6l/libPocoZip.a ../../../libs/poco/lib/linuxarmv6l/libPocoUtil.a ../../../libs/poco/lib/linuxarmv6l/libPocoXML.a ../../../libs/poco/lib/linuxarmv6l/libPocoFoundation.a ../../../libs/poco/lib/linuxarmv6l/libPocoNetSSL.a ../../../libs/poco/lib/linuxarmv6l/libPocoNet.a ../../../libs/poco/lib/linuxarmv6l/libPocoCrypto.a ../../../libs/poco/lib/linuxarmv6l/libPocoUtil.a ../../../libs/poco/lib/linuxarmv6l/libPocoXML.a ../../../libs/poco/lib/linuxarmv6l/libPocoFoundation.a -L/usr/lib/arm-linux-gnueabihf -lz -lgstapp-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -ludev -lsndfile -lopenal -lssl -lcrypto -lpulse-simple -lpulse -lasound -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lmpg123 -lfreeimage -lGLESv2 -lGLESv1_CM -lEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpcre -lrt -lX11 -ldl
make[1]: Leaving directory `/media/Data/home/pi/openFrameworks/apps/myApps/emptyExample'
=================== config.mk platform detection ================
PLATFORM_ARCH=armv6l
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linuxarmv6l
=================== 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=../../../libs/openFrameworksCompiled/project/makefileCommon
OF_PLATFORM_MAKEFILES=../../../libs/openFrameworksCompiled/project/linuxarmv6l
OF_CORE_LIB_PATH=../../../libs/openFrameworksCompiled/lib/linuxarmv6l
armv6l
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 gtk+-2.0 libmpg123
========================= config.mk flags ========================
---OF_CORE_DEFINES_CFLAGS---
-DOF_USING_GTK
-DOF_USING_MPG123
-DTARGET_RASPBERRY_PI
-DSTANDALONE
-DPIC
-D_REENTRANT
-D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
-D_FORTIFY_SOURCE
-D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS
-DTARGET_POSIX
-DHAVE_LIBOPENMAX=2
-DOMX
-DOMX_SKIP64BIT
-DUSE_EXTERNAL_OMX
-DHAVE_LIBBCM_HOST
-DUSE_EXTERNAL_LIBBCM_HOST
-DUSE_VCHIQ_ARM
-DUSE_DISPMANX_TRANSFORM_T
---OF_CORE_INCLUDES_CFLAGS---
-I/opt/vc/include
-I/opt/vc/include/IL
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/opt/vc/include
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vcos/pthreads
-I/home/jvcleave/RPI_ROOT/opt/vc/include/interface/vmcs_host/linux
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/
-I/home/jvcleave/RPI_ROOT/usr/include/c++/4.6/arm-linux-gnueabihf
-pthread
-D_REENTRANT
-I/home/jvcleave/RPI_ROOT/usr/include/cairo
-I/home/jvcleave/RPI_ROOT/usr/include/glib-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/glib-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/pixman-1
-I/home/jvcleave/RPI_ROOT/usr/include/freetype2
-I/home/jvcleave/RPI_ROOT/usr/include/libpng12
-I/home/jvcleave/RPI_ROOT/usr/include/gstreamer-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/alsa
-I/home/jvcleave/RPI_ROOT/usr/include/gtk-2.0
-I/home/jvcleave/RPI_ROOT/usr/lib/arm-linux-gnueabihf/gtk-2.0/include
-I/home/jvcleave/RPI_ROOT/usr/include/atk-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gdk-pixbuf-2.0
-I/home/jvcleave/RPI_ROOT/usr/include/pango-1.0
-I/home/jvcleave/RPI_ROOT/usr/include/gio-unix-2.0/
-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/graphics
-I../../../libs/openFrameworks/events
-I../../../libs/openFrameworks/video
-I../../../libs/openFrameworks/communication
-I../../../libs/openFrameworks/sound
-I../../../libs/openFrameworks/gl
-I../../../libs/openFrameworks/types
-I../../../libs/openFrameworks/app
-I../../../libs/openFrameworks/math
-I../../../libs/openFrameworks/utils
-I../../../libs/openFrameworks/3d
---OF_CORE_FRAMEWORKS_CFLAGS---
---OF_CORE_SOURCE_FILES---
../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp
../../../libs/openFrameworks/graphics/ofTessellator.cpp
../../../libs/openFrameworks/graphics/ofCairoRenderer.cpp
../../../libs/openFrameworks/graphics/of3dGraphics.cpp
../../../libs/openFrameworks/graphics/ofGraphics.cpp
../../../libs/openFrameworks/graphics/ofBitmapFont.cpp
../../../libs/openFrameworks/graphics/ofPolyline.cpp
../../../libs/openFrameworks/graphics/ofImage.cpp
../../../libs/openFrameworks/graphics/ofPath.cpp
../../../libs/openFrameworks/graphics/ofPixels.cpp
../../../libs/openFrameworks/graphics/ofRendererCollection.cpp
../../../libs/openFrameworks/events/ofEvents.cpp
../../../libs/openFrameworks/video/ofGstVideoGrabber.cpp
../../../libs/openFrameworks/video/ofGstVideoPlayer.cpp
../../../libs/openFrameworks/video/ofVideoGrabber.cpp
../../../libs/openFrameworks/video/ofVideoPlayer.cpp
../../../libs/openFrameworks/video/ofGstUtils.cpp
../../../libs/openFrameworks/communication/ofSerial.cpp
../../../libs/openFrameworks/communication/ofArduino.cpp
../../../libs/openFrameworks/sound/ofSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofSoundStream.cpp
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
../../../libs/openFrameworks/gl/ofMaterial.cpp
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
../../../libs/openFrameworks/gl/ofLight.cpp
../../../libs/openFrameworks/gl/ofFbo.cpp
../../../libs/openFrameworks/gl/ofShader.cpp
../../../libs/openFrameworks/gl/ofVbo.cpp
../../../libs/openFrameworks/gl/ofVboMesh.cpp
../../../libs/openFrameworks/gl/ofGLRenderer.cpp
../../../libs/openFrameworks/gl/ofTexture.cpp
../../../libs/openFrameworks/gl/ofGLUtils.cpp
../../../libs/openFrameworks/types/ofBaseTypes.cpp
../../../libs/openFrameworks/types/ofParameter.cpp
../../../libs/openFrameworks/types/ofParameterGroup.cpp
../../../libs/openFrameworks/types/ofRectangle.cpp
../../../libs/openFrameworks/types/ofColor.cpp
../../../libs/openFrameworks/app/ofAppNoWindow.cpp
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
../../../libs/openFrameworks/app/ofAppRunner.cpp
../../../libs/openFrameworks/math/ofMatrix4x4.cpp
../../../libs/openFrameworks/math/ofMatrix3x3.cpp
../../../libs/openFrameworks/math/ofVec2f.cpp
../../../libs/openFrameworks/math/ofMath.cpp
../../../libs/openFrameworks/math/ofQuaternion.cpp
../../../libs/openFrameworks/math/ofVec4f.cpp
../../../libs/openFrameworks/utils/ofFileUtils.cpp
../../../libs/openFrameworks/utils/ofXml.cpp
../../../libs/openFrameworks/utils/ofSystemUtils.cpp
../../../libs/openFrameworks/utils/ofThread.cpp
../../../libs/openFrameworks/utils/ofURLFileLoader.cpp
../../../libs/openFrameworks/utils/ofLog.cpp
../../../libs/openFrameworks/utils/ofMatrixStack.cpp
../../../libs/openFrameworks/utils/ofUtils.cpp
../../../libs/openFrameworks/3d/ofNode.cpp
../../../libs/openFrameworks/3d/ofEasyCam.cpp
../../../libs/openFrameworks/3d/of3dPrimitives.cpp
../../../libs/openFrameworks/3d/ofMesh.cpp
../../../libs/openFrameworks/3d/of3dUtils.cpp
../../../libs/openFrameworks/3d/ofCamera.cpp
---OF_CORE_HEADER_FILES---
../../../libs/openFrameworks/graphics/ofGraphics.h
../../../libs/openFrameworks/graphics/ofTessellator.h
../../../libs/openFrameworks/graphics/ofImage.h
../../../libs/openFrameworks/graphics/ofPolyline.h
../../../libs/openFrameworks/graphics/of3dGraphics.h
../../../libs/openFrameworks/graphics/ofBitmapFont.h
../../../libs/openFrameworks/graphics/ofPixels.h
../../../libs/openFrameworks/graphics/ofRendererCollection.h
../../../libs/openFrameworks/graphics/ofPath.h
../../../libs/openFrameworks/graphics/ofTrueTypeFont.h
../../../libs/openFrameworks/graphics/ofCairoRenderer.h
../../../libs/openFrameworks/events/ofDelegate.h
../../../libs/openFrameworks/events/ofEvents.h
../../../libs/openFrameworks/events/ofEventUtils.h
../../../libs/openFrameworks/video/ofQuickTimePlayer.h
../../../libs/openFrameworks/video/ofGstVideoPlayer.h
../../../libs/openFrameworks/video/ofQuickTimeGrabber.h
../../../libs/openFrameworks/video/ofQTKitGrabber.h
../../../libs/openFrameworks/video/ofVideoGrabber.h
../../../libs/openFrameworks/video/ofQtUtils.h
../../../libs/openFrameworks/video/ofGstUtils.h
../../../libs/openFrameworks/video/ofQTKitMovieRenderer.h
../../../libs/openFrameworks/video/ofDirectShowGrabber.h
../../../libs/openFrameworks/video/ofVideoPlayer.h
../../../libs/openFrameworks/video/ofQTKitPlayer.h
../../../libs/openFrameworks/video/ofGstVideoGrabber.h
../../../libs/openFrameworks/communication/ofArduino.h
../../../libs/openFrameworks/communication/ofSerial.h
../../../libs/openFrameworks/sound/ofBaseSoundStream.h
../../../libs/openFrameworks/sound/ofRtAudioSoundStream.h
../../../libs/openFrameworks/sound/ofBaseSoundPlayer.h
../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h
../../../libs/openFrameworks/sound/ofOpenALSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundPlayer.h
../../../libs/openFrameworks/sound/ofSoundStream.h
../../../libs/openFrameworks/gl/ofVbo.h
../../../libs/openFrameworks/gl/ofVboMesh.h
../../../libs/openFrameworks/gl/ofGLRenderer.h
../../../libs/openFrameworks/gl/ofGLProgrammableRenderer.h
../../../libs/openFrameworks/gl/ofMaterial.h
../../../libs/openFrameworks/gl/ofShader.h
../../../libs/openFrameworks/gl/ofGLUtils.h
../../../libs/openFrameworks/gl/ofFbo.h
../../../libs/openFrameworks/gl/ofTexture.h
../../../libs/openFrameworks/gl/ofLight.h
../../../libs/openFrameworks/types/ofColor.h
../../../libs/openFrameworks/types/ofParameterGroup.h
../../../libs/openFrameworks/types/ofPoint.h
../../../libs/openFrameworks/types/ofBaseTypes.h
../../../libs/openFrameworks/types/ofRectangle.h
../../../libs/openFrameworks/types/ofParameter.h
../../../libs/openFrameworks/types/ofTypes.h
../../../libs/openFrameworks/app/ofAppBaseWindow.h
../../../libs/openFrameworks/app/ofIcon.h
../../../libs/openFrameworks/app/ofAppEGLWindow.h
../../../libs/openFrameworks/app/ofAppGLFWWindow.h
../../../libs/openFrameworks/app/ofBaseApp.h
../../../libs/openFrameworks/app/ofAppNoWindow.h
../../../libs/openFrameworks/app/ofAppGlutWindow.h
../../../libs/openFrameworks/app/ofAppRunner.h
../../../libs/openFrameworks/math/ofVec2f.h
../../../libs/openFrameworks/math/ofMath.h
../../../libs/openFrameworks/math/ofQuaternion.h
../../../libs/openFrameworks/math/ofMatrix4x4.h
../../../libs/openFrameworks/math/ofVec3f.h
../../../libs/openFrameworks/math/ofVectorMath.h
../../../libs/openFrameworks/math/ofVec4f.h
../../../libs/openFrameworks/math/ofMatrix3x3.h
../../../libs/openFrameworks/utils/ofMatrixStack.h
../../../libs/openFrameworks/utils/ofSystemUtils.h
../../../libs/openFrameworks/utils/ofNoise.h
../../../libs/openFrameworks/utils/ofUtils.h
../../../libs/openFrameworks/utils/ofThread.h
../../../libs/openFrameworks/utils/ofConstants.h
../../../libs/openFrameworks/utils/ofLog.h
../../../libs/openFrameworks/utils/ofXml.h
../../../libs/openFrameworks/utils/ofURLFileLoader.h
../../../libs/openFrameworks/utils/ofFileUtils.h
../../../libs/openFrameworks/3d/ofCamera.h
../../../libs/openFrameworks/3d/ofMesh.h
../../../libs/openFrameworks/3d/ofNode.h
../../../libs/openFrameworks/3d/ofEasyCam.h
../../../libs/openFrameworks/3d/of3dUtils.h
../../../libs/openFrameworks/3d/of3dPrimitives.h
---PLATFORM_CORE_EXCLUSIONS---
%.mm
%.m
../../../libs/openFrameworks/video/ofQtUtils.cpp
../../../libs/openFrameworks/video/ofQuickTimeGrabber.cpp
../../../libs/openFrameworks/video/ofQuickTimePlayer.cpp
../../../libs/openFrameworks/video/ofDirectShowGrabber.cpp
../../../libs/openFrameworks/app/ofAppGlutWindow.cpp
../../../libs/glew/%
../../../libs/glu/%
../../../libs/poco/include/Poco
../../../libs/poco/include/CppUnit
../../../libs/poco/include/Poco/%
../../../libs/poco/include/CppUnit/%
../../../libs/quicktime/%
../../../libs/videoInput/%
../../../libs/freetype/%
../../../libs/FreeImage/%
../../../libs/assimp/%
../../../libs/glut/%
../../../libs/openFrameworks/app/ofAppGLFWWindow.cpp
make[1]: Entering directory `/media/Data/home/pi/openFrameworks/apps/myApps/emptyExample'
cp -r ../../../export/linuxarmv6l/* bin/
compiling done
to launch the application
cd bin
./emptyExample
- or -
make run
make[1]: Leaving directory `/media/Data/home/pi/openFrameworks/apps/myApps/emptyExample'
@jvcleave
Copy link
Author

used with this as my ~/.profile

# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
    # include .bashrc if it exists
    if [ -f "$HOME/.bashrc" ]; then
        . "$HOME/.bashrc"
    fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi
export GST_VERSION=1.0
export RPI_ROOT=/home/jvcleave/RPI_ROOT
export RPI_TOOLS=/home/jvcleave/RPI_TOOLS
export PLATFORM_OS=Linux
export PLATFORM_ARCH=armv6l
export PKG_CONFIG_PATH=$RPI_ROOT/usr/lib/arm-linux-gnueabihf/pkgconfig:$RPI_ROOT/usr/share/pkgconfig:$RPI_ROOT/usr/lib/pkgconfig
export MAKEFLAGS="-j 6 "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment