Hi Brent,On mine the 'env' says:
 
WEBKITLIBRARIESDIR=E:\WebKit\WebKitLibraries\win
WEBKITOUTPUTDIR=E:\WebKit\WebKitBuild
 
I think I should have set the variables correctly.I have had my code downloaded 
from both the nightly-build and through svn. There is no pthread headers from 
either. The compiler also complains there is no 'unicode/uchar.h'.
 
There is another new problem. I was just trying to run winLauncher.patch, those 
2 ico files cannot be patched for some reason. From Cygwin I use "patch -p0 < 
winLauncher.patch".
 
cheers,
Ivan


CC: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [webkit-dev] 
Help needed. WebKit with Windows XPDate: Tue, 19 Feb 2008 23:01:36 -0800Ivan, 

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 liPerhaps you used the wrong -p or --sThe 
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
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to