Hi, I?m getting an assertion on incoming call in pjsua compiled with 64- bit support for Snow Leopard. Press a to answer or h to reject call Assertion failed: (sizeof( UInt32 ) == sizeof( long )), function ringBufferIOProc, file src/../../../portaudio/src/hostapi/coreaudio/ pa_mac_core.c, line 1722. I?ve been compiling pjproject this way: $ CFLAGS="-O2 -Wall -arch i386 -arch x86_64 -isysroot /Developer/SDKs/ MacOSX10.5.sdk -mmacosx-version-min=10.3" LDFLAGS="-arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version- min=10.3" ./configure $ make Alexei