[webkit-dev] Q: Webkit on Windows without COM registration (as wrapped DLL only?)

2009-01-07 Thread Thomas Brodt
Hi list as far as I have learned until now, there are several ways to use Webkit as an embeddable component in Windows applications. Maybe some wise on this list could help me out with some more answers that I couldn't find in days googling around. One way to use Webkit on windows is the

Re: [webkit-dev] Q: Webkit on Windows without COM registration (as wrapped DLL only?)

2009-01-07 Thread Thomas Brodt
with their signature from a dll). So I would have to create an otherwise empty wrapper DLL that just exports the gtk functions that gtk wraps around webkit.dll. Right? Again, thanks for any pointers Thomas Christian Dywan schrieb: Am Wed, 07 Jan 2009 16:40:48 +0100 schrieb Thomas Brodt thomas.br

Re: [webkit-dev] Fwd: Q: Webkit on Windows without COM registration (as wrapped DLL only?)

2009-01-07 Thread Thomas Brodt
message -- From: Brent Fulgham bfulg...@gmail.com Date: Wed, Jan 7, 2009 at 9:29 AM Subject: Re: [webkit-dev] Q: Webkit on Windows without COM registration (as wrapped DLL only?) To: Thomas Brodt thomas.br...@porabo.ch Hi Thomas, On Wed, Jan 7, 2009 at 9:01 AM, Thomas Brodt thomas.br

Re: [webkit-dev] [win] VS2008? (was: Building WebToolKit)

2009-04-01 Thread Thomas Brodt
BTW: How are the chances that VS2008 will be supported somewhen in the future? Are there any plans? Or is it a greater challenge to do that? I'm not a genuine C++ developer, so I'm pretty clueless about that. The reason behind that question: Microsoft has announced that support and download

[webkit-dev] Building WinCairo, WebCore has lots of SilenceAssertionsOnly undefined or not a member of JSC

2009-07-28 Thread Thomas Brodt
I've seen that there is 46441/442 that deals with SilenceAssertionsOnly, but prefixing JSC:: doesn't work. Currently the winCairo doesn't build with 46462 because of these undeclared identifier SilenceAssertionsOnly or SilenceAssertionsOnly not a member of JSC if prefixed with JSC::, both

Re: [webkit-dev] Building WinCairo, WebCore has lots of SilenceAssertionsOnly undefined or not a member of JSC

2009-07-28 Thread Thomas Brodt
identifier Alexey Proskuryakov schrieb: 28.07.2009, в 4:05, Thomas Brodt написал(а): I've seen that there is 46441/442 that deals with SilenceAssertionsOnly, but prefixing JSC:: doesn't work. Currently the winCairo doesn't build with 46462 because of these undeclared identifier

Re: [webkit-dev] Building WinCairo, WebCore has lots of SilenceAssertionsOnly undefined or not a member of JSC

2009-07-28 Thread Thomas Brodt
Hi Alexey that wiping did the trick, all projects were successfully built. Thanks a lot for the instant help. Thomas Alexey Proskuryakov schrieb: 28.07.2009, в 8:51, Thomas Brodt написал(а): Should I cleanup more than --clean? I just wipe the WebKitBuild directory when I need

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Thomas Brodt
There is currently an open(?) issue regarding FontPlatformData.h. See Brent's mail from 17.03.2010 Re: [webkit-dev] Frustrations with WebKit Font Representation I don't know if it is resolved already. Thomas Am 24.03.2010 16:56, schrieb Aram Hăvărneanu: I am trying to build the Cairo port of

Re: [webkit-dev] Request to add Build Bot

2010-09-27 Thread Thomas Brodt
That's good news! Thomas Am 24.09.2010 17:50, schrieb Brent Fulgham: I've finally gotten a system setup and configured to run as a build bot for the WinCairo port. Per the instructions in the wiki, I've filed a bug (https://bugs.webkit.org/show_bug.cgi?id=46360) to add the configuration to

Re: [webkit-dev] WebKitAuxiliaryLibrary and WebKitSupportLibrary have been updated

2010-10-20 Thread Thomas Brodt
Hi all the build bot for the wincairo build also fails because of the library. (WebKitSupportLibrary.zip is out-of-date.) As I don't know how to update that, maybe somebody else can do that? Thomas Am 20.10.2010 10:34, schrieb Adam Roben: Hi all- WebKitAuxiliaryLibrary and

Re: [webkit-dev] wincairo buildbot failing, cannot install WebKitSupportLibrary, errors in JavaScriptCore[Generated]

2010-11-19 Thread Thomas Brodt
It seems Adam has fixed this? At least it works for me again, though I have other compile errors now. Adam wrote: All of these problems seem to have the same cause: the value of the WEBKITLIBRARIESDIR environment variable is quoted, but should not be. See the below in the path names

[webkit-dev] wincairo buildbot failing, cannot install WebKitSupportLibrary, errors in JavaScriptCore[Generated]

2010-11-19 Thread Thomas Brodt
The buildbot for the wincairo port is running again, thanks to whoever did repair it (Brent?). But the build fails again, as before when it went offline. There are errors installing the new WebKitSupportLibrary: cp: cannot create regular file

Re: [webkit-dev] Windows Bots Are Green!

2015-02-24 Thread Thomas Brodt
Hi Brent thank you very much for this effort! Thomas Am 21.02.2015 um 03:02 schrieb Brent Fulgham: Hi Everyone, Over the past few weeks I’ve spent a considerable amount of time reviewing and correcting a number of problems with the Windows testing infrastructure. We were skipping

Re: [webkit-dev] Building Webkit on Windows

2016-02-26 Thread Thomas Brodt
update the instructions on webkit.org <http://webkit.org> On Feb 25, 2016, at 12:17 AM, Thomas Brodt <thomas.brodt.li...@porabo.ch <mailto:thomas.brodt.li...@porabo.ch>> wrote: Does this also apply for the WinCairo port? Or does this port still require cygwin? Thomas Am 2

Re: [webkit-dev] Building Webkit on Windows

2016-02-25 Thread Thomas Brodt
Does this also apply for the WinCairo port? Or does this port still require cygwin? Thomas Am 24.02.2016 um 20:32 schrieb Alex Christensen: Those instructions are out of date. The most up-to-date instructions about building on Windows are http://trac.webkit.org/wiki/WindowsWithoutCygwin