Ivan,

Problem #2 indicates that the build cannot find the pthread headers. These are installed as part of Apple's WebKitLibraries directory. Most likely, you do not have the environment variables set, or you have not been running the "update-webkit" script.

From the cygwin console, what does 'env' show?

On my system, I get a few entries including:
WEBKITLIBRARIESDIR=C:\Fulgham\WebKit\WebKitLibraries\win
WEBKITOUTPUTDIR=C:\Fulgham\WebKit\WebKitBuild

Do your entries have spaces in the path names perhaps?

-Brent

On Feb 19, 2008, at 9:10 PM, Ivan Shusky wrote:

Hi Brent,

Thank you for your timely reply. I did set those environment variables but it did not work. Not sure what was wrong. I have deleted the entire project to start fresh for another run and it works.

I currently still have 2 problems.

1) When try to patch file "webcore_win32fonts.patch", I got error saying:

can't find file to patch at input li
Perhaps you used the wrong -p or --s
The text leading up to this was:
--------------------------
|Index: ChangeLog
|===================================
|--- ChangeLog  (revision 30391)
|+++ ChangeLog  (working copy)
--------------------------""

2) When I try to build the entire project I got this error message "fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory".


Best,
Ivan

Express yourself instantly with MSN Messenger! MSN Messenger

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to