Hallo,
for me devel_0_37 currently fails to compile correctly. Using a fresh checkout (rm -f src/*) doing a configure && make results in a whole lot of errors like:
x_acoustics.o(.text+0x1c7): In function dbtorms': : undefined reference to
exp'
x_acoustics.o(.text+0x4de): In function mtof_float': : undefined reference to
exp'
x_acoustics.o(.text+0x57c): In function ftom_float': : undefined reference to
log'
x_acoustics.o(.text+0x609): In function rmstodb_float': : undefined reference to
log'
x_acoustics.o(.text+0x6b9): In function powtodb_float': : undefined reference to
log'
x_acoustics.o(.text+0x78c): In function dbtopow_float': : undefined reference to
exp'
x_acoustics.o(.text+0x84c): In function dbtorms_float': : undefined reference to
exp'
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1
when doing the final linking of ../bin/pd
This is because of a missing "-lm", which I can add to makefile, but where do I add this to makefile.in or the configure stuff and how comes it is suddenly missing?
Also I really wonder again, how current devel_0_37 is, as it still shows the "exp shadowed" warnings in vexp.c, which are already fixed in MSP-pd-0.37-1
Could it be, that CVS seriously lags behind? I see in some directories, the newest imports are 2 months (Feb.) old, whereas the latest MSP-Pd was released on March 4 including several bug fixes IIRC.
Frank Barknecht _ ______footils.org__
guenter is the merge-master for merging miller's versions into the CVS
and it sounds like he has been really busy recently. I am sure that he
will get to it when he has the time. Hopefully soon he won't need to
do these merges and we all can work from the same CVS.
.hc
On Thursday, Apr 22, 2004, at 07:23 America/New_York, Frank Barknecht
wrote:
Hallo,
for me devel_0_37 currently fails to compile correctly. Using a fresh checkout (rm -f src/*) doing a configure && make results in a whole lot of errors like:
x_acoustics.o(.text+0x1c7): In function
dbtorms': : undefined reference to
exp' x_acoustics.o(.text+0x4de): In functionmtof_float': : undefined reference to
exp' x_acoustics.o(.text+0x57c): In functionftom_float': : undefined reference to
log' x_acoustics.o(.text+0x609): In functionrmstodb_float': : undefined reference to
log' x_acoustics.o(.text+0x6b9): In functionpowtodb_float': : undefined reference to
log' x_acoustics.o(.text+0x78c): In functiondbtopow_float': : undefined reference to
exp' x_acoustics.o(.text+0x84c): In functiondbtorms_float': : undefined reference to
exp' collect2: ld returned 1 exit status make: *** [../bin/pd] Error 1when doing the final linking of ../bin/pd
This is because of a missing "-lm", which I can add to makefile, but where do I add this to makefile.in or the configure stuff and how comes it is suddenly missing?
Also I really wonder again, how current devel_0_37 is, as it still shows the "exp shadowed" warnings in vexp.c, which are already fixed in MSP-pd-0.37-1
Could it be, that CVS seriously lags behind? I see in some directories, the newest imports are 2 months (Feb.) old, whereas the latest MSP-Pd was released on March 4 including several bug fixes IIRC.
Ciao
Frank Barknecht _ ______footils.org__
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli