Hello,
I am new in OpenFrameworks and Fedora.
I have download OF v0.07 and run install_codeblocks_802.sh, everything ok (I can open Code Blocks IDE).
But when i run instal_dependencies, and error occur.
compiling object for ../../../openFrameworks/sound/ofSoundPlayer.cpp
mkdir -p obj/Debug/openFrameworks/sound
g++ -g3 -Wall -fexceptions -I../../../assimp/include -I../../../assimp/include/Compiler -I../../../cairo/include -I../../../cairo/include/pixman-1 -I../../../cairo/include/cairo -I../../../cairo/include/libpng15 -I../../../fmodex/include -I../../../FreeImage/include -I../../../freetype/include -I../../../freetype/include/freetype2 -I../../../freetype/include/freetype2/freetype -I../../../freetype/include/freetype2/freetype/config -I../../../freetype/include/freetype2/freetype/internal -I../../../freetype/include/freetype2/freetype/internal/services -I../../../glew/include -I../../../glew/include/GL -I../../../kiss/include -I../../../portaudio/include -I../../../rtAudio/include -I../../../tess2/include -I../../../poco/include -I../../../glu/include -I../../../openFrameworks/ -I../../../openFrameworks/video -I../../../openFrameworks/graphics -I../../../openFrameworks/sound -I../../../openFrameworks/math -I../../../openFrameworks/types -I../../../openFrameworks/app -I../../../openFrameworks/utils -I../../../openFrameworks/gl -I../../../openFrameworks/communication -I../../../openFrameworks/events -I../../../openFrameworks/3d -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DOF_USING_GTK -MMD -MP -MFobj/Debug/openFrameworks/sound/ofSoundPlayer.d -MTobj/Debug/openFrameworks/sound/ofSoundPlayer.d -o obj/Debug/openFrameworks/sound/ofSoundPlayer.o -c ../../../openFrameworks/sound/ofSoundPlayer.cpp
In file included from ../../../openFrameworks/sound/ofSoundPlayer.h:32:0,
from ../../../openFrameworks/sound/ofSoundPlayer.cpp:1:
../../../openFrameworks/sound/ofOpenALSoundPlayer.h:14:19: error fatal: AL/al.h: No existe el fichero o el directorio
compilación terminada.
make: *** [obj/Debug/openFrameworks/sound/ofSoundPlayer.o] Error 1
there has been a problem compiling Debug OF library
please report this problem in the forums
¨No existe el fichero o el directorio¨ means Folder does not exists
When I try to build a project example from OF in Code Blocks, i get an error relate to OpenAL, in the line include <AL/al.h>
I have install OpenAL, but the errors in install_dependencies and build projects in CB persists.
How can I resolve this problem?