webrtc_plugin icon indicating copy to clipboard operation
webrtc_plugin copied to clipboard

Build fails on OS X

Open codebudo opened this issue 12 years ago • 0 comments

Looks like the libjingle build script needs to be updated for xcode 4.3.3 ...

$ uname -a Darwin xxxxxx.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 $ xcodebuild -version Xcode 4.3.3 Build version 4E3002

clang: error: unsupported option '--serialize-diagnostics' clang: error: no such file or directory: '/Users/swilson/code/webrtc_plugin/third_party/webrtc/trunk/third_party_mods/libjingle/../../xcodebuild/libjingle.build/Debug/libjingle_app.build/Objects-normal/i386/peerconnectionfactory.dia' Command /Users/swilson/code/webrtc_plugin/third_party/webrtc/trunk/third_party_mods/libjingle/../../third_party/llvm-build/Release+Asserts/bin/clang failed with exit code 1

Any chance the build could be modified to NOT download code from svn repos and then patch? It would be more efficient to just use github repos and subprojects. I maintain a libjingle github repo here https://github.com/codebudo/libjingle and could easily add your build changes.

codebudo avatar Jun 23 '12 21:06 codebudo