hi list
i try to use lib cyclone on debian with pd 0.37.4 (from apt) i use the binaries from here: http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
but after startup with -lib cyclone i get the following errors: this is cyclone 0.1, 49th alpha build hammer.pd_linux/hammer.pd_linux: hammer.pd_linux/hammer.pd_linux: cannot open shared object file: Not a directory sickle.pd_linux/sickle.pd_linux: sickle.pd_linux/sickle.pd_linux: cannot open shared object file: Not a directory dummies.pd_linux/dummies.pd_linux: dummies.pd_linux/dummies.pd_linux: cannot open shared object file: Not a directory error (miXed): version mismatch use a more recent Pd release (or recompile the cyclone).
i tried to recompile cyclone with make, which gives me no error, but i do not see any pd_linux libraries.
the last lines after the make command:
on/sq.o ../../shared/common/bifi.o ../../shared/common/mifi.o
../../shared/common/binport.o ../../shared/common/port.o
../../shared/hammer/file.o ../../shared/hammer/gui.o
../../shared/hammer/tree.o hammer.c
make[1]: Leaving directory /home/metafor/cyclone/hammer' make[1]: Entering directory
/home/metafor/cyclone/sickle'
gcc-2.95 -Wall -W -Wstrict-prototypes -Werror -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DUNIX -I. -I../../../../pd/src -I../../shared -c -o allsickles.o
allsickles.c
gcc-2.95 -o ../../bin/sickle.pd_linux -Wall -W -Wstrict-prototypes
-Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops
-fomit-frame-pointer -DUNIX -I. -I../../../../pd/src -I../../shared
-export_dynamic -shared ./allsickles.o ./abs.o ./acos.o ./acosh.o
./allpass.o ./asin.o ./asinh.o ./atan.o ./atan2.o ./atanh.o ./average.o
./avg.o ./bitand.o ./bitnot.o ./bitor.o ./bitshift.o ./bitxor.o
./buffir.o ./capture.o ./cartopol.o ./change.o ./click.o ./Clip.o
./comb.o ./cosh.o ./cosx.o ./count.o ./curve.o ./cycle.o ./delay.o
./delta.o ./deltaclip.o ./edge.o ./frameaccum.o ./framedelta.o ./index.o
./kink.o ./Line.o ./linedrive.o ./log.o ./lookup.o ./lores.o ./maximum.o
./minimum.o ./minmax.o ./mstosamps.o ./onepole.o ./peakamp.o ./peek.o
./phasewrap.o ./pink.o ./play.o ./poke.o ./poltocar.o ./pong.o ./pow.o
./rand.o ./rampsmooth.o ./record.o ./reson.o ./sah.o ./sampstoms.o
./Scope.o ./sinh.o ./sinx.o ./slide.o ./Snapshot.o ./spike.o ./svf.o
./tanh.o ./tanx.o ./train.o ./trapezoid.o ./triangle.o ./vectral.o
./wave.o ./zerox.o ../../shared/unstable/forky.o
../../shared/unstable/fragile.o ../../shared/unstable/fringe.o
../../shared/common/loud.o ../../shared/common/grow.o
../../shared/common/vefl.o ../../shared/common/binport.o
../../shared/common/port.o ../../shared/hammer/file.o
../../shared/sickle/sic.o ../../shared/sickle/arsic.o sickle.c
make[1]: Leaving directory `/home/metafor/cyclone/sickle'
what do i have to do get cyclone running?
thx