Hi >From errors you are getting , seems that you cygwin is not installed/configured correctly. You need to have required dependancies in cygwin shell.
Thanks & Regards Niilesh On Wed, Jul 22, 2009 at 2:05 PM, mjbh<[email protected]> wrote: > > Hi, > I have tried to build Webkit using cygwin. I have followed the > documentation and post details in the forum. > 1. Installed the cygwin. > 2. Installed QuickTime SDK > 3. Checkout the latest webkit code from trunk (in cgywin) > 4. set the ENV variable WEBKITLIBRARIESDIR & WEBKITOUTPUTDIR > 5. Ran : WebKitTools/Scripts/update-webkit (succeed) > 6. When try execute the WebKitTools/Scripts/update-webkit-support-libs and > WebKitTools/Scripts/update-webkit-auxiliary-libs, I am getting the following > Errors. > > bash-3.2$ WebKitTools/Scripts/update-webkit-support-libs > Subroutine main::tmpnam redefined at > /usr/bin/WebKit/WebKitTools/Scripts/webkitd > irs.pm line 33 > Subroutine main::tmpfile redefined at > /usr/bin/WebKit/WebKitTools/Scripts/webkit > dirs.pm line 33 > Checking mod-date of WebKitSupportLibrary.zip... > checkdir: cannot create extraction directory: /tmp/webkitlibsJu7vqBh > Couldn't unzip WebKitSupportLibrary.zip. at > WebKitTools/Scripts/update-webkit-su > pport-libs line 79. > bash-3.2$ WebKitTools/Scripts/update-webkit-auxiliary-libs > Subroutine main::tmpnam redefined at > /usr/bin/WebKit/WebKitTools/Scripts/webkitd > irs.pm line 33 > Subroutine main::tmpfile redefined at > /usr/bin/WebKit/WebKitTools/Scripts/webkit > dirs.pm line 33 > Checking Last-Modified date of WebKitAuxiliaryLibrary.zip... > Downloading WebKitAuxiliaryLibrary.zip... > > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 1077k 100 1077k 0 0 100k 0 0:00:10 0:00:10 --:--:-- > 152k > checkdir: cannot create extraction directory: /tmp/webkitlibsz0P39i2 > Couldn't unzip WebKitAuxiliaryLibrary.zip. at > WebKitTools/Scripts/update-webkit- > auxiliary-libs line 82. > bash-3.2$ > > 7. When try execute "WebKit/WebKitTools/Scripts/build-webkit --cairo-win32 > --debug" > I am getting the following different errors for each time. > > bash-3.2$ pwd > /usr/bin/WebKit > bash-3.2$ WebKitTools/Scripts/build-webkit --cairo-win32 --debug > Calling 'qmake -r OUTPUT_DIR=D:\cygwin\bin\WebKit\WebKitBuild/Debug_Cairo > /usr/b > in/WebKit/WebKit.pro CONFIG-=release CONFIG+=debug' in > D:\cygwin\bin\WebKit\WebK > itBuild/Debug_Cairo > > Cannot find file: \usr\bin\WebKit\WebKit.pro. > Failed to setup build environment using qmake! > bash-3.2$ WebKitTools/Scripts/build-webkit --cairo-win32 --debug > ERROR: flex missing but required to build WebKit. > bash-3.2$ > > I have followed the instruction from the below links: > > "http://webkit.org/building/tools.html > http://webkit.org/building/checkout.html > http://webkit.org/building/build.html > http://www.nabble.com/My-Windows-build-notes-td19964559.html > http://climbing-the-hill.blogspot.com/2009/05/compiling-webkit-on-windows.html" > > I have done lot of efforts, but none of them proceeded the successfully. > could anybody please help me to come out from this issue. > > Regards, > Jaffar > -- > View this message in context: > http://www.nabble.com/Webkit-Build-Error-on-Windows-%28Urgent%29-tp24602132p24602132.html > Sent from the Webkit mailing list archive at Nabble.com. > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

