* [Caml-list] OCamlbuild Compile errors @ 2015-06-01 21:19 Kenneth Adam Miller [not found] ` <CAPFanBH_zUvNc2O3myJZN3-Kt47ckrab1rWS2m-ZeqgGM3h30w@mail.gmail.com> 0 siblings, 1 reply; 2+ messages in thread From: Kenneth Adam Miller @ 2015-06-01 21:19 UTC (permalink / raw) To: caml users [-- Attachment #1: Type: text/plain, Size: 1265 bytes --] I've been trying to build with ocamlbuild for several hours, and I keep getting the following error: Error: No implementations provided for the following modules: Camlp4 referenced from /home/xyz/.opam/4.02.1/lib/comparelib/pa_compare.cmxa(Pa_compare), /home/xyz/.opam/4.02.1/lib/enumerate/enumerate.cmxa(Pa_enumerate), /home/xyz/.opam/4.02.1/lib/herelib/pa_herelib.cmxa(Pa_here), /home/xyz/.opam/4.02.1/lib/fieldslib/pa_fields_conv.cmxa(Pa_fields_conv), /home/xyz/.opam/4.02.1/lib/variantslib/pa_variants_conv.cmxa(Pa_variants_conv) Pa_type_conv referenced from /home/xyz/.opam/4.02.1/lib/comparelib/pa_compare.cmxa(Pa_compare), /home/xyz/.opam/4.02.1/lib/enumerate/enumerate.cmxa(Pa_enumerate), /home/xyz/.opam/4.02.1/lib/fieldslib/pa_fields_conv.cmxa(Pa_fields_conv), /home/xyz/.opam/4.02.1/lib/variantslib/pa_variants_conv.cmxa(Pa_variants_conv) Clearly, this can be easily interpreted; it can't find camlp4 or the other. But I've tried all manner of -pkg camlp4 or -lib camlp4 (and similarly with Pa_type_conv, enumerate fieldslib and variantslib) and it's not picking these two up. I've checked and camlp4 is installed. I've looked in the ~/.opam directory and camlp4lib.cmxa and camlp4fulllib.cmxa are each there. [-- Attachment #2: Type: text/html, Size: 1580 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <CAPFanBH_zUvNc2O3myJZN3-Kt47ckrab1rWS2m-ZeqgGM3h30w@mail.gmail.com>]
* Re: [Caml-list] OCamlbuild Compile errors [not found] ` <CAPFanBH_zUvNc2O3myJZN3-Kt47ckrab1rWS2m-ZeqgGM3h30w@mail.gmail.com> @ 2015-06-01 21:42 ` Kenneth Adam Miller 0 siblings, 0 replies; 2+ messages in thread From: Kenneth Adam Miller @ 2015-06-01 21:42 UTC (permalink / raw) To: caml users [-- Attachment #1: Type: text/plain, Size: 1744 bytes --] I tried that, and then once again the different variations of the package/library name, still giving me the same issue. On Mon, Jun 1, 2015 at 5:30 PM, Gabriel Scherer <gabriel.scherer@gmail.com> wrote: > You might need the -use-ocamlfind flag to enable ocamlfind-based > include-path lookup? > > On Mon, Jun 1, 2015 at 11:19 PM, Kenneth Adam Miller < > kennethadammiller@gmail.com> wrote: > >> I've been trying to build with ocamlbuild for several hours, and I keep >> getting the following error: >> >> Error: No implementations provided for the following modules: >> Camlp4 referenced from >> /home/xyz/.opam/4.02.1/lib/comparelib/pa_compare.cmxa(Pa_compare), >> >> /home/xyz/.opam/4.02.1/lib/enumerate/enumerate.cmxa(Pa_enumerate), >> /home/xyz/.opam/4.02.1/lib/herelib/pa_herelib.cmxa(Pa_here), >> >> /home/xyz/.opam/4.02.1/lib/fieldslib/pa_fields_conv.cmxa(Pa_fields_conv), >> >> /home/xyz/.opam/4.02.1/lib/variantslib/pa_variants_conv.cmxa(Pa_variants_conv) >> Pa_type_conv referenced from >> /home/xyz/.opam/4.02.1/lib/comparelib/pa_compare.cmxa(Pa_compare), >> >> /home/xyz/.opam/4.02.1/lib/enumerate/enumerate.cmxa(Pa_enumerate), >> >> /home/xyz/.opam/4.02.1/lib/fieldslib/pa_fields_conv.cmxa(Pa_fields_conv), >> >> /home/xyz/.opam/4.02.1/lib/variantslib/pa_variants_conv.cmxa(Pa_variants_conv) >> >> >> Clearly, this can be easily interpreted; it can't find camlp4 or the >> other. But I've tried all manner of -pkg camlp4 or -lib camlp4 (and >> similarly with Pa_type_conv, enumerate fieldslib and variantslib) and it's >> not picking these two up. I've checked and camlp4 is installed. I've looked >> in the ~/.opam directory and camlp4lib.cmxa and camlp4fulllib.cmxa are each >> there. >> > > [-- Attachment #2: Type: text/html, Size: 2617 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-01 21:42 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2015-06-01 21:19 [Caml-list] OCamlbuild Compile errors Kenneth Adam Miller [not found] ` <CAPFanBH_zUvNc2O3myJZN3-Kt47ckrab1rWS2m-ZeqgGM3h30w@mail.gmail.com> 2015-06-01 21:42 ` Kenneth Adam Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox