hi y'all! <br>I just did another checkout from cvs and it builds fine. running is a different thing though, I did a gdb backtrace:<br><br>karsten@rambazamba ~/share/src/fluxus/examples $ gdb fluxus-0.12 <br>GNU gdb 6.6
<br>Copyright (C) 2006 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>Type "show copying" to see the conditions.
<br>There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "i686-pc-linux-gnu"...<br>Using host libthread_db library "/lib/libthread_db.so.1".
<br>(gdb) run  01-tree.scm <br>Starting program: /usr/local/bin/fluxus-0.12 01-tree.scm<br>Failed to read a valid object file image from memory.<br>[Thread debugging using libthread_db enabled]<br>[New Thread -1227340048 (LWP 27090)]
<br>jack server not running?<br>Could not attach to jack<br>Welcome to fluxus<br><br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread -1227340048 (LWP 27090)]<br>0xb7840c0c in memcpy () from /lib/libc.so.6
<br>(gdb) backtrace <br>#0  0xb7840c0c in memcpy () from /lib/libc.so.6<br>#1  0xb7e2875f in dMatrix::operator= () from /usr/lib/libode.so<br>#2  0xb6bb777b in dMatrix::rotxyz (this=0x0, x=0, y=0, z=45) at libfluxus/src/dada.cpp:487
<br>#3  0xb6b789b7 in rotate (argc=1, argv=0xb6d09f9c) at modules/fluxus-engine/src/LocalStateFunctions.cpp:335<br>#4  0x081f5b51 in ?? ()<br>#5  0x00000001 in ?? ()<br>#6  0xb6d09f9c in ?? ()<br>#7  0xb6c80888 in ?? ()<br>
#8  0xb6918691 in ?? ()<br>#9  0xb6c85f54 in ?? ()<br>#10 0xb6d09fb0 in ?? ()<br>#11 0xb6d09fb8 in ?? ()<br>#12 0xb6b35d7c in ?? ()<br>#13 0xb6d09fb0 in ?? ()<br>#14 0xbfd33f58 in ?? ()<br>#15 0x082c5e36 in ?? ()<br>#16 0x0821b492 in ?? ()
<br>#17 0x081da5d8 in ?? ()<br>#18 0xb6d09fb8 in ?? ()<br>#19 0x0818eda8 in protected_symbol ()<br>#20 0x00000000 in ?? ()<br>(gdb) <br><br><br>is that the issue where claude made and explained fixes in the source on the other thread? I don't know for sure, but this looks like it.
<br><br>my setup is the following:<br><br>I changed PLT prefix in SConstruct to be /usr/lib and left fluxus-prefix at /usr/local. I also had to do the mzgc swap ;) <br><br>Since there is something in the gdb output about shared object file images: the .so files are located in
<br><br>karsten@rambazamba ~/share/src/fluxus $ ls /usr/lib/plt/collects/fluxus-0.12/compiled/native/i386-linux/<br>fluxus-audio.so  fluxus-engine.so  fluxus-osc.so<br><br>


Could that be a cause for my errors?<br><br>thanks,<br><br>KArsten<br><br>ps. running the other examples also ends in segfaults, sometimes with other outputs from gdb though. If you like I post them.<br><br>many greets,<br>
<br>KArsten<br>