Issue 65110 - W32 build fails in unoxml/source/service
Summary: W32 build fails in unoxml/source/service
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
: 65135 (view as issue list)
Depends on:
Blocks:
 
Reported: 2006-05-05 13:13 UTC by quetschke
Modified: 2006-05-09 07:40 UTC (History)
4 users (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 quetschke 2006-05-05 13:13:07 UTC
W32 (m166) build fails in unoxml/source/service with:

guw.pl link /COMMENT:"unoxml_680__"  /MACHINE:IX86 @/tmp/mktFkaap |&
/bin/grep.exe -v "LNK4197:"
Making: ../../wntmsci10.pro/bin/unoxml680mi.dll
-------------
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF /NODEFAULTLIB /RELEASE /DEBUG:full /SUBSYSTEM:CONSOLE /DLL
-out:../../wntmsci10.pro/bin/unoxml680mi.dll
-map:../../wntmsci10.pro/misc/unoxml680mi.map
..\..\wntmsci10.pro\lib\iunoxml.exp ..\..\wntmsci10.pro\slo\services.obj
..\..\wntmsci10.pro\slo\unoxml_dflt_version.obj
..\..\wntmsci10.pro\slo\unoxml_dflt_description.obj
..\..\wntmsci10.pro\slb\domimpl.lib ..\..\wntmsci10.pro\slb\xpathimpl.lib
..\..\wntmsci10.pro\slb\eventsimpl.lib libxml2.lib itools.lib icomphelp.lib
icppuhelper.lib icppu.lib isal.lib msvcrt.lib uwinapi.lib kernel32.lib
user32.lib oldnames.lib stlport_vc71.lib ..\..\wntmsci10.pro\misc\unoxml680mi.res 
LINK : fatal error LNK1181: cannot open input file 'itools.lib'
dmake:  Error code 157, while making '../../wntmsci10.pro/bin/unoxml680mi.dll'

ERROR: Error 65280 occurred while making /cygdrive/d/w1/tin_ws/unoxml/source/service

Propably a missing dependency to project tools.
Comment 1 pavel 2006-05-05 13:14:58 UTC
Works here... But I do build in two phases:

cd transex3; build --all
... do something ...
cd instsetoo_native; build --all
Comment 2 pavel 2006-05-05 13:22:55 UTC
and that's it - transex3 depends on tools.
Comment 3 rt 2006-05-05 13:42:49 UTC
Fixed: added 'tools' in unoxml/prj/build.lst 
Comment 4 rt 2006-05-05 13:44:18 UTC
Please verify on HEAD or in m167 (which just has started, it's not tagged yet).

re-open issue and reassign to vq@openoffice.org
Comment 5 rt 2006-05-05 13:44:22 UTC
reassign to vq@openoffice.org
Comment 6 rt 2006-05-05 13:44:25 UTC
reset resolution to FIXED
Comment 7 pavel 2006-05-07 15:27:38 UTC
*** Issue 65135 has been marked as a duplicate of this issue. ***
Comment 8 pavel 2006-05-09 07:40:56 UTC
verified in m167. Closing.