Issue 16661 - Unable to compile OpenOffice with 4NT shell version 5.00U
Summary: Unable to compile OpenOffice with 4NT shell version 5.00U
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: oliver.bolte
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-10 16:06 UTC by Unknown
Modified: 2003-07-31 11:40 UTC (History)
3 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 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.