Nathans-Retina-MBP:cef nathansobo$ ./cef_create_projects.shChecking CEF and Chromium revisions...________ running '/usr/bin/python tools/check_revision.py' in '/Users/nathansobo/sandbox/chromium/src/cef'svn: '/Users/nathansobo/sandbox/chromium/src/cef' is not a working copysvn: '/Users/nathansobo/sandbox/chromium/src' is not a working copyWARNING: Incorrect Chromium URL; found None, expected http://src.chromium.org/svn/trunk/srcWARNING: Incorrect Chromium revision; found None, expected 128896Please see CHROMIUM_BUILD_COMPATIBILITY.txt for instructions.Using CEF revision None @ NoneUsing Chromium revision None @ NoneGenerating CEF version header file...________ running '/usr/bin/python tools/make_version_header.py --header include/cef_version.h --version ../chrome/VERSION' in '/Users/nathansobo/sandbox/chromium/src/cef'svn: '.' is not a working copyFile include/cef_version.h is already up to date.Patching build configuration and source files for CEF...________ running '/usr/bin/python tools/patcher.py --patch-config patch/patch.cfg' in '/Users/nathansobo/sandbox/chromium/src/cef'Reading patch file /Users/nathansobo/sandbox/chromium/src/cef/patch/patches/gritsettings.patchWARNING:root:already patched ../tools/gritsettings/resource_idsReading patch file /Users/nathansobo/sandbox/chromium/src/cef/patch/patches/build.patchWARNING:root:already patched ../build/common.gypiWARNING:root:already patched ../build/mac/strip_save_dsymReading patch file /Users/nathansobo/sandbox/chromium/src/cef/patch/patches/tools_gyp.patchWARNING:root:already patched ../tools/gyp/pylib/gyp/input.pySkipping patch file /Users/nathansobo/sandbox/chromium/src/cef/patch/patches/spi_webcore_364.patchGenerating CEF project files...________ running '/usr/bin/python tools/gyp_cef cef.gyp -I cef.gypi' in '/Users/nathansobo/sandbox/chromium/src/cef'Updating projects from gyp files...Traceback (most recent call last):File "tools/gyp_cef", line 155, in <module>sys.exit(gyp.main(args))File "/Users/nathansobo/sandbox/chromium/src/tools/gyp/pylib/gyp/__init__.py", line 471, in mainoptions.circular_check)File "/Users/nathansobo/sandbox/chromium/src/tools/gyp/pylib/gyp/__init__.py", line 111, in Loaddepth, generator_input_info, check, circular_check)File "/Users/nathansobo/sandbox/chromium/src/tools/gyp/pylib/gyp/input.py", line 2324, in LoadVerifyNoGYPFileCircularDependencies(targets)File "/Users/nathansobo/sandbox/chromium/src/tools/gyp/pylib/gyp/input.py", line 1480, in VerifyNoGYPFileCircularDependencies' '.join(bad_files)gyp.input.CircularException: Some files not reachable, cycle in .gyp file dependency graph detected involving some or all of: cef.gyp ../third_party/nwebkit/nwebkit.gypTraceback (most recent call last):File "tools/gclient_hook.py", line 30, in <module>RunAction(cef_dir, gyper)File "/Users/nathansobo/sandbox/chromium/src/cef/tools/gclient_util.py", line 39, in RunActioncommand, cwd=dir, always=True)File "/Users/nathansobo/code/depot_tools/gclient_utils.py", line 214, in CheckCallAndFilterAndHeaderreturn CheckCallAndFilter(args, **kwargs)File "/Users/nathansobo/code/depot_tools/gclient_utils.py", line 391, in CheckCallAndFilterrv, args, kwargs.get('cwd', None), None, None)subprocess2.CalledProcessError: Command /usr/bin/python tools/gyp_cef cef.gyp -I cef.gypi returned non-zero exit status 1 in /Users/nathansobo/sandbox/chromium/src/cef
mkdir chromiumcd chromiumvi .gclient # paste the contents from the readmegclient sync# ... lots of git activitycd srcgit submodule add git://github.com/rogerwang/cef.gitcd cef./cef_create_projects.sh
I have updated .pkg file now ( https://s3.amazonaws.com/node-webkit/osx/cef_mac.pkg ). The new will copy libv8.dylib to correct directory (/usr/local/lib). And the app will be installed in /Applications, please double click cefclient icon to run it. I have tested it on different mac machines, and it worked. You can try it.