Live555 framework generation error

谁说胖子不能爱 提交于 2019-12-01 20:21:46

问题


I'm trying to build the framework for Live555 library.
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

Has anyone faced this issue before? Kindly give me some idea to solve this issue?


回答1:


It's telling you what the problem is.

Have a look in Terminal, do you actually have g++ at this path? I do. It seems that you do not.

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



来源:https://stackoverflow.com/questions/13928131/live555-framework-generation-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!