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
