Re: Newbie back again...

2017-06-19 Thread David Chisnall
On 24 Apr 2017, at 09:57, Richard Frith-Macdonald wrote: > > Setting variables in make is fairly straightforward, but I think only you > (and clang geeks) understand how these flags are actually supposed to work. > > How are you supposed to turn use of the non-fragile ABI on/off what flags do

Re: Newbie back again...

2017-06-19 Thread Richard Frith-Macdonald
> On 19 Jun 2017, at 10:10, David Chisnall wrote: > > On 24 Apr 2017, at 09:57, Richard Frith-Macdonald > wrote: >> >> Setting variables in make is fairly straightforward, but I think only you >> (and clang geeks) understand how these flags are actually supposed to work. >> >> How are you s

Re: Newbie back again...

2017-06-19 Thread David Chisnall
> On 19 Jun 2017, at 11:11, Richard Frith-Macdonald > wrote: > > >> On 19 Jun 2017, at 10:10, David Chisnall wrote: >> >> On 24 Apr 2017, at 09:57, Richard Frith-Macdonald >> wrote: >>> >>> Setting variables in make is fairly straightforward, but I think only you >>> (and clang geeks) un

Re: Newbie back again...

2017-06-19 Thread Matt Butch
-Matt -- Sent from my iPhone 6S Plus > On Jun 19, 2017, at 18:43, Josh Freeman > wrote: > > > * Removed 'ninja' package from install requirements (package no longer exists > in 17.04 - probably wasn't the correct package anyways; 'ninja' package was a > privilege-escalation detector)

State of the WebKit port

2017-06-19 Thread Daniel Ferreira (theiostream)
Hi everyone, It’s been a little over three weeks that I’ve been working on my Google Summer of Code project of making JavaScriptCore (WebKit's JS engine) and WebCore (WebKit's layout engine) build on top of GNUstep. Today, I’ve completed the first “phase” of the project, which pretty much involved

Re: State of the WebKit port

2017-06-19 Thread Fred Kiefer
> Am 20.06.2017 um 05:39 schrieb Daniel Ferreira (theiostream) > : > > The first was a problem with NSMapTable in base for which I submitted > a patch to the mailing list which is currently inconclusive[2]. Actually this patch has been applied to base on GitHub by Richard over the last weeken