Hi,
I get the following build error with PJSip 2.7 when building for any IOS
architecture.
../src/samples/streamutil.c:569:39: error: use of undeclared identifier
'is_dtls_client'
if (dir & PJMEDIA_DIR_ENCODING || is_dtls_client || is_dtls_server) {
^
../src/samples/streamutil.c:569:57: error: use of undeclared identifier
'is_dtls_server'
if (dir & PJMEDIA_DIR_ENCODING || is_dtls_client || is_dtls_server) {
^
2 errors generated.
make[3]: *** [output/sample-arm64-apple-darwin_ios/streamutil.o] Error 1
make[2]: *** [streamutil] Error 2
make[1]: *** [samples] Error 2
make: *** [all] Error 1
Luckily, this step happens after the libraries have been built, but, we
check the exit code of the PJSip make before doing any additional
building so it stops our process.
-- Scott.
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org