Hi, On Nov 18, 2010, at 2:49 AM, Muralidharan Narayanan wrote:
> Regarding the above I observed that there were differences with regards to > directories as well. For example, WebKitTools directory is present in nightly > source while it is not present in code checked out using svn command. Don't > know what to infer from that. It was just my observation. Similarly for case > of WebKit2 directory Something is not right here. The nightly checkout absolutely has the WebKitTools directory. Perhaps something is going wrong during your checkout? > Ok. This seem to work. However, I am getting this below error. Do you know > what I should do to fix this. > ......... > ........ > Compiling manifest to resources... > Linking... > Creating library > D:\BACKUPS\Projects\BrowserSupport\WebKit-r70732\WebKitBuild\lib\WebKit.lib > and object > D:\BACKUPS\Projects\BrowserSupport\WebKit-r70732\WebKitBuild\lib\WebKit.exp > > LINK : warning LNK4199: /DELAYLOAD:msimg32.dll ignored; no imports found from > msimg32.dll > WebCore_debug.lib(RenderingAllInOne.obj) : error LNK2019: unresolved external > symbol __imp___CrtDbgReportW referenced in function "public: class > std::_Temp_iterator & __thiscall std::_Temp_iterator::operator=(class > WebCore::RenderLayer * const &)" > (??4?$_temp_itera...@pavrenderlayer@WebCore@@@std@@qaeaa...@abqavrenderlayer@WebCore@@@Z) > > WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol > __imp___CrtDbgReportW > WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external > symbol __imp___CrtDbgReportW > WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved external > symbol __imp___CrtDbgReportW > > D:\BACKUPS\Projects\BrowserSupport\WebKit-r70732\WebKitBuild\bin\WebKit.dll : > fatal error LNK1120: 1 unresolved externals > Project : warning PRJ0018 : The following environment variables were not > found: > $(PRODUCTION) It looks like it's not linking to the debug runtime library. Are you building with Visual Studio? Are you using VS Express? -Brent _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
