Hi Kristian, We just fixed this in r3902. Thanks for the report. Regards, Ming On Wed, Dec 7, 2011 at 11:15 PM, Kristian Kielhofner <kris at kriskinc.com> wrote: > Hello everyone, > > ?I'm trying to build pjsip trunk on Mac OS X Lion. > > ?About the system: > > ?MacBook Pro Intel Core 2 Duo 2.53GHz > ?OS 10.7.2 > ?Xcode 4.2.1 > ?SDL-1.3.0-6091 (built and installed from source) > ?ffmpeg SVN trunk, rev 26402 (built and installed from source) > ?x264-snapshot-20111129-2245 (built and installed from source) > ?yasm 1.2.0 (built and installed from source) > > ?When attempting to build pjsip trunk (currently rev 3901) on this > machine make returns the following error: > > make -f /Users/kris/projects/video/pjsip-trunk/build/rules.mak > APP=PJMEDIA_VIDEODEV app=pjmedia-videodev > ../lib/libpjmedia-videodev-i386-apple-darwin11.2.0.a > gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -DPJ_IS_BIG_ENDIAN=0 > -DPJ_IS_LITTLE_ENDIAN=1 ? -DPJMEDIA_VIDEO_DEV_HAS_SDL=1 > -I/usr/local/include/SDL -D_THREAD_SAFE -DPJMEDIA_HAS_LIBAVDEVICE=1 > -DPJMEDIA_HAS_LIBAVFORMAT=1 -DPJMEDIA_HAS_LIBAVCODEC=1 > -DPJMEDIA_HAS_LIBSWSCALE=1 -DPJMEDIA_HAS_LIBAVUTIL=1 > -DPJMEDIA_HAS_LIBAVCORE=1 ? -DPJMEDIA_VIDEO_DEV_HAS_QT=1 > -I/Users/kris/projects/video/pjsip-trunk/third_party/build/speex > -I/Users/kris/projects/video/pjsip-trunk/third_party/speex/include > -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 > -I/Users/kris/projects/video/pjsip-trunk/third_party/build/portaudio > -I/Users/kris/projects/video/pjsip-trunk/third_party/portaudio/include > -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=1 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 > -I../include -I../../pjlib/include -I../../pjlib-util/include > -I../../pjmedia/include -I../../pjnath/include -I../.. > -I/Users/kris/projects/video/pjsip-trunk/third_party/build/srtp > -I/Users/kris/projects/video/pjsip-trunk/third_party/srtp/crypto/include > -I/Users/kris/projects/video/pjsip-trunk/third_party/srtp/include ?\ > ? ? ? ? ? ? ? ?-o output/pjmedia-videodev-i386-apple-darwin11.2.0/qt_dev.o \ > ? ? ? ? ? ? ? ?../src/pjmedia-videodev/qt_dev.m > ../src/pjmedia-videodev/qt_dev.m: In function ?qt_factory_create_stream?: > ../src/pjmedia-videodev/qt_dev.m:516: warning: implicit declaration of > function ?pjmedia_event_publisher_init? > ../src/pjmedia-videodev/qt_dev.m:516: error: ?pjmedia_vid_dev_stream? > has no member named ?epub? > make[2]: *** [output/pjmedia-videodev-i386-apple-darwin11.2.0/qt_dev.o] Error 1 > make[1]: *** [pjmedia-videodev] Error 2 > make: *** [all] Error 1 > > ?I haven't found references to this particular error anywhere on the > internet or on pjsip trac. ?Is this a known issue? ?What have a done > wrong? > > Thank you for any help you may be able to offer! > > -- > Kristian Kielhofner > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org