[v8-users] Failed to compile on MACOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-05 Thread chao...@gmail.com
1. * gn args as following: * enable_ios_bitcode = true ios_deployment_target = 10 is_component_build = false is_debug = false is_official_build = true symbol_level = 0 target_cpu = "arm64"

[v8-users] Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-05 Thread chao...@gmail.com
1. * gn args as following: * enable_ios_bitcode = true ios_deployment_target = 10 is_component_build = false is_debug = false is_official_build = true symbol_level = 0 target_cpu = "arm64"

[v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-05 Thread chao...@gmail.com
Oh, I forgot to mention the version. I am trying to compile V8 v9.4.113. On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrote: > 1. > * > gn args as

[v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-05 Thread chao...@gmail.com
./../include/cppgc/allocation.h:164:25: note: declared here template On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrote: > 1. > * > gn args as following: > * >

[v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-05 Thread chao...@gmail.com
My OS version is macOS Big Sur 11.5. On Friday, August 6, 2021 at 8:06:29 AM UTC+8 chao...@gmail.com wrote: > > Oh, I forgot to mention the version. I am trying to compile V8 v9.4.113. > On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrot

Re: [v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-07 Thread chao...@gmail.com
td::forward should be fixable by adding an > #include in include/cppgc/allocation.h. Can you try that? > > On Fri, Aug 6, 2021 at 3:50 AM chao...@gmail.com > wrote: > >> My OS version is macOS Big Sur 11.5. >> On Friday, August 6, 2021 at 8:06:29 AM UTC+8 chao...@gmail.com

Re: [v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-07 Thread chao...@gmail.com
_enable_pointer_compression = false v8_enable_v8_checks = false v8_monolithic = true # Enable the v8_monolith target. v8_use_external_startup_data = false # The snaphot is included in the binary. On Sunday, August 8, 2021 at 12:47:31 PM UTC+8 chao...@gmail.com wrote: > Thanks

Re: [v8-users] Re: Failed to compile on macOS for iOS: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

2021-08-07 Thread chao...@gmail.com
If I switch to tag 8.5.188, everything works fine. On Sunday, August 8, 2021 at 12:51:05 PM UTC+8 chao...@gmail.com wrote: > > * > gn args as following: > * > > enable_