On Sat, Jul 2, 2011 at 6:22 PM, <[email protected]> wrote: > Here is cool blog post, how to do it right: > http://webkit.sed.hu/blog/20091027/building-qtwebkit-windows
Though there is nothing wrong with what he did : Building QtWebKit with MSVC is broken since https://bugs.webkit.org/show_bug.cgi?id=62114 I'll try to look at it tomorrow. > > ________________________________ > From: [email protected] > [[email protected]] on behalf of ext Mustafizur Rahaman > [[email protected]] > Sent: Saturday, July 02, 2011 11:09 AM > To: [email protected] > Subject: [webkit-qt] Error in building WebKit for QT 4.7.3 > > Hi, > > I am building WebKit for QT port & I am using QT SDK 4.7.3. > > My env variables are set as follows & I am using mingw terminal for building > (Start menu\QT SDK\ Desktop\ QT 4.7.3 for desktop (mingw) > > PATH=C:\Rahaman_QT_SDK\Desktop\Qt\4.7.3\mingw\bin;C:\Rahaman_QT_SDK\mingw\bin;C:\Rahaman_QT_SDK\QtCreator\bin;C:\My_Work\WebKit_QT\bin;C:\GnuWin32;C:\GnuWin32\bin;C:\Python27;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Rahaman_QT_SDK\Desktop\Qt\4.7.3\mingw\bin;C:\Rahaman_QT_SDK\mingw\bin > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > > The error I am getting as > > > Calling 'makeĀ -C WebCore -f Makefile.DerivedSources generated_files' in > C:\My_W > ork\WebKit_QT\WebKitBuild\Release/WebCore > > make: Entering directory `C:/My_Work/WebKit_QT/WebKitBuild/Release/WebCore' > cat ..\..\..\Source\WebCore\css\CSSPropertyNames.in > C:/My_Work/WebKit_QT/Source/ > WebCore/css/SVGCSSPropertyNames.in > generated/CSSPropertyNames.in && cd > generat > ed && perl -IC:/My_Work/WebKit_QT/Source/WebCore/bindings/scripts > C:/My_Work/Web > Kit_QT/Source/WebCore/css/makeprop.pl --defines "LANGUAGE_JAVASCRIPT=1 > ENABLE_CH > ANNEL_MESSAGING=1 ENABLE_EVENTSOURCE=1 ENABLE_DATALIST=1 ENABLE_XPATH=1 > ENABLE_X > SLT=1 ENABLE_FILTERS=1 ENABLE_SVG=1 ENABLE_SVG_ANIMATION=1 > ENABLE_SVG_FOREIGN_OB > JECT=1 ENABLE_JAVASCRIPT_DEBUGGER=1 ENABLE_WEB_SOCKETS=1 ENABLE_WEB_TIMING=1 > ENA > BLE_TOUCH_EVENTS=1 ENABLE_TILED_BACKING_STORE=1 ENABLE_NOTIFICATIONS=1 > ENABLE_DE > TAILS=1 ENABLE_METER_TAG=1 ENABLE_PROGRESS_TAG=1 ENABLE_BLOB=1" > --preprocessor " > C:\Rahaman_QT_SDK\Desktop\Qt\4.7.3\mingw\bin\moc.exe -E" > ..\..\..\Source\WebCore > \css\CSSPropertyNames.in && del CSSPropertyNames.in CSSPropertyNames.gperf > 'cat' is not recognized as an internal or external command, > operable program or batch file. > make: *** [generated/CSSPropertyNames.cpp] Error 1 > make: Leaving directory `C:/My_Work/WebKit_QT/WebKitBuild/Release/WebCore' > Failed to generate WebCore's derived sources! > > Any idea? I have tried using MSVC and getting the same error, too. I am sure > I must be missing something, but not able to figure this out yet :( > > Can any one help please? > > Thanks, > Rahaman > > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > > -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
