<div class="gmail_quote"><div>Hey Gabor!</div><div> </div><div>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 :-)</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div>
this should be set by scons automatically if racket is on path. could you send the config.log with the problem please?<br><br></blockquote><div><br></div><div>Here we go;</div><div>-------------------</div><div>file /Users/kassen/Fluxus/fluxus/SConstruct,line 220:</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>Configure(confdir = .sconf_temp)</div><div>scons: Configure: Checking for C header file scheme.h... </div><div>.sconf_temp/conftest_0.c <-</div><div>  |</div>
<div>  |#include <scheme.h></div><div>  |</div><div>  |</div><div>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</div>
<div>.sconf_temp/conftest_0.c:2:20: error: scheme.h: No such file or directory</div><div>scons: Configure: no</div><div>-------------------</div><div><br></div><div>And to make sure here is my .bash_profile ;</div><div>--------------</div>
<div>PATH=$PATH:/opt/local/bin/</div><div>PATH=$PATH:/Applications/Racket\ v5.1/bin/</div><div>PATH=$PATH:/Applications/Racket\ v5.1/include/</div><div>PATH=$PATH:/usr/local/bin/</div><div>export DYLD_FRAMEWORK_PATH=/Applications/Racket\ v5.1/lib/   </div>
<div>-----------</div><div><br></div><div>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.</div>
<div><br></div><div>Yours,</div><div>Kas. </div></div>