Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Raspberry pi: exclude bin/data directories from compiling/including

$
0
0

@mieg wrote:

Hi all,

I am working on a podcast player for raspberry pi. Whenever i compile on the raspberry pi it tries to include a lot of subdirectories of bin/data, which should be excluded from the compile process. I cannot find where to disable this. Does anybody know how to fix this or point me in a direction? Compiling still works (sometimes it doesn't, it depends also on the directory names). Thanks for any help...

I will be moving to a cross compiling solution, but this is still something that needs to be fixed in the rpi distribution, i guess...

pi@stern:~/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2 $ make -j4
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123
Compiling OF library for Release
make[1]: Entering directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworksCompiled/project'
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123
Done!
make[1]: Leaving directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworksCompiled/project'


Compiling Stern2 for Release
make[1]: Entering directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2'
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123
find: `Truth': No such file or directory
find: `Gebeurd': No such file or directory
find: `Tech': No such file or directory
find: `All': No such file or directory
find: `Tools': No such file or directory
find: `leven#': No such file or directory
find: `een': No such file or directory
find: `gebruiksaanwijzing': No such file or directory
find: `American': No such file or directory
find: `Life': No such file or directory
find: `Invisible': No such file or directory
find: `met': No such file or directory
find: `de': No such file or directory
find: `microfoon': No such file or directory
find: `Exploder': No such file or directory
find: `Correspondent': No such file or directory
find: `short': No such file or directory
find: `stories': No such file or directory
find: `Mortified': No such file or directory
find: `Podcast': No such file or directory
find: `Truth': No such file or directory
find: `Gebeurd': No such file or directory
find: `Tech': No such file or directory
find: `All': No such file or directory
find: `Tools': No such file or directory
find: `leven#': No such file or directory
find: `een': No such file or directory
find: `gebruiksaanwijzing': No such file or directory
find: `American': No such file or directory
find: `Life': No such file or directory
find: `Invisible': No such file or directory
find: `met': No such file or directory
find: `de': No such file or directory
find: `microfoon': No such file or directory
find: `Exploder': No such file or directory
find: `Correspondent': No such file or directory
find: `short': No such file or directory
find: `stories': No such file or directory
find: `Mortified': No such file or directory
find: `Podcast': No such file or directory
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/AudioRunner.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/AudioRunner.d -MT obj/linuxarmv6l/Release/src/AudioRunner.o -o obj/linuxarmv6l/Release/src/AudioRunner.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/AudioRunner.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/episode.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/episode.d -MT obj/linuxarmv6l/Release/src/episode.o -o obj/linuxarmv6l/Release/src/episode.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/episode.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/Kattenoog.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/Kattenoog.d -MT obj/linuxarmv6l/Release/src/Kattenoog.o -o obj/linuxarmv6l/Release/src/Kattenoog.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/Kattenoog.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/main.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/main.d -MT obj/linuxarmv6l/Release/src/main.o -o obj/linuxarmv6l/Release/src/main.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/main.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/ofApp.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/ofApp.d -MT obj/linuxarmv6l/Release/src/ofApp.o -o obj/linuxarmv6l/Release/src/ofApp.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/ofApp.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/rotaryEncoder.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/rotaryEncoder.d -MT obj/linuxarmv6l/Release/src/rotaryEncoder.o -o obj/linuxarmv6l/Release/src/rotaryEncoder.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/rotaryEncoder.cpp
Compiling /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/Show.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -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  -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/fmodex/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/glfw/include/GLFW -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/utf8cpp/include/utf8 -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/events -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/types -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/app -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/graphics -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/math -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/communication -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/3d -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/video -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/sound -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/gl -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworks/utils -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src -ITruth -IGebeurd -ITech -IAll -ITools -Ileven# -Ieen -Igebruiksaanwijzing -IAmerican -ILife -IInvisible -Imet -Ide -Imicrofoon -IExploder -ICorrespondent -Ishort -Istories -IMortified -IPodcast -I/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/ofxTextSuite/src -MMD -MP -MF obj/linuxarmv6l/Release/src/Show.d -MT obj/linuxarmv6l/Release/src/Show.o -o obj/linuxarmv6l/Release/src/Show.o -c /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2/src/Show.cpp
find: `Truth': No such file or directory
find: `Gebeurd': No such file or directory
find: `Tech': No such file or directory
find: `All': No such file or directory
find: `Tools': No such file or directory
find: `leven#': No such file or directory
find: `een': No such file or directory
find: `gebruiksaanwijzing': No such file or directory
find: `American': No such file or directory
find: `Life': No such file or directory
find: `Invisible': No such file or directory
find: `met': No such file or directory
find: `de': No such file or directory
find: `microfoon': No such file or directory
find: `Exploder': No such file or directory
find: `Correspondent': No such file or directory
find: `short': No such file or directory
find: `stories': No such file or directory
find: `Mortified': No such file or directory
find: `Podcast': No such file or directory
Linking bin/Stern2 for linuxarmv6l
g++ -o bin/Stern2  obj/linuxarmv6l/Release/src/AudioRunner.o obj/linuxarmv6l/Release/src/episode.o obj/linuxarmv6l/Release/src/Kattenoog.o obj/linuxarmv6l/Release/src/main.o obj/linuxarmv6l/Release/src/ofApp.o obj/linuxarmv6l/Release/src/rotaryEncoder.o obj/linuxarmv6l/Release/src/shairportReader.o obj/linuxarmv6l/Release/src/Show.o /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/addons/obj/linuxarmv6l/Release/ofxTextSuite/src/ofxTextBlock.o /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/openFrameworksCompiled/lib/linuxarmv6l/libopenFrameworks.a   -Wl,-rpath=./libs:./bin/libs -Wl,--as-needed -Wl,--gc-sections -pthread -Wl,-rpath=./libs,-lwiringPi -L/opt/vc/lib /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/kiss/lib/linuxarmv6l/libkiss.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/tess2/lib/linuxarmv6l/libtess2.a  /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoNetSSL.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoNet.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoCrypto.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoUtil.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoJSON.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/libs/poco/lib/linuxarmv6l/libPocoXML.a /home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/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 -lfontconfig -lfreetype -lsndfile -lopenal -lssl -lcrypto -lpulse-simple -lpulse -lasound -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lmpg123  -lfreeimage -lrtaudio -lboost_filesystem -lboost_system -lGLESv2 -lGLESv1_CM -lEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpcre -lrt -lX11 -ldl
make[2]: Entering directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2'
HOST_OS=Linux
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 libmpg123

     compiling done
     to launch the application

     cd bin
     ./Stern2

     - or -

     make RunRelease


make[2]: Leaving directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2'
make[1]: Leaving directory '/home/pi/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2'
pi@stern:~/_PROJECTS/of_v0.9.3_linuxarmv6l_release/apps/myApps/Stern2 $

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles