Project

General

Profile

Actions

Feature #1845

open

WebRTC compilation against clang/libc++ on OSX 10.9 (mavericks)

Added by Alex Afanasyev over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
08/11/2014
Due date:
% Done:

0%

Estimated time:

Description

After extensive playing with compilation options of webrtc, I finally made it (partially) compile with system's clang and using libc++. Some targets failed, but the library itself compiled and I was able to compile ndnrtc in c++11 mode against libc++.

I'm not quite sure what needs to be overridden in GYP_DEFINES, I modified directly build/common.gypi (attached) and then re-run gclient runhooks -f

I also had GYP_DEFINES="clang=1 clang_xcode=1 use_system_libcxx=1 OS=mac target_arch=x64 mac_sdk=10.9" though I'm not quite sure if any of these take any effect.


Files

common.gypi (218 KB) common.gypi Alex Afanasyev, 08/11/2014 07:36 PM
common.gypi.patch (3.61 KB) common.gypi.patch Differences between downloaded/generated and patched common.gypi Alex Afanasyev, 08/11/2014 07:41 PM
Actions #1

Updated by Alex Afanasyev over 9 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF