Hey Gabor! Thanks for looking into this. It's a bit like jumping in at the deep end, then contemplating what a swimming-pool might be like :-)
> >> this should be set by scons automatically if racket is on path. could you > send the config.log with the problem please? > > Here we go; ------------------- file /Users/kassen/Fluxus/fluxus/SConstruct,line 220: Configure(confdir = .sconf_temp) scons: Configure: Checking for C header file scheme.h... .sconf_temp/conftest_0.c <- | |#include <scheme.h> | | gcc -o .sconf_temp/conftest_0.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=17 -DRACKET_COLLECTS_LOCATION="\"no racket in /bin /sbin /usr/bin /usr/sbin /opt/local/bin/ /Applications/Racket v5.1/bin/ /Applications/Racket v5.1/include/ /usr/l/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/opt/local/lib"\" -DDATA_LOCATION="\"/opt/local/share/fluxus-017"\" -DGLSL -DMZ_PRECISE_GC -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 "-Ino racket in /bin /sbin /usr/bin /usr/sbin /opt/local/bin/ /Applications/Racket v5.1/bin/ /Applications/Racket v5.1/include/ /usr/l/include" -I/Users/kassen/libfluxus/src -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11/include -I/usr/X11/include/freetype2 .sconf_temp/conftest_0.c .sconf_temp/conftest_0.c:2:20: error: scheme.h: No such file or directory scons: Configure: no ------------------- And to make sure here is my .bash_profile ; -------------- PATH=$PATH:/opt/local/bin/ PATH=$PATH:/Applications/Racket\ v5.1/bin/ PATH=$PATH:/Applications/Racket\ v5.1/include/ PATH=$PATH:/usr/local/bin/ export DYLD_FRAMEWORK_PATH=/Applications/Racket\ v5.1/lib/ ----------- The line about "include" is me cargo-culting. Running "racket" works and gives me a repl that will perform simple math so I assumed that was fine. The /local/bin/ was needed to make macports run "port". That too seems fine now. Yours, Kas.
