On Sun, Sep 13, 2009 at 6:36 PM, Gabriel Zea <[email protected]> wrote: > Hi there, > > I'm trying to install the last relase in an archlinux box via the AUR, > but i keep getting this error message: > > g++ -o libfluxus/src/PolyPrimitive.o -c -ggdb -pipe -Wall -O3 > -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 > -DFLUXUS_MINOR_VERSION=16 > -DPLT_COLLECTS_LOCATION="\"/usr/lib/plt/collects/"\" > -DFLUXUS_COLLECTS_LOCATION="\"/usr/lib"\" > -DDATA_LOCATION="\"/usr/share/fluxus-016"\" -DGLSL -DMZ_PRECISE_GC > -DNO_LO_ARG_SIZE_DECL -D__LINUX_ALSASEQ__ -I/usr/local/include > -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 > -I/usr/include/plt > -I/tmp/yaourt-tmp-zea/aur-fluxus/fluxus/src/libfluxus/src > libfluxus/src/PolyPrimitive.cpp > libfluxus/src/PolyPrimitive.cpp: In member function 'virtual void > Fluxus::PolyPrimitive::Render()': > libfluxus/src/PolyPrimitive.cpp:146: error: 'snprintf' was not > declared in this scope > scons: *** [libfluxus/src/PolyPrimitive.o] Error 1 > scons: building terminated because of errors. > ==> ERROR: Build Failed. > Aborting... > Error: Makepkg was unable to build fluxus package. > > Any one can helpme with this issue? > > thanks >
I'm made a little change in the sources and finally sucessfully compiled the soft. The files I modified was: * libfluxus/src/Poliprimitive.cpp * libfluxus/src/GLSLShader.cpp * libfluxus/src/SkinWeightsToVertColsPrimFunc.cpp * libfluxus/src/SkinningPrimFunc.cpp * libfluxus/src/OBJPrimitiveIO.cpp in each one i add "#include <cstdio>" at the top of the file. After that the scons process finished without errors, but i still having problems when executing de fluxus bin file: /usr/local/bin/fluxus: error while loading shared libraries: libmzscheme3m-4.2.1.so: cannot open shared object file: No such file or directory but i have this file in /usr/local/lib/libmzscheme3m-4.2.1.so. any one can drop me a line to solve this?? thanks zea -- Gabriel Zea Portfolio :: http://zea.randomlab.net nerdBot :: http://nerdbots.info @twitter | @identica :: z3a @flickr :: http://is.gd/1Mry9
