Hello.

I've been recently trying to modify the build system in order to build 
an extra oCamlR.cm[ioxa]. I'm however miserably failing to do so.

> /usr/bin/ocamlc.opt -warn-error FSPU -dtypes  -I +ocamldoc -I `ocamlc 
> -where`/caml -I . -I /usr/share/R/include -c r.ml
> /usr/bin/ocamlc.opt -warn-error FSPU -dtypes -a -dllpath /usr/lib/R/lib \
>       -dllib dllr_base_stubs.so \
>       -dllib dllr_data_stubs.so \
>       -dllib libR.so -o r.cma \
>       rdevices.cmo r.cmo oCamlR.cmo
> /usr/bin/ocamlc.opt -warn-error FSPU -dtypes -a -o @LIBINTERP_BYTE@ oCamlR.cmo
> make[1]: *** Pas de règle pour fabriquer la cible « @LIBINTERP_CMI@ », 
> nécessaire pour « lib_byte ». Arrêt.
> make[1]: quittant le répertoire « /home/yziquel/sandbox/ocaml-r/src »
> make: *** [all] Erreur 2

It seems that my recent commits should have corrected this behaviour, 
but no. Doesn't seem so.

What should I change in order to make substitutions painlessly?

All the best,

-- 
      Guillaume Yziquel
http://yziquel.homelinux.org/

_______________________________________________
Ocaml-r-devel mailing list
[email protected]
https://mail.gna.org/listinfo/ocaml-r-devel

Reply via email to