thank you very much for the help Scott I did the installation of all libraries, including PNG. But the error persists! I think the error is in Jack, I dont know. I can not read the error, I already have all the libraries thank for any help
Checking for C library m... (cached) yes Checking for C library pthread... (cached) yes Checking for C library sndfile... (cached) yes Checking for C library fftw3... (cached) yes Checking for C library lo... (cached) yes Checking for C library ode... (cached) yes Checking for C library guile... (cached) yes Checking for C library jack... (cached) yes scons: done reading SConscript files. scons: Building targets ... g++ -o src/AudioCollector.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src src/AudioCollector.cpp src/JackClient.h:68: error: extra qualification 'JackClient::JackPort::' on member 'JackPort' scons: *** [src/AudioCollector.o] Error 1 scons: building terminated because of errors. On Thu, Apr 9, 2009 at 6:32 PM, Scott <[email protected]> wrote: > You're going to want to install all the libraries mentioned on the home > page. You're missing the PNG library now. > > > On Thu, Apr 9, 2009 at 4:04 PM, s <[email protected]> wrote: > >> thank you very much Paraita! >> I did libglut3-dev installation via apt-get package and all packages >> opengl too, but now the error is this >> >> Checking for C library m... (cached) yes >> Checking for C library pthread... (cached) yes >> Checking for C library sndfile... (cached) yes >> Checking for C library fftw3... (cached) yes >> Checking for C library lo... (cached) yes >> Checking for C library ode... (cached) yes >> Checking for C library guile... (cached) yes >> Checking for C library jack... (cached) yes >> scons: done reading SConscript files. >> scons: Building targets ... >> g++ -o libfluxus/src/PNGLoader.o -c -ggdb -pipe -Wall -O3 -ffast-math >> -Wno-unused -fPIC -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src >> libfluxus/src/PNGLoader.cpp >> libfluxus/src/PNGLoader.cpp:17:17: error: png.h: No such file or directory >> libfluxus/src/PNGLoader.cpp: In static member function 'static char* >> fluxus::PNGLoader::Load(const std::string&, int&, int&, >> fluxus::PixelFormat&)': >> libfluxus/src/PNGLoader.cpp:29: error: 'png_structp' was not declared in >> this scope >> libfluxus/src/PNGLoader.cpp:29: error: expected `;' before 'png_ptr' >> libfluxus/src/PNGLoader.cpp:30: error: 'png_infop' was not declared in >> this scope >> libfluxus/src/PNGLoader.cpp:30: error: expected `;' before 'info_ptr' >> libfluxus/src/PNGLoader.cpp:32: error: 'png_ptr' was not declared in this >> scope >> libfluxus/src/PNGLoader.cpp:32: error: 'PNG_LIBPNG_VER_STRING' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:32: error: 'png_create_read_struct' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:33: error: 'info_ptr' was not declared in this >> scope >> libfluxus/src/PNGLoader.cpp:33: error: 'png_create_info_struct' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:34: error: 'png_init_io' was not declared in >> this scope >> libfluxus/src/PNGLoader.cpp:35: error: 'PNG_TRANSFORM_IDENTITY' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:35: error: 'png_read_png' was not declared in >> this scope >> libfluxus/src/PNGLoader.cpp:54: error: 'PNG_COLOR_TYPE_RGB' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:55: error: 'PNG_COLOR_TYPE_RGB_ALPHA' was not >> declared in this scope >> libfluxus/src/PNGLoader.cpp:59: error: 'png_infopp' was not declared in >> this scope >> libfluxus/src/PNGLoader.cpp:59: error: 'png_destroy_read_struct' was not >> declared in this scope >> scons: *** [libfluxus/src/PNGLoader.o] Error 1 >> scons: building terminated because of errors. >> >> >> thank for the help! >> >> >> On Thu, Apr 9, 2009 at 3:07 PM, Paraita Wohler <[email protected]> wrote: >> >>> Hi >>> have you installed libglut3-dev package via apt-get ? try to enable >>> compiz fusion too, it will install all opengl required packages. >>> Hope that helped ! >>> >>> >>> Le 9 avr. 09 à 20:14, s a écrit : >>> >>> hi == hola >>> this is my first post in the list, I write from mexico. _rrr. - >>> I had some trouble installing FLUXUS on my laptop and would like to start >>> working with FLUXUS now. >>> I use a Sony Pentium 3 with Ubuntu Gutsy and this is the error. >>> can you help me?, >>> gracias! >>> >>> Checking for C library m... (cached) yes >>> Checking for C library pthread... (cached) yes >>> Checking for C library sndfile... (cached) yes >>> Checking for C library fftw3... (cached) yes >>> Checking for C library lo... (cached) yes >>> Checking for C library ode... (cached) yes >>> Checking for C library guile... (cached) yes >>> Checking for C library jack... (cached) yes >>> scons: done reading SConscript files. >>> scons: Building targets ... >>> g++ -o libfluxus/src/GraphicsUtils.o -c -ggdb -pipe -Wall -O3 -ffast-math >>> -Wno-unused -fPIC -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src >>> libfluxus/src/GraphicsUtils.cpp >>> In file included from libfluxus/src/Primitive.h:20, >>> from libfluxus/src/SceneGraph.h:19, >>> from libfluxus/src/Renderer.h:23, >>> from libfluxus/src/PolyPrimitive.h:17, >>> from libfluxus/src/GraphicsUtils.cpp:17: >>> libfluxus/src/State.h:21:19: error: GL/gl.h: No such file or directory >>> libfluxus/src/State.h:22:20: error: GL/glu.h: No such file or directory >>> libfluxus/src/State.h:23:21: error: GL/glut.h: No such file or directory >>> libfluxus/src/Renderer.h:166: error: 'GLuint' does not name a type >>> libfluxus/src/NURBSPrimitive.h:63: error: ISO C++ forbids declaration of >>> 'GLUnurbsObj' with no type >>> libfluxus/src/NURBSPrimitive.h:63: error: expected ';' before '*' token >>> scons: *** [libfluxus/src/GraphicsUtils.o] Error 1 >>> scons: building terminated because of errors. >>> >>> thank for the help! >>> -- >>> http://r-r-r.cc >>> _[s] -- linux #434565 >>> >>> >>> >>> >> >> >> -- >> http://r-r-r.cc >> _[s] -- linux #434565 >> >> >> > -- http://r-r-r.cc _[s] -- linux #434565
