Quantcast
Channel: arm - openFrameworks
Viewing all articles
Browse latest Browse all 364

ofRtAudioSoundStream.o failed / RtAudio.h: on fresh Archlinux / 0.9.3

$
0
0

@moebiussurfing wrote:

I just finished a clean install on RPI2 (following the official web guide) and I am getting this error when making the OF compiling for the first time:

make Release -C /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/project

 Compiling /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/sound/ofRtAudioSoundStream.cpp

 g++ -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_MPG123 -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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/lib/gstreamer-1.0/include -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/fmodex/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/glfw/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/glfw/include/GLFW -I/home/pi/of_v0.9.3_linuxarmv7l/libs/kiss/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/poco/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/tess2/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/utf8cpp/include -I/home/pi/of_v0.9.3_linuxarmv7l/libs/utf8cpp/include/utf8 -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/gl -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/3d -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/types -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/communication -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/app -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/events -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/sound -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/graphics -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/math -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/utils -I/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/video  -MMD -MP -MF /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.d -MT/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o -o /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o -c /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/sound/ofRtAudioSoundStream.cpp
    /home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworks/sound/ofRtAudioSoundStream.cpp:8:21: fatal error: RtAudio.h: No such file or directory
    compilation terminated.
    makefileCommon/compile.core.mk:239: recipe for target '/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o' failed
    make[1]: *** [/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Release/libs/openFrameworks/sound/ofRtAudioSoundStream.o] Error 1
    make[1]: *** Waiting for unfinished jobs....
    makefileCommon/compile.core.mk:205: recipe for target 'Release' failed
    make: *** [Release] Error 2
    make: Leaving directory '/home/pi/of_v0.9.3_linuxarmv7l/libs/openFrameworksCompiled/project'

RtAudio.h: No such file or directory
Any idea?

Posts: 3

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 364

Trending Articles