Hi, I have tried to build webkit on Windows and have no luck so far. It looks like there are 3 missing header files: 'unicode/pwin32.h', 'pthread.h' and 'JSDOMExceptionConstructor.lut.h' Here is my BuildLog: Constructing generated files...Copying ICU DLLS... Compiling...c_utility.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorystring_object.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorylexer.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directoryJSLock.cpp..\..\kjs\JSLock.cpp(28) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryfunction.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorycollector.cpp..\..\kjs\collector.cpp(36) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\JavaScriptCore\Release\BuildLog.htm"JavaScriptCore - 6 error(s), 0 warning(s) Performing Pre-Build Event...cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compilertmp.cppmake: *** No rule to make target `JSDOMExceptionConstructor.lut.h', needed by `all'. Stop.Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."Project : warning PRJ0018 : The following environment variables were not found:$(AnalyzeWithLargeStack) Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WebCore\Release\BuildLog.htm"WebCore - 1 error(s), 1 warning(s) Compiling...TCSystemAlloc.cppf:\cygwin\home\yshih\webkit\javascriptcore\wtf\TCSpinLock.h(156) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryFastMalloc.cpp..\..\wtf\FastMalloc.cpp(70) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WTF\Release\BuildLog.htm"WTF - 2 error(s), 0 warning(s) Thanks a lot Yueh _________________________________________________________________ Missed the show? Watch videos of the Live Earth Concert on MSN. http://liveearth.msn.com
Hello Yueh, I have similar problem as yours. Have you sort out your compile error? thx Yuehfu Shih wrote:
Hi,
I have tried to build webkit on Windows and have no luck so far. It looks like there are 3 missing header files: 'unicode/pwin32.h', 'pthread.h' and 'JSDOMExceptionConstructor.lut.h' Here is my BuildLog:
Constructing generated files...Copying ICU DLLS... Compiling...c_utility.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorystring_object.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorylexer.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directoryJSLock.cpp..\..\kjs\JSLock.cpp(28) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryfunction.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorycollector.cpp..\..\kjs\collector.cpp(36) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\JavaScriptCore\Release\BuildLog.htm"JavaScriptCore - 6 error(s), 0 warning(s)
Performing Pre-Build Event...cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compilertmp.cppmake: *** No rule to make target `JSDOMExceptionConstructor.lut.h', needed by `all'. Stop.Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."Project : warning PRJ0018 : The following environment variables were not found:$(AnalyzeWithLargeStack) Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WebCore\Release\BuildLog.htm"WebCore - 1 error(s), 1 warning(s)
Compiling...TCSystemAlloc.cppf:\cygwin\home\yshih\webkit\javascriptcore\wtf\TCSpinLock.h(156) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryFastMalloc.cpp..\..\wtf\FastMalloc.cpp(70) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WTF\Release\BuildLog.htm"WTF - 2 error(s), 0 warning(s)
Thanks a lot Yueh _________________________________________________________________ Missed the show? Watch videos of the Live Earth Concert on MSN. http://liveearth.msn.com _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
-- View this message in context: http://www.nabble.com/Build-Webkit-on-Windows-tf4106419.html#a11979250 Sent from the Webkit mailing list archive at Nabble.com.
The errors seen here look like the kind of thing you see if either (1) update-webkit was never run, or (2) the WEBKITLIBRARIESDIR environment variable isn't set. (2) would only happen if you were trying to build from within the IDE (build-webkit sets this environment variable for you). Did you follow all the instructions at <http://webkit.org/building/checkout.html
?
-Adam On Aug 3, 2007, at 1:19 AM, OYO wrote:
Hello Yueh,
I have similar problem as yours. Have you sort out your compile error?
thx
Yuehfu Shih wrote:
Hi,
I have tried to build webkit on Windows and have no luck so far. It looks like there are 3 missing header files: 'unicode/pwin32.h', 'pthread.h' and 'JSDOMExceptionConstructor.lut.h' Here is my BuildLog:
Constructing generated files...Copying ICU DLLS... Compiling...c_utility.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore \icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorystring_object.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore \icu\unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorylexer.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu \unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directoryJSLock.cpp..\..\kjs\JSLock.cpp(28) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryfunction.cppF:\cygwin\home\yshih\WebKit\JavaScriptCore\icu \unicode/umachine.h(45) : fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No such file or directorycollector.cpp..\..\kjs\collector.cpp(36) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\JavaScriptCore \Release\BuildLog.htm"JavaScriptCore - 6 error(s), 0 warning(s)
Performing Pre-Build Event...cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compilertmp.cppmake: *** No rule to make target `JSDOMExceptionConstructor.lut.h', needed by `all'. Stop.Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."Project : warning PRJ0018 : The following environment variables were not found:$(AnalyzeWithLargeStack) Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WebCore\Release \BuildLog.htm"WebCore - 1 error(s), 1 warning(s)
Compiling...TCSystemAlloc.cppf:\cygwin\home\yshih\webkit \javascriptcore\wtf\TCSpinLock.h(156) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directoryFastMalloc.cpp..\..\wtf\FastMalloc.cpp(70) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory Build log was saved at "file://F:\cygwin\home\yshih\WebKit\WebKitBuild\obj\WTF\Release \BuildLog.htm"WTF - 2 error(s), 0 warning(s)
Thanks a lot Yueh _________________________________________________________________ Missed the show? Watch videos of the Live Earth Concert on MSN. http://liveearth.msn.com _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
-- View this message in context: http://www.nabble.com/Build-Webkit-on-Windows-tf4106419.html#a11979250 Sent from the Webkit mailing list archive at Nabble.com.
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
participants (3)
-
Adam Roben
-
OYO
-
Yuehfu Shih