Quantcast
Viewing all articles
Browse latest Browse all 40524

No config.make files in 090RC2 examples. How to Compile?

OK, I modified that file changing the line:

cp ../../../scripts/linux/template/linuxarmv6l/Makefile .

to

cp ../../../scripts/templates/linuxarmv7l/Makefile .

and then made this command:

export MAKEFLAGS=-j4 PLATFORM_VARIANT=rpi2

and then ran that script, and it compiled many of the examples, but froze at somewhere it said: "vcos/pthreads/". I had to reboot the RPI2 and then I was able to individually compile and run some examples. However, when I made a new project and copied the ARMv7 Makefile to it and added addons: ofxGui and ofxXmlSettings, and run make, I get the following error, which you can see in this complete readout:

pi@raspberrypi ~/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA $ cat addons.make 
ofxGui
ofxXmlSettings
pi@raspberrypi ~/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA $ make
HOST_OS=Linux
HOST_ARCH=armv7l
armv7l
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/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworksCompiled/project'
HOST_OS=Linux
HOST_ARCH=armv7l

armv7l
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
HOST_ARCH=armv7l
armv7l
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
HOST_ARCH=armv7l
armv7l
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/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworksCompiled/project'


Compiling testA for Release
make[1]: Entering directory '/home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA'
HOST_OS=Linux
HOST_ARCH=armv7l
armv7l
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 
cat: obj/linuxarmv7l/Release/.compiler_flags: No such file or directory
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/ofApp.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF obj/linuxarmv7l/Release/src/ofApp.d -MT obj/linuxarmv7l/Release/src/ofApp.o -o obj/linuxarmv7l/Release/src/ofApp.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/ofApp.cpp
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/main.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF obj/linuxarmv7l/Release/src/main.d -MT obj/linuxarmv7l/Release/src/main.o -o obj/linuxarmv7l/Release/src/main.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/main.cpp
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxGuiGroup.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxGui/src/ofxGuiGroup.d -MT /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxGui/src/ofxGuiGroup.o -o /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxGui/src/ofxGuiGroup.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxGuiGroup.cpp
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/src/ofxXmlSettings.d -MT /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/src/ofxXmlSettings.o -o /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/src/ofxXmlSettings.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp
In file included from /opt/vc/include/interface/vcos/vcos.h:116:0,
                 from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
                 from /opt/vc/include/bcm_host.h:50,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils/ofConstants.h:169,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxBaseGui.h:3,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxGuiGroup.h:2,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxGuiGroup.cpp:1:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘void vcos_event_signal(VCOS_EVENT_T*)’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:535:8: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable]
    int ok = 0;
        ^
In file included from /opt/vc/include/interface/vcos/vcos.h:116:0,
                 from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
                 from /opt/vc/include/bcm_host.h:50,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils/ofConstants.h:169,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/ofMain.h:5,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/main.cpp:1:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘void vcos_event_signal(VCOS_EVENT_T*)’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:535:8: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable]
    int ok = 0;
        ^
In file included from /opt/vc/include/interface/vcos/vcos.h:116:0,
                 from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
                 from /opt/vc/include/bcm_host.h:50,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils/ofConstants.h:169,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/ofMain.h:5,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/ofApp.h:3,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA/src/ofApp.cpp:1:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘void vcos_event_signal(VCOS_EVENT_T*)’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:535:8: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable]
    int ok = 0;
        ^
In file included from /opt/vc/include/interface/vcos/vcos.h:116:0,
                 from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
                 from /opt/vc/include/bcm_host.h:50,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils/ofConstants.h:169,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/ofMain.h:5,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.h:3,
                 from /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp:1:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h: In function ‘void vcos_event_signal(VCOS_EVENT_T*)’:
/opt/vc/include/interface/vcos/pthreads/vcos_platform.h:535:8: warning: variable ‘ok’ set but not used [-Wunused-but-set-variable]
    int ok = 0;
        ^
/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp: In member function ‘virtual void ofxXmlSettings::serialize(const ofAbstractParameter&)’:
/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp:426:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<group.size();i++){
                ^
/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp: In member function ‘virtual void ofxXmlSettings::deserialize(ofAbstractParameter&)’:
/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src/ofxXmlSettings.cpp:446:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0;i<group.size();i++){
                 ^
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxmlparser.d -MT /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxmlparser.o -o /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxmlparser.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs/tinyxml.cpp
g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -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 -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 -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/of_v0.9.0RC2_linuxarmv7l_release/libs/fmodex/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/glfw/include/GLFW -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/kiss/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/poco/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/tess2/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/events -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/math -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/utils -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/sound -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/video -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/gl -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/types -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/3d -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/graphics -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/communication -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/libs/openFrameworks/app -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/src -I/home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs -MMD -MP -MF /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxml.d -MT /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxml.o -o /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/obj/linuxarmv7l/Release/ofxXmlSettings/libs/tinyxml.o -c /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs/tinyxml.cpp
Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxXmlSettings/libs/tinyxmlerror.cpp

Continued into next post...


Viewing all articles
Browse latest Browse all 40524

Trending Articles