Issue 60674

Summary: W32-4nt build fails in instsetoo_native
Product: Build Tools Reporter: quetschke
Component: solenvAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P2 CC: issues
Version: current   
Target Milestone: OOo 2.0.2   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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
.