Hi the list. I was updating the last fluxus code and on compile I got this error. If someone know something about this, any help will be great. (on linux mint 11 based on Ubuntu 11.04)
~/git/fluxus $ scons RacketPrefix=/usr RacketCollects=/usr/share/racket/collects scons: Reading SConscript files ... -------------------------------------------------------- Fluxus: Configuring Build Environment -------------------------------------------------------- Checking for C library m... (cached) yes Checking for C library pthread... (cached) yes Checking for C library dl... (cached) yes Checking for C library jpeg... (cached) yes Checking for C library tiff... (cached) yes Checking for C library freetype... (cached) yes Checking for C library z... (cached) yes Checking for C library png... (cached) yes Checking for C library ode... (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 GLEW... (cached) yes Checking for C library racket3m... (cached) yes Checking for C library jack... (cached) yes Checking for C library GL... (cached) yes Checking for C library GLU... (cached) yes Checking for C library glut... (cached) yes Checking for C library asound... (cached) yes Checking for C library openal... (cached) yes Checking for C function dInitODE2()... (cached) yes Checking for C++ function lo_arg_size_check()... (cached) yes Checking requirements for fluxus-video_ss ... Checking for C header file GL/glew.h... (cached) yes Checking for C header file gst/app/gstappsink.h... (cached) yes fluxus-video_ss requirements... yes scons: done reading SConscript files. scons: Building targets ... g++ -o libfluxus/src/GLSLShader.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=18 -DRACKET_COLLECTS_LOCATION="\"/usr/share/racket/collects"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-018"\" -DGLSL -DMZ_PRECISE_GC -D__LINUX_ALSASEQ__ -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/include/racket -I/home/ted/git/libfluxus/src libfluxus/src/GLSLShader.cpp libfluxus/src/GLSLShader.cpp: In member function 'void Fluxus::GLSLShader::SetVector(const std::string&, Fluxus::dVector, int)': libfluxus/src/GLSLShader.cpp:306:16: error: 'assert' was not declared in this scope scons: *** [libfluxus/src/GLSLShader.o] Error 1 scons: building terminated because of errors. Thanks.
