I'm getting four unresolved symbols in xpcom.dll on Windows. It built ok
last night so it is from something in CVS from the last twelve hours or so.
Creating library .\WIN32_D.OBJ\xpcom.lib and object
.\WIN32_D.OBJ\xpcom.exp
xpcomproxy_s.lib(nsProxyEventClass.obj) : error LNK2001: unresolved external
symbol "protected: virtual class nsSharedBufferHandle<unsigned short> const
* __thiscall nsCommonString::GetSharedBufferHandle(void)const "
(?GetSharedBufferHandle@nsCommonString@@MBEPBV?$nsSharedBufferHandle@G@@XZ)
pcomproxy_s.lib(nsProxyEventClass.obj) : error LNK2001: unresolved external
symbol "protected: void __thiscall nsCommonString::assign(class nsAString
const &)" (?assign@nsCommonString@@IAEXABVnsAString@@@Z)
xpcomproxy_s.lib(nsProxyEventClass.obj) : error LNK2001: unresolved external
symbol "protected: virtual class nsSharedBufferHandle<char> const *
__thiscall nsCommonCString::GetSharedBufferHandle(void)const "
(?GetSharedBufferHandle@nsCommonCString@@MBEPBV?$nsSharedBufferHandle@D@@XZ)
xpcomproxy_s.lib(nsProxyEventClass.obj) : error LNK2001: unresolved external
symbol "protected: void __thiscall nsCommonCString::assign(class nsACString
const &)" (?assign@nsCommonCString@@IAEXABVnsACString@@@Z)
.\WIN32_D.OBJ\xpcom.dll : fatal error LNK1120: 4 unresolved externals
Any clues? I'm not anxious to do a full rebuild.
--
Jon Smirl
[EMAIL PROTECTED]