Hi, By any chance, do you have a locally installed version of ocaml-dssi or ocaml-ladspa?
++ Sam. On Thu, May 2, 2013 at 11:40 AM, Leonard de Ruijter <[email protected]> wrote: > Hello Romain and others, > > Earlier, i talked about issues with compiling ocaml-dssi. The configure > script couldn't find the ladspa headers: > ./configure --with-ladspa-dir=../ocaml-ladspa/src > configuring ocaml-dssi 0.1.1 > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking that calling user is not root... ok > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking for ar... ar > checking for ocamlc... ocamlc > OCaml version is 4.00.1 > checking if ocaml compiler supports first-class modules... yes > OCaml library path is /usr/lib/ocaml > checking for ocamlopt... ocamlopt > checking for ocamlc.opt... ocamlc.opt > checking for ocamlopt.opt... ocamlopt.opt > checking for ocaml... ocaml > checking for ocamldep... ocamldep > checking for ocamldep.opt... ocamldep.opt > checking for ocamlmktop... ocamlmktop > checking for ocamlmklib... ocamlmklib > checking for ocamldoc... ocamldoc > checking for ocamldoc.opt... ocamldoc.opt > checking for ocamlbuild... ocamlbuild > checking for camlidl... no > checking for ocamllex... ocamllex > checking for ocamllex.opt... ocamllex.opt > checking for ocamlyacc... ocamlyacc > checking for camlp4... camlp4 > checking for camlp4boot... camlp4boot > checking for camlp4o... camlp4o > checking for camlp4of... camlp4of > checking for camlp4oof... camlp4oof > checking for camlp4orf... camlp4orf > checking for camlp4prof... camlp4prof > checking for camlp4r... camlp4r > checking for camlp4rf... camlp4rf > checking for ocamlfind... ocamlfind > checking for caml/threads.h... no > checking for gcc option to produce PIC... -fPIC > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dssi.h usability... yes > checking dssi.h presence... yes > checking for dssi.h... yes > checking for ocaml_ladspa.h... no > configure: error: ocaml-ladspa headers not found. > > When commenting out DSSI and ladspa in PACKAGES, ./configure form the > top level gives the same problem. > > Regards, > Leonard > On 4/19/2013 22:59, Leonard de Ruijter wrote: >> Hello Romain, >> >> Thanks, i'll try that out. May be you could change the order in >> PACKAGES.default accordingly? >> >> Regards, >> Leonard >> >> On 4/19/2013 22:50, Romain Beauxis wrote: >>> 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 >>> >> >> ------------------------------------------------------------------------------ >> 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 >> > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
