Issue 18566 - deliver error in soltools
Summary: deliver error in soltools
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-23 11:15 UTC by simonbr
Modified: 2003-08-23 11:44 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 simonbr 2003-08-23 11:15:19 UTC
By accident I saw the following error, at the end of building soltools.
Dmake doesn't stop on it. 

deliver: /cygdrive/g/oo_11rc3_src/soltools/prj/d.lst: ERROR: can't copy ../wntms
ci9.pro/bin/cpp: No such file or directory
Comment 1 quetschke 2003-08-23 11:44:37 UTC
This is because d.lst contains
  cpp  (Normal systems)
and
  cpp.exe  (Windows)

and only one of the files exist.

Ugly, isn't it?
Comment 2 quetschke 2003-08-23 11:44:48 UTC
c