Tag: rtm

为iphoneos构buildlive555库

我读了很多关于构buildiOS平台的live555 lib的讨论。 我成功地使用./genMakefiles iphone-simulatorbuild立了模拟器的lib然后make ,但是不能为了设备而build立它。 ./genMakefiles iphoneos没有警告我任何事情,但在失败后运行make 。 它总是产生像unknown type name …错误unknown type name … 我用最新鲜的资源尝试了很多次,而且在做之前我也尝试过make clean – 没有帮助。 从日志中我看到一些奇怪的东西,像MacOSXpath,我认为这是问题的根源,但不知道我应该修复/更改脚本中的什么,以使其工作。 这里是完整的日志: $ make cd liveMedia ; /Applications/Xcode.app/Contents/Developer/usr/bin/make /usr/bin/xcrun clang -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -DBSD=1 -O2 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fPIC -arch armv7 –sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk -Wall Media.cpp In file included from Media.cpp:21: In file included from […]