My linux build works fine. But, when I build it on Windows using nmake (I
run perl WebKitTools\Scripts\build-webkit --qt) the linker complains about
missing LIBCD.lib.
As per the instructions on webkit website, I use compiler tools from Visual
Studio 2005. According to MSDN, Microsoft no longer supports the
single-threaded LIBCD.lib from version 2005 and only supports the
multi-threaded LIBCMT*.lib

Is this a bug? Should I patch make files?

I will appreciate any help.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to