On Thu, Jul 30, 2009 at 4:04 PM, Ryan Leavengood<[email protected]> wrote:
> On Thu, Jul 30, 2009 at 11:33 AM, Ryan Leavengood<[email protected]> wrote:
>>
>> But I am still having problems, and my self-reliance is at an end.
>> Attached is the BuildLog.htm for WebCore. As can be seen I'm having
>> some big problems in the RenderMediaControls.cpp file, as well as some
>> problems with CookieJarCFNetWin.cpp and ResourceHandleCFNet.cpp.
>>
>> Any ideas?
>
> Well I couldn't wait for someone to answer so I looked closer at these
> problems and they seem to be due to my WebKitSupportLibrary.zip being
> out of date. Mea culpa. I've updated the code again and am doing
> another clean build. My fingers are crossed...
>
> At the end of this I might be equipped to write a Windows build
> problems FAQ for WebKit :)
I just realized that my 11:33 AM message may not yet have gone to the
list since it had an attachment and was too big for the mailing list
guidelines, and therefore needed moderator approval. Anyhow it is no
matter since I figured out that problem.
In the meantime my build has gone much further and after a massive
memory hogging link command (over 600 MB memory used), WebCore and
WebKit are built. But now I am having a problem with DumpRenderTree.
It seems as if there are some include directories missing from the
command-line. See the BuildLog attached.
It seems as though WebKit\WebKitBuild\include\private\JavaScriptCore
should be part of the include directories for DumpRenderTree. To test
this theory I moved Platform.h to
WebKit\WebKitBuild\include\JavaScriptCore and then got errors about
other headers missing.
What could I have done wrong in this case? At this point I am assuming
I'm at fault for any problems...
--
Regards,
Ryan
| | |
Build started: Project: DumpRenderTree, Configuration: Release|Win32
|
| | | Creating temporary file "E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\obj\DumpRenderTree\Release\RSP00000620403792.rsp" with contents
[
/O2 /GL /I "e:\cygwin\home\RyanLeavengood\WebKit\WebKitTools\DumpRenderTree\win\\." /I "e:\cygwin\home\RyanLeavengood\WebKit\WebKitTools\DumpRenderTree\win\\.." /I "e:\cygwin\home\RyanLeavengood\WebKit\WebKitTools\DumpRenderTree\win\\..\cg" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\_javascript_Core" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitLibraries\win\Include" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitLibraries\win\include\pthreads" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore" /I "E:\cygwin\home\RyanLeavengood\WebKit\WebKitLibraries\win\Include\WebCore" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_SCL_SECURE_NO_DEPRECATE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\obj\DumpRenderTree\Release\\" /Fd"E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\obj\DumpRenderTree\Release\vc80.pdb" /W1 /c /Wp64 /Zi /TP .\WorkQueueItemWin.cpp
..\WorkQueue.cpp
.\PixelDumpSupportWin.cpp
..\cg\PixelDumpSupportCG.cpp
.\DumpRenderTree.cpp
.\UIDelegate.cpp
.\ResourceLoadDelegate.cpp
.\PolicyDelegate.cpp
.\FrameLoadDelegate.cpp
.\EditingDelegate.cpp
.\LayoutTestControllerWin.cpp
..\LayoutTestController.cpp
.\GCControllerWin.cpp
.\EventSender.cpp
]
Creating command line "cl.exe @E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\obj\DumpRenderTree\Release\RSP00000620403792.rsp /nologo /errorReport:queue"
|
| | | Compiling...
WorkQueueItemWin.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
WorkQueue.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
PixelDumpSupportWin.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
PixelDumpSupportCG.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
DumpRenderTree.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
UIDelegate.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
ResourceLoadDelegate.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
PolicyDelegate.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
FrameLoadDelegate.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
EditingDelegate.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
LayoutTestControllerWin.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
LayoutTestController.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
GCControllerWin.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
EventSender.cpp
E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\Include\WebCore\ForwardingHeaders\wtf/Platform.h(3) : fatal error C1083: Cannot open include file: '_javascript_Core/Platform.h': No such file or directory
|
| | | Build log was saved at "file://E:\cygwin\home\RyanLeavengood\WebKit\WebKitBuild\obj\DumpRenderTree\Release\BuildLog.htm"
DumpRenderTree - 14 error(s), 0 warning(s)
|
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help