paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Compile error


From: Yves Touchette
Subject: [Paparazzi-devel] Compile error
Date: Tue, 08 Aug 2006 18:40:52 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]