Open waclena opened 4 years ago
Let me add that if I clone the git repo and run dune install it compiles and installs perfectly, so I guess this is just a problem with the opam file?
I was able to compile with modify this value to true
(use_standard_c_and_cxx_flags false)
replace (:include c_flags.sexp)))
by :standard (:include c_flags.sexp)))
in src/dune and use dune3
I can no longer install ocaml-taglib 0.3.6 on Arch Linux (Arch taglib package 1.11.1-3), opam switch 4.08.1.
To make sure there's no problem with Arch's taglib package,I installed another Arch package with a taglib dependency (a C++ program), from source, and it compiled fine. But trying to install ocaml-taglib via opam blows up. Any ideas? Thanks for ocaml-taglib, which I've been using for years!