2013/4/18 Leonard de Ruijter <[email protected]>: > Hello Romain,
Hi! > Thanks for your answer and interest in my arch build. > While i was working on the liquidsoap-git aur package, i came into the > following problem. > 1. ocaml-ladspa is one of the ocaml bindings in the git repository > 2. Ocaml-dssi is in need of the ladspa headers from the ocaml-ladspa binding > 3. However, when configuring ocaml-dssi, i get: > checking for ocaml-ladspa... configure: error: not found. > > I now commented out dssi, but prefer a build with just everything, > including dssi. Is it really needed to have ocaml-ladsdpa installed for > building dssi, or could you make a change to ocaml-dssi so it recognises > the ocaml-ladspa files? If you you enable ocaml-ladspa and ocaml-dssi and ocaml-ladspa is listed BEFORE ocaml-dssi in PACKAGES then it should work fine when doing ./configure _from the top-level_. If you want to do ./configure from within the ocaml-dssi folder, you need to pass the following option: --with-ladspa-dir=../ocaml-ladspa/src Romain ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
