Dear Webkit Team,
It's been almost 24 hours and no one has replied to my posting.
I would really appreciate if someone could point me in the right direction toward solving this problem.
I see that another posting (http://lists.macosforge.org/pipermail/webkit-dev/2007-June/001940.html) asking for help with Spinneret also went unanswered. Is there something with Spinneret that I should know about?
Is it politically incorrect to use Spinneret?
Is my question a stupid one that anyone should know the answer to?
Even so, I'd really appreciate some help with this so that I can move my project forward.
Thanks,
Double-D
Dear Webkit Team,
I would like to build Spinneret on windows. (I need a windows test application for windows other than Safari.exe).
I did see one post that said Spinneret was an outdated test application and implied you shouldn't waste your time on it. However, I also see there was a code fix recently on 2007-06-18 to fix the Spinneret build against the new Win32 port, so I assume Spinneret is still supported. Anyway, this seems like a very useful tool.
To build, I simply added the include path: $(WebKitOutputDir)\include\webkit
but, then the build fails at the link step (see error message below)
This looks to me like a very simple problem to fix, but my COM knowledge is not very deep (I think this is a COM issue) so I could use some help.
Can someone please let me know how to resolve this?
Thanks,
Double-D
------ Build started: Project: Spinneret, Configuration: Debug Win32 ------
Linking...
Spinneret.obj : error LNK2001: unresolved external symbol _IID_IWebFrameLoadDelegate
Spinneret.obj : error LNK2001: unresolved external symbol _IID_IWebViewPrivate
Spinneret.obj : error LNK2001: unresolved external symbol _CLSID_WebView
Spinneret.obj : error LNK2001: unresolved external symbol _IID_IWebView
Spinneret.obj : error LNK2001: unresolved external symbol _CLSID_WebMutableURLRequest
Spinneret.obj : error LNK2001: unresolved external symbol _IID_IWebMutableURLRequest
c:\source\WebKit\WebKitBuild\Debug\Spinneret.exe : fatal error LNK1120: 6 unresolved externals
Build log was saved at "file://c:\source\WebKit\WebKitBuild\DumpRenderTree.intermediate\Debug\DumpRenderTree.intermediate\BuildLog.htm"
Spinneret - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========