Issue 60674 - W32-4nt build fails in instsetoo_native
Summary: W32-4nt build fails in instsetoo_native
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 02:06 UTC by quetschke
Modified: 2006-04-20 12:25 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 quetschke 2006-01-17 02:06:07 UTC
The (m149) build fails with:

packimages -- version: 1.12
packimages: packing  ..\wntmsci10.pro\bin\images.zip finished.
'---*tg_merge.mk*---'
dmake.exe:  Error: -- `e:\w1\tin_ws\ooo_custom_images\hicontrast' not found, and
can't be made

ERROR: Error 65280 occurred while making
/cygdrive/e/w1/tin_ws/instsetoo_native/packimages

The problem is that e:\w1\tin_ws\ooo_custom_images\hicontrast is generated by
the
$(SOLARSRC)$/ooo_custom_images$/hicontrast : bla bla
target in instsetoo_native/packimages/makefile.mk, but $(SOLARSRC) contains a
dos style drive letter (e: or so). Dmakes manpage:

dmake allows `:' to be present in target/prerequisite names as long  as  the
entire target/prerequisite name is quoted.

Easy fix, will add to vq27.
Comment 1 quetschke 2006-01-17 02:25:02 UTC
Committed to vq27.

ause: Please verify.
Comment 2 hjs 2006-01-19 17:19:52 UTC
.
Comment 3 hjs 2006-04-20 12:25:00 UTC
.