[webkit-dev] more build errors...

KC Jones bernalkc at gmail.com
Fri Oct 19 14:45:59 PDT 2007


Hallelujah!  I have finally completed a WinXP WebKitQt build!  W00T!

I did have to apply one brutal hack to get the production build to
complete, but I can live with it:

[...]\WebKit>svn di .
Index: JavaScriptCore/kjs/testkjs.cpp
===================================================================
--- JavaScriptCore/kjs/testkjs.cpp      (revision 26778)
+++ JavaScriptCore/kjs/testkjs.cpp      (working copy)
@@ -201,13 +201,13 @@
 // be in a separate main function because the kjsmain function requires object
 // unwinding.

-#if defined(_DEBUG)
+//#if defined(_DEBUG)
 #define TRY
 #define EXCEPT(x)
-#else
-#define TRY       __try {
-#define EXCEPT(x) } __except (EXCEPTION_EXECUTE_HANDLER) { x; }
-#endif
+//#else
+//#define TRY       __try {
+//#define EXCEPT(x) } __except (EXCEPTION_EXECUTE_HANDLER) { x; }
+//#endif

 #else


More information about the webkit-dev mailing list