Issue 16661

Summary: Unable to compile OpenOffice with 4NT shell version 5.00U
Product: porting Reporter: Unknown <non-migrated>
Component: codeAssignee: oliver.bolte
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P2 CC: issues, oliver.bolte, quetschke
Version: OOo 1.1 Beta2   
Target Milestone: OOo 1.1 RC   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Unknown 2003-07-10 16:06:05 UTC
When I compile OpenOffice with 4NT shell version 5.00U (the latests avialable
from http://www.jpsoft.com/4ntdes.htm) I have problems compiling icu:
1) it does not do automatic UNIX to DOS conversion of .dsw files.
2) it produces "exceptions" during execution of genbrk.

I succeeded to build OpenOffice, but once I started setup.exe,
windows was not redrawn, and setup.exe crashed upon continuation of installation.

Version 4nt 4.01 works fine.
Comment 1 Martin Hollmichel 2003-07-11 08:49:00 UTC
mh->obo,hjs: can you take a look, please ?
Comment 2 oliver.bolte 2003-07-11 09:15:11 UTC
I'm already working on it.
Comment 3 oliver.bolte 2003-07-21 08:47:20 UTC
I've fixed it, but I'm waiting for the rc3 branch to commit the changes.
Comment 4 oliver.bolte 2003-07-22 16:48:27 UTC
icu/convert.bat and icu/icu-2.2.patch commited to cws_srx645_ooo11rc3.
Comment 5 quetschke 2003-07-23 08:20:45 UTC
Hi Oliver,

please don't just use perl5 in convert.bat.

This breaks when not using activestate perl, use %PERL% instead.
E.g.:
---
iff "%PERL%" == "" then
	call perl5 blabla
else
	call %PERL% blabla
endiff
---

Or better, set the PERL environment variable to perl5 in your
SO environment and use only %PERL%.

Setting target.
Comment 6 oliver.bolte 2003-07-24 14:22:02 UTC
sorry... . I've changed it.

Oliver.
Comment 7 oliver.bolte 2003-07-31 11:40:25 UTC
closing fixed issue for 1.1. release.