To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39684
User vq changed the following:
What |Old value |New value
================================================================================
Assigned to|rene |jsc
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 2 13:24:21 -0800
2005 -------
@jsc: You mean that part?
# test for the platform
PLATFORM := $(shell $(PRJ)/config.guess | cut -d"-" -f3,4)
# config.guess is missing for windows. We rely on getting "" in this case.
------------------^^^^^^^
ifeq "$(PLATFORM)" ""
PLATFORM = windows
endif
Please note that config.guess is a shell script. It will not run from a normal
windows cmd shell, therefore is is not delivered on purpose. The SDK at the
given link is excactly the one that should be verified.
Please note odk/pack/copying/makefile.mk and check.pl in odk and sdk_oo
check that config.* are available where needed.
> Who has verified the bug for Linux and Solaris?
I did a code review for the chages in accanonical. The CWS builds for windows
and Linux and the config.guess usage is straight forward for *NIX like
targets.
Does that mean you want to have linux and solaris targets also uploaded?
Reassigning, the issue is solved in accanonical.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]