hello list! I just compiled creb, but can't load it, getting this error:
/usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux: undefined symbol: IS_DENORMAL creb: can't load library
i have the Miller's pd-0.39-2 with externals taken from CVS. maybe updating the externals module again solves the problem?
Have you tried:
cd externals/build/linux make
Then the creb objects should be there as single object files. I don't
think anyone maintains the library format. Or you could take them out
of Pd-extended: http://at.or.at/hans/pd/installers.html
.hc
On Jan 7, 2006, at 10:23 AM, federico wrote:
hello list! I just compiled creb, but can't load it, getting this error:
/usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux:
undefined symbol: IS_DENORMAL creb: can't load libraryi have the Miller's pd-0.39-2 with externals taken from CVS. maybe updating the externals module again solves the problem?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war on
terrorism."
-
retired U.S. Army general, William Odom
it seems that the build system doesn't build creb
# pwd /usr/local/src/pd-0.39-2/externals/build/linux # make ... ok
# ls creb* ls: creb*: No such file or directory # ls ... mtx_diegg.pd_linux zhzxh~.pd_linux mtx_diff.pd_linux z~.pd_linux mtx_distance2.pd_linux (483 files)
i try to re-update my externals
Hans-Christoph Steiner ha scritto:
Have you tried:
cd externals/build/linux make
Then the creb objects should be there as single object files. I don't think anyone maintains the library format. Or you could take them out of Pd-extended: http://at.or.at/hans/pd/installers.html
.hc
On Jan 7, 2006, at 10:23 AM, federico wrote:
hello list! I just compiled creb, but can't load it, getting this error:
/usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux:
undefined symbol: IS_DENORMAL creb: can't load libraryi have the Miller's pd-0.39-2 with externals taken from CVS. maybe updating the externals module again solves the problem?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war on terrorism." -
retired U.S. Army general, William Odom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
sorry I misunderstood your message. after building from externals/build/linux, creb built fine :)
it seems that the build system doesn't build creb [...] i try to re-update my externals
Hans-Christoph Steiner ha scritto:
Have you tried:
cd externals/build/linux make
Then the creb objects should be there as single object files. I don't think anyone maintains the library format. Or you could take them out of Pd-extended: http://at.or.at/hans/pd/installers.html
.hc
On Jan 7, 2006, at 10:23 AM, federico wrote:
hello list! I just compiled creb, but can't load it, getting this error:
/usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux:
undefined symbol: IS_DENORMAL creb: can't load libraryi have the Miller's pd-0.39-2 with externals taken from CVS. maybe updating the externals module again solves the problem?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war on terrorism." -
retired U.S. Army general, William Odom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
It builds the objects individually:
hans@sla:src > grep creb *.c abs~.c:#include "../../creb/modules/abs.c" bdiag~.c:#include "../../creb/include/extlib_util.h" bdiag~.c:#include "../../creb/modules/bdiag.c" bfft~.c:#include "../../creb/modules/bfft.c" bwin~.c:#include "../../creb/modules/window.c" cheby~.c:#include "../../creb/modules/cheby.c" diag~.c:#include "../../creb/include/extlib_util.h" diag~.c:#include "../../creb/modules/diag.c" dist~.c:#include "../../creb/modules/dist.c" dwt~.c:#include "../../creb/modules/dwt.c" dynwav~.c:#include "../../creb/modules/dynwav.c" eadsr~.c:#include "../../creb/modules/eadsr.c" ead~.c:#include "../../creb/modules/ead.c" ear~.c:#include "../../creb/modules/ear.c" fdn~.c:#include "../../creb/modules/fdn.c" ffpoly.c:#include "../../creb/modules/ffpoly.c" fwarp.c:#include "../../creb/modules/fwarp.c" ibfft~.c:#include "../../creb/modules/bfft.c" idwt~.c:#include "../../creb/modules/dwt.c" junction~.c:#include "../../creb/modules/junction.c" lattice~.c:#include "../../creb/modules/lattice.c" matrix~.c:#include "../../creb/modules/matrix.c" permut~.c:#include "../../creb/modules/permut.c" qmult~.c:#include "../../creb/modules/qmult.c" qnorm~.c:#include "../../creb/modules/qnorm.c" ramp~.c:#include "../../creb/modules/ramp.c" ratio.c:#include "../../creb/modules/ratio.c" statwav~.c:#include "../../creb/modules/statwav.c" tabreadmix~.c:#include "../../creb/modules/tabreadmix.c" xfm~.c:#include "../../creb/modules/xfm.c"
.hc
On Jan 7, 2006, at 11:20 AM, federico wrote:
it seems that the build system doesn't build creb
# pwd /usr/local/src/pd-0.39-2/externals/build/linux # make ... ok
# ls creb* ls: creb*: No such file or directory # ls ... mtx_diegg.pd_linux zhzxh~.pd_linux mtx_diff.pd_linux z~.pd_linux mtx_distance2.pd_linux (483 files)
i try to re-update my externals
Hans-Christoph Steiner ha scritto:
Have you tried:
cd externals/build/linux make
Then the creb objects should be there as single object files. I
don't think anyone maintains the library format. Or you could take
them out of Pd-extended: http://at.or.at/hans/pd/installers.html.hc
On Jan 7, 2006, at 10:23 AM, federico wrote:
hello list! I just compiled creb, but can't load it, getting this error:
/usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux:
undefined symbol: IS_DENORMAL creb: can't load libraryi have the Miller's pd-0.39-2 with externals taken from CVS. maybe updating the externals module again solves the problem?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war
on terrorism." -
retired U.S. Army general, William Odom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
On Sat, 7 Jan 2006, federico wrote:
I just compiled creb, but can't load it, getting this error: /usr/lib/pd/extra/creb.pd_linux: /usr/lib/pd/extra/creb.pd_linux: undefined symbol: IS_DENORMAL creb: can't load library
I have recently made some 64-bit compatibility fixes to creb. I hope that I didn't break anything... maybe I did.
I have just tried to load creb.pd_linux in pd 0.38-4 and devel_0_39 and it loads correctly without that problem.
Did you get any warnings while compiling creb ? you may recompile it from that directory by doing "make clean" and then "make"...
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada