Hi Quentin, Thanks for the careful look at our build system.
On Sat, Oct 1, 2011 at 6:11 PM, Quentin Drouet <[email protected]> wrote: > configure: WARNING: unrecognized options: --with-cry-dir, > --with-ao-dir, --with-portaudio-dir, --with-alsa-dir > ... I agree that it looks a bit dirty, but it is harmless: it's just that we accumulate --with-X-dir options as we build libraries and liquidsoap. It is useful, so that ocaml-vorbis knows where to find ocaml-ogg, and liquidsoap knows where to find its libraries. I'm not sure I'll have time to modify the script so that it only passes relevant information. Anybody is welcome to help, though. > /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)' > ... > libsoundtouch1-dev install > libsoundtouch1c2 install Works for me, but with libsoundtouch0 and libsoundtouch-dev. Samuel, is this is a known issue? If so, please enforce the requirement in ocaml-soundtouch's configure script. Cheers, -- David ------------------------------------------------------------------------------ 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
