Issue 14984 - W32-tcsh build fails in i18npool/source/localedata/data
Summary: W32-tcsh build fails in i18npool/source/localedata/data
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 22:09 UTC by quetschke
Modified: 2013-08-07 15:02 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 quetschke 2003-05-27 22:09:55 UTC
See <http://tools.openoffice.org/servlets/ReadMsg?msgId=697639&listName=dev>
for details.

Ause, if you don't object I'll commit the fix to cws..beta2

I'm just wondering why it did work for me.
Comment 1 quetschke 2003-05-27 22:24:58 UTC
Argh! Now I know why it worked for me!

saxparser had this in the command line:
> /cygdrive/c/ooo_1.1
> beta2_src/solver/644/wntmsci9.pro/bin/types.rdb

This cannot work, as saxparser doesn't know cygwin paths, but
it works for me because I have mounted my OOo source directory
to /w1 , which is really e:/w1 , so the native application does find
this path.

The proposed patch with putting $(WRAPCMD) before saxparser is
completely right.

I should stop using mounts to find these kind of problems.

Changing target and owner.
Comment 2 quetschke 2003-05-28 17:28:23 UTC
committed to cws...beta2
Comment 3 quetschke 2003-05-28 17:32:45 UTC
Ause: please verify!

(I obviously made a silly mistake, but wasn't the way to do this
to mark an issue as "resolved fixed", and then assign it to another
developer to verify it.

I cannot reassign a resolved fixed issue?!)
Comment 4 hjs 2003-06-04 13:33:50 UTC
reviewed.
sorry, i missed this one for a while because it wasn't mine :-)
Comment 5 quetschke 2003-06-04 16:14:35 UTC
close issue
Comment 6 simonbr 2003-08-09 23:51:33 UTC
I am getting the same problem again in 1.1 RC3!
Should the issue be reopened?
Comment 7 quetschke 2003-08-10 09:04:52 UTC
The fix is in rc3.

Last line in i18npool/source/localedata/data/makefile.mk has to look
like this:
    +$(WRAPCMD) $(BIN)$/saxparser $* $< $@ $(BIN)$/$(TARGET).rdb
$(SOLARBINDIR)$/types.rdb

Is WRAPCMD set in your winenv.set?

Please open a new issue with errorlog if this fix is in and there are
still problems.
Comment 8 simonbr 2003-08-10 09:58:50 UTC
See new issue 18099