Issue 50415 - Can't compile module sfx2 with debug
Summary: Can't compile module sfx2 with debug
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 680m107
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 45006
  Show dependency tree
 
Reported: 2005-06-07 09:47 UTC by clippka
Modified: 2005-07-20 13:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description clippka 2005-06-07 09:47:33 UTC
If I try to compile a complete sfx2 module with debug without any changes since
some versions now I don't get it to compile because of missing symbols from the
SvEaMgr class.
This seems to be broken since april and for wntmsci only.

sfx.lib(docfile.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall SvEaMgr::SvEaMgr(class String const
&)" (__imp_??0SvEaMgr@@QAE@ABVString@@@Z) referenced in function "public: class
SvEaMgr * __thiscall SfxMedium::GetEaMgr(void)"
(?GetEaMgr@SfxMedium@@QAEPAVSvEaMgr@@XZ)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned char __thiscall
SvEaMgr::SetLongName(class String const &)"
(__imp_?SetLongName@SvEaMgr@@QAEEABVString@@@Z) referenced in function "private:
void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned char __thiscall
SvEaMgr::SetCreator(class String const &)"
(__imp_?SetCreator@SvEaMgr@@QAEEABVString@@@Z) referenced in function "private:
void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static unsigned char __cdecl
SvEaMgr::GetAppCreator(class String &)"
(__imp_?GetAppCreator@SvEaMgr@@SAEAAVString@@@Z) referenced in function
"private: void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned char __thiscall
SvEaMgr::SetFileType(class String const &)"
(__imp_?SetFileType@SvEaMgr@@QAEEABVString@@@Z) referenced in function "private:
void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned char __thiscall
SvEaMgr::SetComment(class String const &)"
(__imp_?SetComment@SvEaMgr@@QAEEABVString@@@Z) referenced in function "private:
void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
sfx.lib(objstor.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned char __thiscall SvEaMgr::Clone(class
SvEaMgr const &)" (__imp_?Clone@SvEaMgr@@QAEEABV1@@Z) referenced in function
"private: void __thiscall SfxObjectShell::SetEAs_Impl(class SfxMedium &)"
(?SetEAs_Impl@SfxObjectShell@@AAEXAAVSfxMedium@@@Z)
Comment 1 matthias.huetsch 2005-06-07 14:26:29 UTC
Accepting...
Comment 2 matthias.huetsch 2005-06-09 15:53:32 UTC
Fixed on cws_src680_mhu08.
Comment 3 matthias.huetsch 2005-06-09 15:54:25 UTC
Martin, please verify. Thanks.

re-open issue and reassign to mh@openoffice.org
Comment 4 matthias.huetsch 2005-06-09 15:54:30 UTC
reassign to mh@openoffice.org
Comment 5 matthias.huetsch 2005-06-09 15:54:36 UTC
reset resolution to FIXED
Comment 6 Martin Hollmichel 2005-06-09 17:15:18 UTC
verified
Comment 7 matthias.huetsch 2005-07-14 13:46:03 UTC
Adding dependency to issue 45006 ...
Comment 8 matthias.huetsch 2005-07-20 13:22:44 UTC
Fix integrated into milestone SRC680_m119 => closing...