[Fluxus] Ubuntu Intrepid (8.10) compiling problem

Arxontis Politis deadflagblue at gmail.com
Wed Nov 26 12:59:34 PST 2008


Here is the list for the includes needed for an (almost) clean Ubuntu
Intrepid build:

./fluxa/src/JackClient.h
#include <cstring>

./fluxa/src/OSCServer.h
#include <cstring>

./libfluxus/src/dada.h
#include <cstring>

./libfluxus/src/PDataArithmetic.h
#include <typeinfo>

./libfluxus/src/PNGLoader.h
#include <cstdlib>

./libfluxus/src/dada.h
#include <cstdlib>

./libfluxus/src/Utils.h
#include <cstring>

./modules/fluxus-audio/src/AudioCollector.h
#include <cstring>

./modules/fluxus-audio/src/JackClient.h
#include <cstring>

./modules/fluxus-osc/src/OSCServer.h
#include <cstring>

Pheeew....!

Question: why the cannot find libmzmscheme3m.so error?
and
Why the segmentation fault?? :-)

Here's the debugger output:
citizen at xanadu:~/Downloads$ gdb fluxus
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/fluxus
[Thread debugging using libthread_db enabled]
[New Thread 0xb73c96c0 (LWP 12862)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb73c96c0 (LWP 12862)]
GC_add_roots (start=0x80c9858, end=0x80c985d) at ./roots.c:86
86        if (roots->count >= roots->size) {
Current language:  auto; currently c

Hope that helps,
Akis



More information about the Fluxus mailing list