Re: [v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread 'Clemens Backes' via v8-users
On Wed, Jun 17, 2020 at 10:47 AM Immanuel Haffner < haffner.imman...@gmail.com> wrote: > > Out of curiosity: wouldn't it make sense to add a CI job for > `use_custom_libcxx=false`? I guess we wouldn't need one bot for that, but as many as there are combinations of compilers and standard library

Re: [v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread 'Clemens Backes' via v8-users
On Wed, Jun 17, 2020 at 10:41 AM Immanuel Haffner < haffner.imman...@gmail.com> wrote: > Hi Clemens, > > the patch is working. Thanks a lot for the quick response :) When will > this be available upstream? > The patch was merged to ToT about half an hour ago, so it should be available to you now.

[v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread kosit la-orngsri
ถ้าไม่ขัดกันกับการเชื่อมโยงมันก็ดี เมื่อ วันพุธที่ 17 มิถุนายน ค.ศ. 2020 14 นาฬิกา 37 นาที 04 วินาที UTC+7, Immanuel Haffner เขียนว่า: > > I am trying to compile V8 in debug with the following build args: > > is_clang=true is_component_build=false v8_monolithic=true > treat_warnings_as_error

[v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread kosit la-orngsri
เมื่อ วันพุธที่ 17 มิถุนายน ค.ศ. 2020 14 นาฬิกา 37 นาที 04 วินาที UTC+7, Immanuel Haffner เขียนว่า: > > I am trying to compile V8 in debug with the following build args: > > is_clang=true is_component_build=false v8_monolithic=true > treat_warnings_as_errors=false v8_use_external_startup_da

Re: [v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread Immanuel Haffner
Out of curiosity: wouldn't it make sense to add a CI job for `use_custom_libcxx=false`? Immanuel Haffner schrieb am Mittwoch, 17. Juni 2020 um 10:41:13 UTC+2: > Hi Clemens, > > the patch is working. Thanks a lot for the quick response :) When will > this be available upstream? > > Kind regards,

Re: [v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread Immanuel Haffner
Hi Clemens, the patch is working. Thanks a lot for the quick response :) When will this be available upstream? Kind regards, Immanuel Clemens Backes schrieb am Mittwoch, 17. Juni 2020 um 09:47:38 UTC+2: > Thanks for reporting this, Immanuel! > > I uploaded a fix to include : https://crrev.com/

Re: [v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread 'Clemens Backes' via v8-users
Thanks for reporting this, Immanuel! I uploaded a fix to include : https://crrev.com/c/2248196 Can you check whether this also fixes the issue in your configuration? Thanks, Clemens On Wed, Jun 17, 2020 at 9:38 AM Immanuel Haffner wrote: > Oh, i forgot to mention the version. I am trying to co

[v8-users] Re: Compile Error with `use_custom_libcxx=false`

2020-06-17 Thread Immanuel Haffner
Oh, i forgot to mention the version. I am trying to compile V8 v8.5.183. But the error occurs also in older versions and is likely related to the update of the standard library rather then an update to V8. Immanuel Haffner schrieb am Mittwoch, 17. Juni 2020 um 09:37:04 UTC+2: > I am trying to c