Hi, Now I'm trying to compile on Mac OS 10.4.11. I'm running into this error when I try to compile the version from git:
... g++ -o src/Interpreter.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=16 -DPLT_COLLECTS_LOCATION="\"/Applications/PLT/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/opt/local//lib"\" -DDATA_LOCATION="\"/opt/local//share/fluxus-016"\" -DENABLE_MULTITEXTURE -DGLSL -DMZ_PRECISE_GC -DNO_LO_ARG_SIZE_DECL -D__MACOSX_CORE__ -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/Applications/PLT/include -I/Users/michaelclemow/libfluxus/src -I/opt/local/include -I/opt/local/include/freetype2 -F/Applications/PLT/lib src/Interpreter.cpp src/Interpreter.cpp:21:18: error: base.c: No such file or directory src/Interpreter.cpp: In static member function 'static void fluxus::Interpreter::Initialise()': src/Interpreter.cpp:75: error: 'declare_modules' was not declared in this scope src/Interpreter.cpp:77: error: 'scheme_namespace_require' was not declared in this scope scons: *** [src/Interpreter.o] Error 1 scons: building terminated because of errors. ---- I'm not sure why this is happening. Also, is it supposed to be a binary version of PLT scheme in the PLT folder under Applications that the script is looking for, or should we compile PLT from source? Cheers, Mike -- http://michaelclemow.com http://semiotech.org
