2011/10/1 Quentin Drouet <[email protected]>: > Hi ... Hi Quentin!
> I am testing the configure and make scripts to update my tutorial... > and I fall on strange things ... > > Maybe this thread will be a continuous thread till I discover strange things > ... > > To explain a bit these tests have two goals ... to write a tutorial > for debian squeeze "Desktop" with all the options activated... > > and to write a tutorial for Debian squeeze just for a server use.... > > So ... to begin .... there is a lot of warning in the configuration : > > configure: WARNING: unrecognized options: --with-cry-dir > ... > configure: WARNING: unrecognized options: --with-cry-dir, --with-ao-dir > ... > configure: WARNING: unrecognized options: --with-cry-dir, > --with-ao-dir, --with-portaudio-dir > ... > configure: WARNING: unrecognized options: --with-cry-dir, > --with-ao-dir, --with-portaudio-dir, --with-alsa-dir > ... > configure: WARNING: unrecognized options: --with-cry-dir, > --with-ao-dir, --with-portaudio-dir, --with-alsa-dir, > --with-pulseaudio-dir > > It's certainly not so important but if you are planning to release, it > can be good to avoid them... They are passed over from one binding to another to remember about previously configured directories. Not all binding make use of them but I dont think it is worth the effort to do it.. > - Then I have a problem in the compilation with soundtouch (already > pointed by an other user on this list) : > > CC -c io/oss_io_c.c > OCAMLOPT -o liquidsoap > /usr/local/src/savonet2/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): > In function `ocaml_st_bpm_make': > soundtouch_stubs.cc:(.text+0x77f): undefined reference to > `BPMDetect::BPMDetect(int, int)' > /usr/local/src/savonet2/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): > In function `ocaml_st_bpm_putsamples_ni': > soundtouch_stubs.cc:(.text+0x9dc): undefined reference to > `BPMDetect::inputSamples(float*, int)' > /usr/local/src/savonet2/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): > In function `ocaml_st_bpm_get_bpm': > soundtouch_stubs.cc:(.text+0xa28): undefined reference to > `BPMDetect::getBpm()' > collect2: ld returned 1 exit status > File "caml_startup", line 1, characters 0-1: > Error: Error during linking > make[3]: *** [liquidsoap] Erreur 2 > make[3]: quittant le répertoire « /usr/local/src/savonet2/liquidsoap/src » > make[2]: *** [all-auto-ocaml-prog] Erreur 2 > make[2]: quittant le répertoire « /usr/local/src/savonet2/liquidsoap/src » > make[1]: *** [all-subdirs] Erreur 2 > make[1]: quittant le répertoire « /usr/local/src/savonet2/liquidsoap » > make: *** [all] Erreur 1 > > Deactivating soundtouch makes it working but ... it's not the goal... > > There is no error in the configure script (I can provide it) and the > result of "dpkg --get-selections |grep soundtou" is : > > libsoundtouch1-dev install > libsoundtouch1c2 install > > If I can provide you other things please ask me This one is a recurrent one.. Other user (Peter) reported that the problem went away by starting from scratch with a proper ./bootstrap and etc.. Could you try that? Then if it still does not work, could you send us the output of ./configure from within ocaml-soundtouch? Thanks! Romain ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
