I thought I'd give Ubuntu 9.10 a test, and it happened to fix my sound card driver issues so I thought I'd get stuck into Fluxus. But I've found another build issue. I'm getting a lot of errors about some of the core cstdio commands not being defined. I seem to recall running into the issue before but can't for the life of me remember how I fixed it. Any ideas as to what might be the issue?
libfluxus/src/OBJPrimitiveIO.cpp:40: error: 'fopen' was not declared in this scope libfluxus/src/OBJPrimitiveIO.cpp:47: error: 'fseek' was not declared in this scope The full output is here: http://dl.getdropbox.com/u/110192/Projects/fluxus.build-errors.diff Additionally, I fixed the issue where SCons would run mzc and fail silently. Here's a patch: http://dl.getdropbox.com/u/110192/Projects/fluxus.SConstruct.diff Cheers, Chris Targett On Fri, Oct 2, 2009 at 11:18 PM, Chris Targett <[email protected]> wrote: > I've very-nearly successfully built the latest git version of Fluxus in > Ubuntu. > > I built plt-scheme from source with the prefix /opt/plt-scheme to > avoid any mess. > > I then got fluxus to build & install cleanly using > $ /opt/plt-scheme/mzc --c-mods src/base.c ++lib scheme/base > $ scons PLTPrefix=/opt/plt-scheme > > but running it seems to be another matter. > $ export LD_LIBRARY_PATH=/opt/plt-scheme/lib/ > $ fluxus > default-load-handler: cannot open input file: > "/usr/local/lib/fluxus-016/fluxus-engine.ss" (No such file or > directory; errno=2) > > It seems '/usr/local/lib/fluxus-016/' does have a number of .ss files, > but fluxus-engine is hidden deeper in > $ ls /usr/local/lib/fluxus-016/compiled/native/ > fluxus-audio_ss.so fluxus-engine_ss.so fluxus-midi_ss.so > fluxus-openal_ss.so fluxus-osc_ss.so > > Which is exactly the same as my OSX build which leaves me stumped. > Have I missed something? > > Cheers, > Chris Targett >
