hello guys, I followed the [pjsip] Cross compiling PJSIP for iPhone ARM on Mac 10.5.5], and the result after make command is make -f /build/rules.mak APP=PJLIB app=pjlib ../lib/libpj-arm-apple-darwin9.a mkdir -p output/pjlib-arm-apple-darwin9 arm-apple-darwin9-gcc -c -Wall -DPJ_AUTOCONF=1 -arch armv6 -pipe -O0 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.1.sdk -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.1.sdk/usr/include/gcc/darwin/4.0 -I../include \ -o output/pjlib-arm-apple-darwin9/ioqueue_select.o \ ../src/pj/ioqueue_select.c In file included from ../src/pj/ioqueue_select.c:37: ../include/pj/compat/socket.h:98:32: error: netinet/in_systm.h: No such file or directory make[2]: *** [output/pjlib-arm-apple-darwin9/ioqueue_select.o] Error 1 make[1]: *** [pjlib] Error 2 make: *** [all] Error 1 could you please tell me what is going wrong? thanks in advance George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081118/bbf7657c/attachment-0001.html>