Hi,
I'm getting this compilation error with the current version from CVS after a
fresh co:
make demo
...
cd sw/ground_segment/wind; make
ocamldep -I ../../lib/ocaml -I +lablgtk2 -I +xml-light *.mli *.ml > .depend
Bad -I option: /usr/lib/ocaml/3.08.3/xml-light: No such file or directory
make[1]: *** [.depend] Error 2
make: *** [wind] Error 2
The strange this is if I re-run make demo right after, it completes the
compilation and runs fine.
make demo
....
cd sw/ground_segment/wind; make
ocamlc -I ../../lib/ocaml -I +lablgtk2 -I +xml-light -c wind.mli
ocamlc -I ../../lib/ocaml -I +lablgtk2 -I +xml-light -o wind xml-light.cma
glibivy-ocaml.cma lablgtk.cma str.cma lib-pprz.cma wind.ml # To check
cat ../../../pprz_src_test.sh > wind
echo 'ocaml -I +lablgtk2 -I $PAPARAZZI_SRC/sw/lib/ocaml -I +xml-light
xml-light.cma glibivy-ocaml.cma lablgtk.cma str.cma lib-pprz.cma
$PAPARAZZI_SRC/sw/ground_segment/wind/wind.ml $*' >> wind
chmod a+x wind
Am I the only one with this issue?
-yvest
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel