Just an idea, can you try link it to the WebKit from Chromium source tree? Or wrap Chromium WebKit for GNUstep?
发自我的 iPad 在 2013-1-25,16:19,Luboš Doležel <[email protected]> 写道: > Dne 25. ledna 2013 6:11:24 Abhi Beckert <[email protected]> napsal: >> On Thu, Jan 24, 2013 at 10:16 PM, Luboš Doležel <[email protected]> wrote: >> >> > I tried to make the current binary work with GNUstep, but it needs the >> > WebKit.framework: >> > >> > $ dyld Contents/MacOS/Pixen >> > >> > Cannot load >> > @loader_path/../Frameworks/**Sparkle.framework/Versions/A/**Sparkle: >> > Cannot load >> > /System/Library/Frameworks/**WebKit.framework/Versions/A/**WebKit: >> > File not found: /System/Library/Frameworks/**WebKit.framework/Versions/A/* >> > *WebKit >> > >> > WebKit.framework seems to be a hell of an API to reimplement... >> >> >> Is it only Sparkle that needs WebKit? Sparkle is an open source (see >> GitHub) framework for downloading/crypto-analysing/installing new versions >> of an app. It only uses WebKit to render release notes. >> - Abhi > > I definitely see CoreGraphics calls, UTType* calls, CoreAnimation calls, > QTKit calls. But the WebKit functions actually don't seem to be used in the > main binary, this dynamic linker reference seems extraneous (--as-needed > would remove it). > > It is very sad that projects corebase or opal don't yet integrate well with > base/gui :-( > -- > Luboš Doležel > > > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
