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.
Ciao