mkdir webrtc-checkout
cd webrtc-checkout
fetch --nohooks webrtc
gclient sync#include "webrtc/api/peerconnectioninterface.h"
int main(int argc, char* argv[]) {
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory = webrtc::CreatePeerConnectionFactory();
return 0;
}
I got 124 errors
plz correct me, I'm sure I'm missing some stpes
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/4705cfc6-f919-4867-b77a-1817ff4ee2aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/cbe5b35a-a2bb-429a-a65a-d97a2e6cdcda%40googlegroups.com.
Apple Mach-O Linker (ld) Error Group
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thanks!