简体   繁体   English

Live555框架生成错误

[英]Live555 framework generation error

I'm trying to build the framework for Live555 library. 我正在尝试为Live555库构建框架。
I got the library file from here as per this answer of SO I've tried multiple times to generate it as per that answer. 我根据这个答案这里得到了库文件我已经多次尝试按照那个答案生成它。 It is simply giving the following error : 它只是给出以下错误:

/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

I googled it for this issue. 我用谷歌搜索了这个问题。 I got an exact link with which an another user tried for this. 我得到了另一个用户为此尝试的确切链接 At present my config.iphoneos 目前我的config.iphoneos

Has anyone faced this issue before? 以前有人遇到过这个问题吗? Kindly give me some idea to solve this issue? 请给我一些解决这个问题的想法?

It's telling you what the problem is. 它告诉你问题是什么。

Have a look in Terminal, do you actually have g++ at this path? 看看终端,你真的在​​这条路上有g++吗? I do. 我做。 It seems that you do not. 看来你没有。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM