Current V8 requires MacOS 10.12? Cannot build on 10.11

10 views
Skip to first unread message

Zac Hansen

unread,
Sep 5, 2017, 5:56:39 PM9/5/17
to v8-users
trying to build: 1aead19c276a9679723ecd7c0cfd2f7c1c94a53d

I run

 tools/dev/v8gen.py -vv x64.release

and get:

  Traceback (most recent call last):
    File "/Users/xaxxon/v8/build/mac/find_sdk.py", line 89, in <module>
      print main()
    File "/Users/xaxxon/v8/build/mac/find_sdk.py", line 62, in main
      raise Exception('No %s+ SDK found' % min_sdk_version)
  Exception: No 10.12+ SDK found

I really don't want to upgrade from 10.11 - 10.12 loses a lot of features I rely on.

Thank you.

--Zac

Ben Noordhuis

unread,
Sep 6, 2017, 5:03:08 AM9/6/17
to v8-users
I believe you are allowed to override it through the environment, but
caveat emptor, it's probably not a tested or supported configuration:

env FORCE_MAC_SDK_MIN=10.11 tools/dev/v8gen.py -vv x64.release
Reply all
Reply to author
Forward
0 new messages