Error compiling pjproject

Hi,

How I can fix the error bellow?

Server: CentOS release 6.6 (Final) / Linux 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

./configure --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amr --with-external-speex --with-external-srtp --with-external-gsm

[root@srvdesenv pjproject]# make
for dir in pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build pjsip-apps/build ; do
if make -C $dir all; then
true;
else
exit 1;
fi;
done
make[1]: Entering directory /opt/pjproject/pjlib/build' make -f /opt/pjproject/build/rules.mak APP=PJLIB app=pjlib ../lib/libpj-x86_64-unknown-linux-gnu.a make[2]: Entering directory/opt/pjproject/pjlib/build’
make[2]: ../lib/libpj-x86_64-unknown-linux-gnu.a' is up to date. make[2]: Leaving directory/opt/pjproject/pjlib/build’
make -f /opt/pjproject/build/rules.mak APP=PJLIB app=pjlib …/lib/libpj.so
make[2]: Entering directory /opt/pjproject/pjlib/build' make[2]:…/lib/libpj.so’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjlib/build' make -f /opt/pjproject/build/rules.mak APP=TEST app=pjlib-test ../bin/pjlib-test-x86_64-unknown-linux-gnu make[2]: Entering directory/opt/pjproject/pjlib/build’
make[2]: ../bin/pjlib-test-x86_64-unknown-linux-gnu' is up to date. make[2]: Leaving directory/opt/pjproject/pjlib/build’
make[1]: Leaving directory /opt/pjproject/pjlib/build' make[1]: Entering directory/opt/pjproject/pjlib-util/build’
make -f /opt/pjproject/build/rules.mak APP=PJLIB_UTIL app=pjlib-util …/lib/libpjlib-util-x86_64-unknown-linux-gnu.a
make[2]: Entering directory /opt/pjproject/pjlib-util/build' make[2]:…/lib/libpjlib-util-x86_64-unknown-linux-gnu.a’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjlib-util/build' make -f /opt/pjproject/build/rules.mak APP=PJLIB_UTIL app=pjlib-util ../lib/libpjlib-util.so make[2]: Entering directory/opt/pjproject/pjlib-util/build’
make[2]: ../lib/libpjlib-util.so' is up to date. make[2]: Leaving directory/opt/pjproject/pjlib-util/build’
make -f /opt/pjproject/build/rules.mak APP=UTIL_TEST app=pjlib-util-test …/bin/pjlib-util-test-x86_64-unknown-linux-gnu
make[2]: Entering directory /opt/pjproject/pjlib-util/build' make[2]:…/bin/pjlib-util-test-x86_64-unknown-linux-gnu’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjlib-util/build' make[1]: Leaving directory/opt/pjproject/pjlib-util/build’
make[1]: Entering directory /opt/pjproject/pjnath/build' make -f /opt/pjproject/build/rules.mak APP=PJNATH app=pjnath ../lib/libpjnath-x86_64-unknown-linux-gnu.a make[2]: Entering directory/opt/pjproject/pjnath/build’
make[2]: ../lib/libpjnath-x86_64-unknown-linux-gnu.a' is up to date. make[2]: Leaving directory/opt/pjproject/pjnath/build’
make -f /opt/pjproject/build/rules.mak APP=PJNATH app=pjnath …/lib/libpjnath.so
make[2]: Entering directory /opt/pjproject/pjnath/build' make[2]:…/lib/libpjnath.so’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjnath/build' make -f /opt/pjproject/build/rules.mak APP=PJNATH_TEST app=pjnath-test ../bin/pjnath-test-x86_64-unknown-linux-gnu make[2]: Entering directory/opt/pjproject/pjnath/build’
make[2]: ../bin/pjnath-test-x86_64-unknown-linux-gnu' is up to date. make[2]: Leaving directory/opt/pjproject/pjnath/build’
make -f /opt/pjproject/build/rules.mak APP=PJTURN_CLIENT app=pjturn-client …/bin/pjturn-client-x86_64-unknown-linux-gnu
make[2]: Entering directory /opt/pjproject/pjnath/build' make[2]:…/bin/pjturn-client-x86_64-unknown-linux-gnu’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjnath/build' make -f /opt/pjproject/build/rules.mak APP=PJTURN_SRV app=pjturn-srv ../bin/pjturn-srv-x86_64-unknown-linux-gnu make[2]: Entering directory/opt/pjproject/pjnath/build’
make[2]: ../bin/pjturn-srv-x86_64-unknown-linux-gnu' is up to date. make[2]: Leaving directory/opt/pjproject/pjnath/build’
make[1]: Leaving directory /opt/pjproject/pjnath/build' make[1]: Entering directory/opt/pjproject/third_party/build’
for dir in ilbc g7221; do
if make -C $dir all; then
true;
else
exit 1;
fi;
done
make[2]: Entering directory /opt/pjproject/third_party/build/ilbc' make -f /opt/pjproject/build/rules.mak APP=ILBC app=libilbccodec ../../lib/libilbccodec-x86_64-unknown-linux-gnu.a make[3]: Entering directory/opt/pjproject/third_party/build/ilbc’
make[3]: ../../lib/libilbccodec-x86_64-unknown-linux-gnu.a' is up to date. make[3]: Leaving directory/opt/pjproject/third_party/build/ilbc’
make -f /opt/pjproject/build/rules.mak APP=ILBC app=libilbccodec …/…/lib/libilbccodec.so
make[3]: Entering directory /opt/pjproject/third_party/build/ilbc' make[3]:…/…/lib/libilbccodec.so’ is up to date.
make[3]: Leaving directory /opt/pjproject/third_party/build/ilbc' make[2]: Leaving directory/opt/pjproject/third_party/build/ilbc’
make[2]: Entering directory /opt/pjproject/third_party/build/g7221' make -f /opt/pjproject/build/rules.mak APP=G7221_CODEC app=libg7221codec ../../lib/libg7221codec-x86_64-unknown-linux-gnu.a make[3]: Entering directory/opt/pjproject/third_party/build/g7221’
make[3]: ../../lib/libg7221codec-x86_64-unknown-linux-gnu.a' is up to date. make[3]: Leaving directory/opt/pjproject/third_party/build/g7221’
make -f /opt/pjproject/build/rules.mak APP=G7221_CODEC app=libg7221codec …/…/lib/libg7221codec.so
make[3]: Entering directory /opt/pjproject/third_party/build/g7221' make[3]:…/…/lib/libg7221codec.so’ is up to date.
make[3]: Leaving directory /opt/pjproject/third_party/build/g7221' make[2]: Leaving directory/opt/pjproject/third_party/build/g7221’
make[1]: Leaving directory /opt/pjproject/third_party/build' make[1]: Entering directory/opt/pjproject/pjmedia/build’
make -f /opt/pjproject/build/rules.mak APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev …/lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
make[2]: Entering directory /opt/pjproject/pjmedia/build' make[2]:…/lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjmedia/build' make -f /opt/pjproject/build/rules.mak APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev ../lib/libpjmedia-audiodev.so make[2]: Entering directory/opt/pjproject/pjmedia/build’
make[2]: ../lib/libpjmedia-audiodev.so' is up to date. make[2]: Leaving directory/opt/pjproject/pjmedia/build’
make -f /opt/pjproject/build/rules.mak APP=PJMEDIA_VIDEODEV app=pjmedia-videodev …/lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a
make[2]: Entering directory /opt/pjproject/pjmedia/build' make[2]:…/lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a’ is up to date.
make[2]: Leaving directory /opt/pjproject/pjmedia/build' make -f /opt/pjproject/build/rules.mak APP=PJMEDIA_VIDEODEV app=pjmedia-videodev ../lib/libpjmedia-videodev.so make[2]: Entering directory/opt/pjproject/pjmedia/build’
make[2]: ../lib/libpjmedia-videodev.so' is up to date. make[2]: Leaving directory/opt/pjproject/pjmedia/build’
make -f /opt/pjproject/build/rules.mak APP=PJMEDIA app=pjmedia …/lib/libpjmedia-x86_64-unknown-linux-gnu.a
make[2]: Entering directory /opt/pjproject/pjmedia/build' gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC -DPJMEDIA_HAS_LIBYUV=1 -I/opt/pjproject/third_party/build/speex -I/opt/pjproject/third_party/speex/include -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -DPJMEDIA_EXTERNAL_SRTP=1 -DPJMEDIA_SRTP_HAS_DEINIT=0 -DPJMEDIA_SRTP_HAS_SHUTDOWN=1 -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \ -o output/pjmedia-x86_64-unknown-linux-gnu/converter_libyuv.o \ ../src/pjmedia/converter_libyuv.c In file included from /usr/include/libyuv/convert_from.h:15, from /usr/include/libyuv/convert.h:16, from /usr/include/libyuv.h:16, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/rotate.h:41: error: expected declaration specifiers or '...' before 'RotationMode' /usr/include/libyuv/rotate.h:49: error: expected declaration specifiers or '...' before 'RotationMode' In file included from /usr/include/libyuv/planar_functions.h:18, from /usr/include/libyuv/convert.h:17, from /usr/include/libyuv.h:16, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/convert_argb.h:191: error: expected declaration specifiers or '...' before 'RotationMode' In file included from /usr/include/libyuv.h:16, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/convert.h:213: error: expected declaration specifiers or '...' before 'RotationMode' In file included from /usr/include/libyuv.h:23, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/rotate_argb.h:25: error: expected declaration specifiers or '...' before 'RotationMode' In file included from /usr/include/libyuv.h:24, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/scale.h:33: error: expected declaration specifiers or '...' before 'FilterMode' /usr/include/libyuv/scale.h:53: error: expected declaration specifiers or '...' before 'FilterMode' /usr/include/libyuv/scale.h:62: error: expected declaration specifiers or '...' before 'bool' /usr/include/libyuv/scale.h:67: error: expected declaration specifiers or '...' before 'bool' /usr/include/libyuv/scale.h:70: error: expected ')' before 'use' In file included from /usr/include/libyuv.h:25, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/scale_argb.h:26: error: expected declaration specifiers or '...' before 'FilterMode' In file included from /usr/include/libyuv.h:27, from ../src/pjmedia/converter_libyuv.c:25: /usr/include/libyuv/video_common.h:42: error: 'static_cast' undeclared here (not in a function) /usr/include/libyuv/video_common.h:42: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:42: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:42: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:42: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:43: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:43: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:43: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:43: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:44: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:44: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:44: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:44: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:45: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:45: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:45: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:45: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:46: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:46: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:46: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:46: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:47: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:47: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:47: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:47: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:48: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:48: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:48: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:48: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:49: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:49: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:49: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:49: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:50: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:50: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:50: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:50: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:51: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:51: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:51: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:51: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:52: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:52: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:52: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:52: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:53: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:53: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:53: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:53: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:54: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:54: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:54: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:54: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:55: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:55: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:55: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:55: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:56: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:56: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:56: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:56: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:57: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:57: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:57: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:57: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:58: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:58: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:58: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:58: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:59: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:59: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:59: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:59: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:60: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:60: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:60: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:60: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:61: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:61: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:61: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:61: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:62: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:62: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:62: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:62: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:63: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:63: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:63: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:63: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:64: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:64: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:64: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:64: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:65: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:65: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:65: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:65: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:66: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:66: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:66: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:66: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:69: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:69: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:69: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:69: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:70: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:70: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:70: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:70: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:71: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:71: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:71: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:71: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:72: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:72: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:72: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:72: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:76: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:76: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:76: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:76: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:77: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:77: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:77: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:77: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:78: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:78: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:78: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:78: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:79: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:79: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:79: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:79: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:80: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:80: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:80: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:80: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:81: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:81: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:81: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:81: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:82: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:82: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:82: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:82: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:83: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:83: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:83: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:83: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:84: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:84: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:84: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:84: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:85: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:85: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:85: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:85: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:86: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:86: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:86: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:86: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:87: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:87: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:87: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:87: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:88: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:88: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:88: error: expected expression before 'uint32' /usr/include/libyuv/video_common.h:88: error: expected expression before 'uint32' ../src/pjmedia/converter_libyuv.c:162: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:163: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:164: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:165: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:166: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:167: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:172: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:173: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:174: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:175: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:176: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:177: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:178: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:183: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:184: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:185: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:186: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:187: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:188: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:193: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:194: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:195: error: 'ARGBToYUY2' undeclared here (not in a function) ../src/pjmedia/converter_libyuv.c:196: error: 'ARGBToUYVY' undeclared here (not in a function) ../src/pjmedia/converter_libyuv.c:197: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:198: warning: initialization from incompatible pointer type ../src/pjmedia/converter_libyuv.c:199: warning: initialization from incompatible pointer type make[2]: *** [output/pjmedia-x86_64-unknown-linux-gnu/converter_libyuv.o] Error 1 make[2]: Leaving directory/opt/pjproject/pjmedia/build’
make[1]: *** [libpjmedia-x86_64-unknown-linux-gnu.a] Error 2
make[1]: Leaving directory `/opt/pjproject/pjmedia/build’
make: *** [all] Error 1