<div dir="ltr">Hi<br><br> I have problems building Fluxus 0.15rc3 on linux (openSuse 10.3)<br><br>using:<br><br> liblo-0.25 (installed from sorce)<br> PLT scheme Version: 399svn-1.fc8 (installed from rpm package)<br>
<br>error:<br><br> fluxa/src/OSCServer.cpp:61: error: 'lo_arg_size' was not declared in this scope<br><br> lo_arg_size() is declared in lo_internal.h, this is not an archive in /include/lo<br> I have(?) copy lo_internal.h to /include/lo and I have(?) add to lo.h #include "lo/internal.h" to compile<br>
<br>but wen run:<br><br>$ ./fluxus<br>Seg fault (internal error) at 0x4<br>Abortado<br><br>(gdb) run<br>Starting program: /archivos/Fluxus/fluxus-0.15rc3/fluxus<br>[Thread debugging using libthread_db enabled]<br>[New Thread 0xb6c8f910 (LWP 6059)]<br>
<br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread 0xb6c8f910 (LWP 6059)]<br>0xb7cce64e in scheme_top_level_do_worker (k=0xb7cc47e0 <apply_k>, eb=1, new_thread=0, dyn_state=0x0)<br> at xsrc/fun.c:1823<br>
1823 (((long * ) (void * ) ((* save ) . gcvs ) ) [1 ] = (* save ) . gcvs_cnt , GC_variable_stack = (void * * ) (void * ) (* save ) . gcvs , scheme_jit_longjmp ((* save ) . jb , 1 ) ) ;<br>Current language: auto; currently c<br>
<br> Is a problem in my system? (maybe I haven't installed the libraries properly)<br> (also when running examples with the version 0.15 the program crashes (mouse input examples))<br> I don't know what to do :S<br>
<br>Thanks<br>Lucas<br><br></div>