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

[solved] OF 0.9-13706 Compilation Errors on Raspberry PI B

$
0
0

@MHi wrote:

Hi!

I've some problems compiling OF on a ARMv6 PI:
Thanks in advance!

Branch: Master (github via svn)
Revision: 13706.
OS: Raspbian GNU/Linux 7
ARCH: armv6l
GCC: 4.6.3 (Debian 4.6.3-14+rpi1)

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 ../../../libs/openFrameworks/communication/ofSerial.cpp
g++ -O3 -Wall -std=c++0x -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 -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 -pthread -D_REENTRANT -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-1.0 -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I../../../libs/fmodex/include -I../../../libs/glfw/include -I../../../libs/glfw/include/GLFW -I../../../libs/kiss/include -I../../../libs/poco/include -I../../../libs/tess2/include -I../../../libs/openFrameworks -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/types  -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
In file included from ../../../libs/openFrameworks/communication/ofSerial.h:4:0,
                 from ../../../libs/openFrameworks/communication/ofSerial.cpp:1:
../../../libs/openFrameworks/types/ofTypes.h:18:18: error: 'shared_ptr' is already declared in this scope
../../../libs/openFrameworks/types/ofTypes.h:19:18: error: 'weak_ptr' is already declared in this scope
../../../libs/openFrameworks/types/ofTypes.h:20:18: error: 'enable_shared_from_this' is already declared in this scope
In file included from ../../../libs/poco/include/Poco/Foundation.h:148:0,
                 from ../../../libs/poco/include/Poco/Mutex.h:23,
                 from ../../../libs/openFrameworks/types/ofTypes.h:99,
                 from ../../../libs/openFrameworks/communication/ofSerial.h:4,
                 from ../../../libs/openFrameworks/communication/ofSerial.cpp:1:
../../../libs/poco/include/Poco/Bugcheck.h:151:24: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
makefileCommon/compile.core.mk:232: recipe for target '../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.o' failed
make[2]: *** [../../../libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/communication/ofSerial.o] Error 1
makefileCommon/compile.core.mk:203: recipe for target 'Release' failed

Posts: 8

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles