<div dir="ltr">Hi everybody,<br><br>I try to compile fluxus 0.15 and I've got this error:<br>--------------------------------------------------------<br><i>Fluxus: Configuring Build Environment<br>--------------------------------------------------------<br>
Checking for C library m... (cached) yes<br>Checking for C library pthread... (cached) yes<br>Checking for C library dl... (cached) yes<br>Checking for C library mzscheme3m... (cached) yes<br>Checking for C library jpeg... (cached) yes<br>
Checking for C library tiff... (cached) yes<br>Checking for C library freetype... (cached) yes<br>Checking for C library z... (cached) yes<br>Checking for C library png... (cached) yes<br>Checking for C library ode... (cached) yes<br>
Checking for C library jack... (cached) yes<br>Checking for C library sndfile... (cached) yes<br>Checking for C library fftw3... (cached) yes<br>Checking for C library lo... (cached) yes<br>Checking for C library X11... (cached) yes<br>
Checking for C library GL... (cached) yes<br>Checking for C library GLU... (cached) yes<br>Checking for C library glut... (cached) yes<br>Checking for C library GLEW... (cached) yes<br>mzc v4.0 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.<br>
[output to "src/base.c"]<br>scons: done reading SConscript files.<br>scons: Building targets ...<br>g++ -o src/main.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=15 -DCOLLECTS_LOCATION="\"/usr/local/lib/plt/collects/"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-015"\" -DGLSL -DMZ_PRECISE_GC -D__LINUX_ALSASEQ__ -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/include/plt -I/home/libfluxus/src src/main.cpp<br>
src/main.cpp: In function 'int main(int, char**)':<br>src/main.cpp:185: error: 'scheme_set_stack_base' was not declared in this scope<br>scons: *** [src/main.o] Error 1<br>scons: building terminated because of errors.</i><br>
<br>I thought it was due to the version of plt, but i use the 4.0. Then I tried to install the fluxus CVS version but always the same error. I tried to compile fluxus 0.14 with plt 372, but ive always the scheme_set_stack base error...<br>
Any advices?<br></div>