Thanx Claude for the advice,<br><br>but I started building it from source before I saw your mail and now I'm stuck again.. After building plt-scheme and installing, scons in fluxus finds all the required libraries, however it stops compilation with the following:<br>
<br><br>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 sndfile... (cached) yes<br>Checking for C library fftw3... (cached) yes<br>Checking for C library lo... (cached) yes<br>
Checking for C library GLEW... (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 asound... (cached) yes<br>Checking for C function dInitODE2()... (cached) yes<br>Checking for C++ function lo_arg_size_check()... (cached) yes<br>scons: done reading SConscript files.<br>scons: Building targets ...<br>
g++ -o libfluxus/src/PolyPrimitive.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=16 -DPLT_COLLECTS_LOCATION="\"/usr/local/lib/plt/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-016"\" -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/kane/Archive/libfluxus/src libfluxus/src/PolyPrimitive.cpp<br>
libfluxus/src/PolyPrimitive.cpp: In member function 'virtual void Fluxus::PolyPrimitive::Render()':<br>libfluxus/src/PolyPrimitive.cpp:147: error: 'snprintf' was not declared in this scope<br>scons: *** [libfluxus/src/PolyPrimitive.o] Error 1<br>
scons: building terminated because of errors.<br><br><br>Now I'm not a C programmer at all, but is this supposed to be "sprintf" ?? or is it some latest g++ weirdness??<br><br><br>Akis<br><br><br><div class="gmail_quote">
2010/1/24 Claude Heiland-Allen <span dir="ltr"><<a href="mailto:claudiusmaximus@goto10.org">claudiusmaximus@goto10.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Arxontis Politis wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, I have fluxus-0.16rc3 installed on Kubuntu 9.10 (karmic), from the deb<br>
package provided from the website. I installed it a few months ago on a<br>
clean installation of karmic and fluxus was working fine. The plt-scheme<br>
version that the .deb depends to is 4.1.5<br>
However trying today to run fluxus I get the following error:<br>
<br>
/usr/lib/plt/collects/scheme/compiled/pretty_ss.zo::0: read (compiled): code<br>
compiled for version 4.1.5, not 4.1.3<br>
</blockquote>
<br></div>
I think that means fluxus is expecting to use plt-4.1.3 and getting confused by some files from plt-4.1.5.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
which I don't understand since if it refers to plt-scheme I do have 4.1.5<br>
installed on my machine.<br>
I'm wondering if it's something known and fixable, otherwise I will download<br>
plt-scheme and try to build fluxus from source??<br>
</blockquote>
<br></div>
As you're on Karmic, you could try the fluxus package from the puredyne-team ppa on launchpad:<br>
<br>
sudo add-apt-repository ppa:puredyne-team<br>
sudo apt-get update<br>
sudo apt-get install fluxus<br>
<br>
More info:<br>
<br>
<a href="https://launchpad.net/%7Epuredyne-team/+archive/ppa" target="_blank">https://launchpad.net/~puredyne-team/+archive/ppa</a><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Cheers,<br>
akis<br>
</blockquote>
<br>
Thanks,<br>
<br>
<br>
Claude<br><font color="#888888">
-- <br>
<a href="http://claudiusmaximus.goto10.org" target="_blank">http://claudiusmaximus.goto10.org</a><br>
</font></blockquote></div><br>