I get some errors while I type the command "make".It also happens even after that I have upgraded the entire OS from lion(ver10.7.4)to mountain lion(ver10.8.5).I have been installing paparazzi with binary installer step by step as the wiki's description.however,after that I input the command "make",it just returns errors as follow:
MacBook-Pro:~ kevindsp$ cd ~/paparazzi && make && ./paparazzi
------------------------------------------------------------
Building Paparazzi version v5.1.0_testing-2-ge57b228
------------------------------------------------------------
make -C data/maps
-----------------------------------------------
DOWNLOAD: google maps version code
Could not download google maps version code
-----------------------------------------------
make[1]: *** [/Users/kevindsp/paparazzi/conf/maps_data/maps.google.com] Error 1
make: [update_google_version] Error 2 (ignored)
make -C sw/lib/ocaml
OC cserial.c
findlib: [WARNING] Interface glibIvy.cmi occurs in several directories: /opt/paparazzi/lib/ocaml/site-lib/glibivy, /opt/paparazzi/lib/ocaml
clang: error: unknown argument: '-fno-defer-pop' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
make[1]: *** [cserial.o] Error 2
make: *** [libpprz] Error 2
I wanna know that what cause the errors?And how could I fix the proble?Thanks a lot!