search for: opam

Displaying 11 results from an estimated 11 matches for "opam".

Did you mean: lpam
2013 Jun 13
1
compile xen-api on arch linux
Is there version of git repository that will compile on arch linux I found this info http://lists.xen.org/archives/html/xen-api/2013-04/msg00140.html _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2017 Aug 06
3
Ocamlfind can't find hivex
<https://github.com/Chocrates> Apologies if this is the wrong list, I initially opened a github ticket before reading that github isn't the right spot. Trying to compile libguestfs and in the process need to get hivex compiled and installed. Hivex compiles and installs fine (I think), but ocamlfind doesn't seem to pick up hivex after the install causing the autogen.sh script in
2017 Aug 07
0
Re: Ocamlfind can't find hivex
...cIntosh wrote: > Hey Thanks Rich. > > > What distro? > Solus > > > Are the OCaml bindings for hivex actually installed? > I don't think so at this point, though make install runs this command: > > ocamlfind install \ > -ldconf ignore -destdir /home/chris/.opam/4.05.0/lib/ocaml \ > hivex \ > META *.so *.a *.cma *.cmi ./*.mli *.cmx *.cmxa Oh I see you're using opam to install locally. I think you'll need to set up an environment variable before running ./configure. I'm not much of an opam user myself, but it's probably: export...
2014 Aug 25
1
Re: Building virt-top to SLES 11 SP3
...; As mentioned on http://people.redhat.com/~rjones/virt-top/, you might > get a better response by asking the virt-tools list (added in cc). > > > SUSE's ocaml support is rather limited, so I've built ocaml 4.00.1 > from source and installed the necessary dependencies using Opam. > > > > I'm still running into a compile error on virt_top.ml, line 697: > > Error: This expression has type int -> D.typed_param list array > > but an expression was expected of type > > (string * D.typed_param_value) list array [Thanks Eric]...
2014 Aug 25
2
Building virt-top to SLES 11 SP3
Hi all, I was curious whether anyone has successfully built virt-top (version 1.0.8) on SUSE SLES11 SP3. SUSE's ocaml support is rather limited, so I've built ocaml 4.00.1 from source and installed the necessary dependencies using Opam. I'm still running into a compile error on virt_top.ml, line 697: Error: This expression has type int -> D.typed_param list array but an expression was expected of type (string * D.typed_param_value) list array As a frame of reference I was able to build virt-top 1.0.8 from...
2017 Mar 10
2
OCaml bindings
Hi All, I’m being a complete newbie on this one but how do I generate the OCaml bindings? I saw an old google post using “configure —enable-bindings=ocaml” but we don’t use configure anymore (I’m building 3.9.1) and if I just do a regular build (optimized) then I don’t see any bindings in my build directory…. Any ideas? JC
2018 Dec 07
2
[nbdkit PATCH] build: Install ocaml files relative to --prefix
Rather than always trying to install ocaml files into $(OCAMLLIBS), which is likely to be root-owned and therefore fail during a './configure --prefix=$HOME/subdir', we instead choose to always install relative to $(prefix) and let distro packagers take steps post-install to move the distro's pre-built copy into the correct location for the distro. This fixes a 'make
2018 Dec 07
0
Re: [nbdkit PATCH] build: Install ocaml files relative to --prefix
...gt; > NBDKit.cmi: NBDKit.mli I'm actually one of the authors of m4/ocaml.m4. Could that file be fixed to provide a better $(OCAMLLIB)? I suspect however the answer will be no. Because what we're really getting is the output of ‘ocamlc -where’. Unfortunately if people are using the opam package manager which installs OCaml in your home directory then ‘ocamlc -where’ will be some directory under $HOME and entirely unrelated to $(libdir). Thus I think this patch won't work ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my prog...
2014 Aug 25
0
Re: Building virt-top to SLES 11 SP3
...on SUSE SLES11 SP3. As mentioned on http://people.redhat.com/~rjones/virt-top/, you might get a better response by asking the virt-tools list (added in cc). > SUSE's ocaml support is rather limited, so I've built ocaml 4.00.1 from source and installed the necessary dependencies using Opam. > > I'm still running into a compile error on virt_top.ml, line 697: > Error: This expression has type int -> D.typed_param list array > but an expression was expected of type > (string * D.typed_param_value) list array > > As a frame of reference I wa...
2019 Jun 12
4
[libnbd PATCH] Fix building with for ocaml < 4.06.0
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Notes: This is the simplest solution suggested to me by Rich and it works. Most of autotools are not friends with me, so the other approach I tried, with requiring at least OCaml 4.05.0, having this fix in only for OCaml < 4.06.0 and properly detecting and reporting that, was a bit ugly. You can see
2024 Mar 21
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
Hi Wayne Yep, HLS is something we would like to use with Icecast. As you mentioned, Liquidsoap made a great step in the right direction if it comes to HLS. It seem that icecast might not get this support soon, as you might read in the discussion list. I don?t share these arguments, because we have real world use cases (we have many of them) where we would like use icecast with HLS support.