Re: Webkit: Conversion from string literal loses const qualifier

2016-04-14 Thread Ali Ebrahimi
Hi, On Thu, Apr 14, 2016 at 11:30 AM, Murali Billa wrote: > Hi Ali, > > Are you getting error due to 2nd OR 3rd parameter?As per your error, > you are getting error for 3rd parameter right? As you already know, we > fixed the issue for 3rd parameter. > > ..\..\..\..\src\main\native\Source\We

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
Done. Review ID: JI-9035229 On Wed, Apr 13, 2016 at 5:33 PM, Vadim Pakhnushev < vadim.pakhnus...@oracle.com> wrote: > Oh, right! > In that case I would suggest you to file a bug at the > http://bugs.java.com/ > > Thanks, > Vadim > > > On 13.04.2016 15:55, Ali Ebrahimi wrote: > > Hi, > This is sim

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Vadim Pakhnushev
Oh, right! In that case I would suggest you to file a bug at the http://bugs.java.com/ Thanks, Vadim On 13.04.2016 15:55, Ali Ebrahimi wrote: Hi, This is similar bug and in same file but in 2th parameter of initMethod. It seems MC compiler changed some rules in latest updates. On Wed, Apr 13

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
Hi, This is similar bug and in same file but in 2th parameter of initMethod. It seems MC compiler changed some rules in latest updates. On Wed, Apr 13, 2016 at 3:22 PM, Vadim Pakhnushev < vadim.pakhnus...@oracle.com> wrote: > Ali, > > Seems like this bug https://bugs.openjdk.java.net/browse/JDK-8

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Vadim Pakhnushev
Ali, Seems like this bug https://bugs.openjdk.java.net/browse/JDK-8090061 Although it was pushed to the 9-dev in January. Vadim On 13.04.2016 10:50, Ali Ebrahimi wrote: Hi Kevin, I'm building with "Microsoft Visual Studio Ultimate 2013 Update 5" on win8.1 64bit and FX repo http://hg.openjdk.ja

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
Hi Kevin, I'm building with "Microsoft Visual Studio Ultimate 2013 Update 5" on win8.1 64bit and FX repo http://hg.openjdk.java.net/openjfx/9-dev/rt. On Wed, Apr 13, 2016 at 2:54 AM, Kevin Rushforth wrote: > Hi Ali, > > The production build of FX is done using VS2013 and we haven't seen this > e

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-12 Thread Kevin Rushforth
Hi Ali, The production build of FX is done using VS2013 and we haven't seen this error. Where are you getting FX from? Are you using VS2013 Express or Pro? If Express, be aware that we do not support 64-bit builds (although this is not likely your problem). -- Kevin Ali Ebrahimi wrote: Hi