Hi,everyone.
I build my paparazzi at my OS X 10.10.5.Although I did add the path "export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig" to the profile and the bashrc. I encounter errors like this:
$ make
.....
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "xbee.ml", line 148, characters 2-22:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "xbee.ml", line 149, characters 2-28:
Warning 3: deprecated: String.set
Use Bytes.set instead.
......
var/folders/pw/h82y72fs0gs__q70r5gd1y3h0000gn/T/camlasmb741a5.s:116:12: warning:
trigraph ignored [-Wtrigraphs]
.ascii "/???/"
^
/var/folders/pw/h82y72fs0gs__q70r5gd1y3h0000gn/T/camlasmb741a5.s:153:23: warning:
trigraph ignored [-Wtrigraphs]
.ascii "download %s/???/%s.hgt.zip in data/srtm/"
^
2 warnings generated.
......
sbs_parser.c:434:9: warning: 'timercmp' macro redefined [-Wmacro-redefined]
#define timercmp(a, b, CMP) \
^
/usr/include/sys/time.h:139:9: note: previous definition is here
#define timercmp(tvp, uvp, cmp) \
^
1 warning generated.
......
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
OL app_server
app_server.c:34:10: fatal error: 'glib.h' file not found
#include <glib.h>
^
1 error generated.
make[1]: *** [app_server] Error 1
make: *** [tmtc] Error 2