Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-30 Thread S. Litherum
This sounds to me like SIP is not disabled. --Myles > On Nov 29, 2015, at 3:58 AM, Nikolay Tsenkov wrote: > > I tried this in a testing project, producing an app with a single window with > a webView in it, and it doesn’t work. (setting the env variable in the scheme) > > What’s even worse, I

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-29 Thread Nikolay Tsenkov
What if I rename the framework? Then there should be no collision with a system framework? Can and how do I do that? Regards, Nikolay Tsenkov > On Nov 29, 2015, at 1:58 PM, Nikolay Tsenkov wrote: > > I tried this in a testing project, producing an app with a single window with > a webView in

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-29 Thread Nikolay Tsenkov
I tried this in a testing project, producing an app with a single window with a webView in it, and it doesn’t work. (setting the env variable in the scheme) What’s even worse, I actually need to link to the custom WebKit.framework from a dynamic library, not an executable and I guess even if thi

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-28 Thread Dan Bernstein
> On Nov 11, 2015, at 2:06 AM, Nikolay Tsenkov wrote: > > Hello, > > First of all, thanks for the awesome OSS software that WebKit is! > > I need some help with linking to a fresh build of WebKit.framework on OS X: > - I am building a modified version of WebKit.framework (my changes are in >

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-23 Thread Nikolay Tsenkov
Hello, I’ve tried to load the framework through dlopen, but I still can’t get it to work. I’ve posted a question on stackoverflow , specifically for that. Here is my fork of the webkit re

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-11 Thread Myles C. Maxfield
> On Nov 11, 2015, at 2:06 AM, Nikolay Tsenkov wrote: > > Hello, > > First of all, thanks for the awesome OSS software that WebKit is! > > I need some help with linking to a fresh build of WebKit.framework on OS X: > - I am building a modified version of WebKit.framework (my changes are in >

[webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-11 Thread Nikolay Tsenkov
Hello, First of all, thanks for the awesome OSS software that WebKit is! I need some help with linking to a fresh build of WebKit.framework on OS X: - I am building a modified version of WebKit.framework (my changes are in WebCore and WebKit projects) on OS X 10.11, but I am not able to use tha