Regarding QtWebkit Builds on Win32
When building Qtwebkit (with Perl and MinGW paths in the PATH envirment var, and through the Qt command prompt), I exit with the following errors, which I can not really make out what they are. cd WebCore\ && mingw32-make -f Makefile mingw32-make[1]: Entering directory `C:/QtWebkit/WebKitBuild/Release/WebCore' mingw32-make -f Makefile.Release mingw32-make[2]: Entering directory `C:/QtWebkit/WebKitBuild/Release/WebCore' g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel oc -Wl,-s -mthreads -Wl -shared -Wl,--out-implib,c:\QtWebkit\WebKitBuild\Release \lib\libQtWebKit.a -o "..\lib\QtWebKit.dll" object_script.QtWebKit.Release -L"c :\Qt\4.3.1\lib" -lQtXml4 -lQtGui4 -lQtNetwork4 -lQtCore4 Creating library file: c:\QtWebkit\WebKitBuild\Release\lib\libQtWebKit.a ./tmp\HTMLFormElement.o:HTMLFormElement.cpp:(.text+0x41d7): undefined reference to `_imp__PathFindFileNameW@4' collect2: ld returned 1 exit status mingw32-make[2]: *** [..\lib\QtWebKit.dll] Error 1 mingw32-make[2]: Leaving directory `C:/QtWebkit/WebKitBuild/Release/WebCore' mingw32-make[1]: *** [release] Error 2 mingw32-make[1]: Leaving directory `C:/QtWebkit/WebKitBuild/Release/WebCore' mingw32-make: *** [sub-WebCore-make_default-ordered] Error 2 Your vendor has not defined POSIX macro WEXITSTATUS, used at WebKitTools\Scripts \build-webkit line 141 C:\QtWebkit> Anyone got any advice what this is and what to do? Thanks. c
Chris, Please consider checking the mailing list archives before posting (<http://lists.macosforge.org/pipermail/webkit-dev/
). This issue has come up several times this week. See <http://lists.macosforge.org/pipermail/webkit-dev/2007-August/002396.html , for instance.
Kind regards, Mark Rowe On 01/09/2007, at 13:41, Fuenty, Chris wrote:
When building Qtwebkit (with Perl and MinGW paths in the PATH envirment var, and through the Qt command prompt), I exit with the following errors, which I can not really make out what they are.
cd WebCore\ && mingw32-make -f Makefile mingw32-make[1]: Entering directory `C:/QtWebkit/WebKitBuild/Release/ WebCore' mingw32-make -f Makefile.Release mingw32-make[2]: Entering directory `C:/QtWebkit/WebKitBuild/Release/ WebCore' g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable- runtime-pseudo-rel oc -Wl,-s -mthreads -Wl -shared -Wl,--out-implib,c:\QtWebkit \WebKitBuild\Release \lib\libQtWebKit.a -o "..\lib\QtWebKit.dll" object_script.QtWebKit.Release -L"c :\Qt\4.3.1\lib" -lQtXml4 -lQtGui4 -lQtNetwork4 -lQtCore4 Creating library file: c:\QtWebkit\WebKitBuild\Release\lib \libQtWebKit.a ./tmp\HTMLFormElement.o:HTMLFormElement.cpp:(.text+0x41d7): undefined reference to `_imp__PathFindFileNameW@4' collect2: ld returned 1 exit status mingw32-make[2]: *** [..\lib\QtWebKit.dll] Error 1 mingw32-make[2]: Leaving directory `C:/QtWebkit/WebKitBuild/Release/ WebCore' mingw32-make[1]: *** [release] Error 2 mingw32-make[1]: Leaving directory `C:/QtWebkit/WebKitBuild/Release/ WebCore' mingw32-make: *** [sub-WebCore-make_default-ordered] Error 2 Your vendor has not defined POSIX macro WEXITSTATUS, used at WebKitTools\Scripts \build-webkit line 141
C:\QtWebkit>
Anyone got any advice what this is and what to do? Thanks.
c _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
participants (2)
-
Fuenty, Chris
-
Mark Rowe