Oh ya, sorry again, I forgot to mention 'make realclean' to clean dependencies before re-configure & make. Thanks, nanang On 25/03/2008, Tzury Bar Yochay <tzury.by at gmail.com> wrote: > > Hi all, > > > > Sorry, this is my fault, I haven't tested much on this. > > Somehow, it compiled fine if we have ever built older revision of > PortAudio. > > > > I just revisited this and found the problem. > > I put a patch in http://trac.pjsip.org/repos/ticket/451. > > > > Thanks, > > nanang > > > > I applied the patch on os-auto.mak.in and I get 'new' errors now > > file: /pjproject/thirdparty/portaudio/build/os-auto.mak.in > lines: 50-55 > > export PORTAUDIO_OBJS +=pa_mac_hostapis.o \ > pa_unix_util.o \ > pa_mac_core.o \ > pa_mac_core_blocking.o \ > pa_mac_core_utilities.o \ > pa_ringbuffer.o > > the error: > ranlib ../../lib/libspeex-i386-apple-darwin9.2.0.a > make -f /Users/tzury/devel/pjproject/build/rules.mak > APP=PORTAUDIO app=libportaudio > ../../lib/libportaudio-i386-apple-darwin9.2.0.a > mkdir -p output/libportaudio-i386-apple-darwin9.2.0 > gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -DPA_USE_COREAUDIO=1 -DPA_LITTLE_ENDIAN > -I. -Isrc \ > -o output/libportaudio-i386-apple-darwin9.2.0/pa_mac_hostapis.o \ > src/pa_mac_hostapis.c > src/pa_mac_hostapis.c:1:63: error: > ../../../portaudio/src/os/mac_osx/pa_mac_hostapis.c: No > such file or directory > make[3]: *** [output/libportaudio-i386-apple-darwin9.2.0/pa_mac_hostapis.o] > Error 1 > make[2]: *** [libportaudio] Error 2 > make[1]: *** [all] Error 1 > make: *** [all] Error 1 > > > Are there any other modifications I need to do? > > _______________________________________________ > 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 > >