4

我正在尝试为Live555库构建框架。我根据这个答案从这里
得到了库文件,我已经多次尝试按照那个答案生成它。它只是给出以下错误:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -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/iPhoneOS6.0.sdk -Wall Media.cpp
make[1]: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++: No such file or directory
make[1]: *** [Media.o] Error 1
make: *** [all] Error 2

我用谷歌搜索了这个问题。我得到了另一个用户为此尝试的确切链接。目前我的config.iphoneos

有没有人遇到过这个问题?请给我一些想法来解决这个问题?

4

1 回答 1

0

它告诉你问题是什么。

看看终端,你真的有g++这条路吗?我愿意。看来你没有。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++

于 2013-01-25T12:09:21.113 回答