[fluxus] build problems fluxus 0.10rc2

Adrian von Buttlar adrian+lists.fluxus at t17r.de
Tue Jun 20 10:35:20 PDT 2006


On Tuesday 20 June 2006 19:23, Dave Griffiths wrote:
> > hey list,
> >
> > i just stumbled over fluxus and thought i give it a try. some problems on
> > my
> > way to a working build tho. first my system: gentoo linux "testing"
> > (~x86) with all dependencies installed and gcc-3.4.6
> >
> > 1) scons wants png.h in libpng, with libpng 1.2.10 the location is:
> > /usr/include/png.h -> libpng12/png.h - that was easy to spot, even for me
> > ;-)
>
> yep we should put a check in the SConstruct for libpng
>
> > 2) scons configures and starts to build but stops with:
> > g++ -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC
> > -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src -c -o
> > src/FluxusMain.o src/FluxusMain.cpp
> > src/FluxusMain.cpp: In member function `void
> > fluxus::FluxusMain::SourceScript(const std::string&)':
> > src/FluxusMain.cpp:411: error: `scm_from_locale_string' was not declared
> > in
> > this scope
> > scons: *** [src/FluxusMain.o] Error 1
> > scons: building terminated because of errors.
>
> erm - guile 1.8?
> or are these errors actually something else :)
>
> should put a check in the SConstruct for the guile version too...
>
> cheers,
>
> dave

nope. no guile 1.8 installed:
  media-sound/jack-audio-connection-kit-0.100.7
  media-libs/libsndfile-1.0.16
  dev-util/guile-1.6.7
  sci-libs/fftw-3.1.1
  dev-games/ode-0.6
  media-libs/liblo-0.23

here's the output:
scons: Reading SConscript files ...
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for main() in C library m... yes
Checking for main() in C library jack... yes
Checking for main() in C library sndfile... yes
Checking for main() in C library pthread... yes
Checking for main() in C library guile... yes
Checking for main() in C library fftw3... yes
Checking for main() in C library ode... yes
Checking for main() in C library lo... yes
Checking for main() in C library jpeg... yes
Checking for main() in C library tiff... yes
Checking for main() in C library z... yes
Checking for main() in C library png... yes
Checking for main() in C library X11... yes
Checking for main() in C library GL... yes
Checking for main() in C library GLU... yes
Checking for main() in C library glut... yes
Checking if callbacks should be cast to (SCM (*)())...ok
Checking for multitexturing support...ok
scons: done reading SConscript files.
scons: Building targets ...
g++ -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -I/usr/local/include -Ilibfluxus/src -Ilibfluxphysics/src -c -o 
src/FluxusMain.o src/FluxusMain.cpp
src/FluxusMain.cpp: In member function `void 
fluxus::FluxusMain::SourceScript(const std::string&)':
src/FluxusMain.cpp:411: error: `scm_from_locale_string' was not declared in 
this scope
scons: *** [src/FluxusMain.o] Error 1
scons: building terminated because of errors.

sunshine,
adrian



More information about the Fluxus mailing list