paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] Paparazzi on Mac OSX


From: David Conger
Subject: [Paparazzi-devel] Paparazzi on Mac OSX
Date: Wed, 12 Jan 2011 22:31:05 -0800

Hello,

I know I'm being impatient but maybe I can help test this. 

I'm following the steps on this page: http://paparazzi.enac.fr/wiki/InstallationMacOSX

First issue: 
mac-3:~ bmw330i$ sudo port install git-core
Password:
Sorry, try again.
Password:
--->  Computing dependencies for git-core
--->  Verifying checksum(s) for curl-ca-bundle
Error: Checksum (md5) mismatch for certdata-1.62.txt
Error: Checksum (sha1) mismatch for certdata-1.62.txt
Error: Checksum (rmd160) mismatch for certdata-1.62.txt
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: curl curl-ca-bundle p5-error rsync
Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

Second:
All is good until I do the make: 
mac-3:paparazzi bmw330i$ make
cd sw/supervision; make
ocamldep -I ../lib/ocaml *.ml* > .depend
grep -v invisible_char paparazzicenter.glade > /tmp/paparazzicenter.glade
lablgladecc2 -hide-default -root window /tmp/paparazzicenter.glade > gtk_pc.ml
ocamlfind: Package `xml-light' not found
OC gtk_pc.ml
grep -v invisible_char paparazzicenter.glade > /tmp/paparazzicenter.glade
lablgladecc2 -hide-default -root hbox_program /tmp/paparazzicenter.glade | grep -B 1000000 "  end" > gtk_process.ml
ocamlfind: Package `xml-light' not found
OC gtk_process.ml
ocamlfind: Package `xml-light' not found
OC ../lib/ocaml/extXml.mli
ocamlfind: Package `xml-light' not found
OC ../lib/ocaml/env.mli
ocamlfind: Package `xml-light' not found
OC pc_common.ml
ocamlfind: Package `xml-light' not found
OC ../lib/ocaml/gtk_tools.mli
ocamlfind: Package `xml-light' not found
OC pc_aircraft.ml
ocamlfind: Package `xml-light' not found
OC pc_control_panel.ml
ocamlfind: Package `xml-light' not found
OC paparazzicenter.ml
make[1]: *** No rule to make target `../lib/ocaml/lib-pprz.cma', needed by `paparazzicenter'.  Stop.
make: *** [center] Error 2

I'm a bit of a do it once and then understand person. Steps 12, 14, 15 are confusing as pseudo variables are used that are not well explained. like "cd <GIT>/paparazzi" ... where is <GIT> defined? Now where I used git to clone to is my home so I took a guess you meant: ${HOME}/paparazzi 

Is there any hope of correcting the above? I've tried doing "locate xml-light" (/opt/local/var/macports/software/xml-light/2.2_0/opt/local/lib/ocaml) and adding that to DYLD_LIBRARY_PATH but it's not working. Just seem to need to know how to get ocamlfile to see the xml-light package or if it's not installed how to check. 

reply via email to

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