Issue 8351 - build error (cppuhelper module)
Summary: build error (cppuhelper module)
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 643
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 1.1 Beta
Assignee: yunin
QA Contact: issues@udk
URL:
Keywords:
: 10270 (view as issue list)
Depends on:
Blocks:
 
Reported: 2002-10-15 05:02 UTC by yunin
Modified: 2004-08-30 12:19 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 yunin 2002-10-15 05:02:22 UTC
build -- version: 1.61

C:/OOo/OOo643/cppuhelper/source
------------------------------
Making:..\wntmsci7.pro\bin\cppuhelper3MSC.dll
Deleting C:\OOo\OOo643\cppuhelper\wntmsci7.pro\slo\cppuhelper3MSC_version.obj
     1 file deleted           4,096 bytes freed
c:\lang\vc\VC98\bin\cl.exe -c -
Fo..\wntmsci7.pro\slo\cppuhelper3MSC_version.obj -DWNT  -I..\wntmsci7.pro\inc 
c:\ooo\ooo643\solenv\src\version.c
version.c
rc -DWIN32 -I -I. -I..\wntmsci7.pro\inc -I..\inc -I..\inc -I..\WIN\inc -
I..\wntmsci7.pro\inc -I. -Ic:\ooo\ooo643\solver\643\wntmsci7.pro\inc\stl -
Ic:\ooo\ooo643\solver\643\wntmsci7.pro\inc\external -Ic:\ooo\ooo643\solver\643
\wntmsci7.pro\inc -Ic:\ooo\ooo643\solenv\wntmsci7\inc -Ic:\ooo\ooo643
\solenv\inc -Ic:\ooo\ooo643\res -Ic:\ooo\ooo643\solver\643
\wntmsci7.pro\inc\stl -Ic:\lang\jdk131\include\win32 -Ic:\lang\jdk131\include -
Ic:\lang\vc\vc98\include -Ic:\lang\vc\SDK\include     -I. -I..\res -
I.  ..\wntmsci7.pro\misc\cppuhelper3MSC_def.rc
copy /b ..\wntmsci7.pro\misc\cppuhelper3MSC_def.res ..\wntmsci7.pro\misc\cppuhel
per3MSC.res
C:\OOo\OOo643\cppuhelper\wntmsci7.pro\misc\cppuhelper3MSC_def.RES => 
C:\OOo\OOo643\cppuhelper\wntmsci7.pro\misc\cppuhelper3MSC.res
     1 file copied
link /COMMENT:"cppuhelper_643______"  /MACHINE:IX86 @C:\DOCUME~1\ADMINI~1
\LOCALS~1\Temp\mk4in
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/MAP /NODEFAULTLIB /OPT:NOREF /RELEASE /SUBSYSTEM:CONSOLE /DLL /BASE:0x1100000 /
DEBUG /PDB:NONE -out:..\wntmsci7.pro\bin\_cppuhelper3MSC.dll -
map:..\wntmsci7.pro\misc\_cppuhelper3MSC.map -
def:..\wntmsci7.pro\misc\cppuhelper3MSC.def -
implib:..\wntmsci7.pro\lib\icppuhelper.lib ..\wntmsci7.pro\slo\cppuhelper3MSC_ve
rsion.obj ..\wntmsci7.pro\slo\cppuhelper3MSC_description.obj ..\wntmsci7.pro\slb
\cppuhelper.lib icppu.lib isal.lib msvcrt.lib kernel32.lib user32.lib 
oldnames.lib stlport_vc6.lib ..\wntmsci7.pro\misc\cppuhelper3MSC.res 
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4017: DATA statement not 
supported for the target platform; ignored
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4102: export of deleting 
destructor "public: virtual void * __thiscall cppu::OComponentHelper::`scalar 
deleting destructor'(unsigned int)"; image may not run correctly
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4102: export of deleting 
destructor "protected: virtual void * __thiscall cppu::OWeakAggObject::`scalar 
deleting destructor'(unsigned int)"; image may not run correctly
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4102: export of deleting 
destructor "protected: virtual void * __thiscall cppu::OWeakObject::`scalar 
deleting destructor'(unsigned int)"; image may not run correctly
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4102: export of deleting 
destructor "public: virtual void * __thiscall 
cppu::IPropertyArrayHelper::`scalar deleting destructor'(unsigned int)"; image 
may not run correctly
..\wntmsci7.pro\misc\cppuhelper3MSC.def : warning LNK4102: export of deleting 
destructor "public: virtual void * __thiscall 
cppu::OPropertyArrayHelper::`scalar deleting destructor'(unsigned int)"; image 
may not run correctly
   Creating library ..\wntmsci7.pro\lib\icppuhelper.lib and 
object ..\wntmsci7.pro\lib\icppuhelper.exp
icppuhelper.exp : warning LNK4070: /OUT:cppuhelper3MSC.dll directive in .EXP 
differs from output filename "..\wntmsci7.pro\bin\_cppuhelper3MSC.dll"; 
ignoring directive
icppuhelper.exp : error LNK2001: unresolved external symbol "public: __thiscall 
cppu::OWeakObject::OWeakObject(void)" (??0OWeakObject@cppu@@QAE@XZ)
..\wntmsci7.pro\bin\_cppuhelper3MSC.dll : fatal error LNK1120: 1 unresolved 
externals
---*TG_SLO.MK*---
Comment 1 kay.ramme 2002-11-29 07:51:30 UTC
Daniel, please have a look at this.

Comment 2 Daniel Boelzle [:dbo] 2002-11-29 09:41:15 UTC
I have outlined the OWeakObject default ctor (for ms visual c only),
because it appears in the map file.  Please check that the following
files are up-to-date:
- cppuhelper/inc/cppuhelper/weak.hxx
- cppuhelper/source/weak.cxx
Comment 3 Daniel Boelzle [:dbo] 2002-12-03 14:45:04 UTC
fixed.
Comment 4 Daniel Boelzle [:dbo] 2002-12-03 14:45:25 UTC
closed.
Comment 5 Daniel Boelzle [:dbo] 2002-12-12 14:29:15 UTC
reopened
Comment 6 Daniel Boelzle [:dbo] 2002-12-12 14:29:45 UTC
close if appropriate fix
Comment 7 Daniel Boelzle [:dbo] 2002-12-12 14:30:33 UTC
fixed
Comment 8 Martin Hollmichel 2003-02-11 12:46:49 UTC
*** Issue 10270 has been marked as a duplicate of this issue. ***
Comment 9 Martin Hollmichel 2004-02-15 07:28:16 UTC
verfied in 1.1.0.
Comment 10 Martin Hollmichel 2004-02-20 10:51:09 UTC
close issue.
Comment 11 Martin Hollmichel 2004-08-30 12:19:22 UTC
close issue