To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62265
User sparcmoz changed the following:
What |Old value |New value
================================================================================
Assigned to|mh |maho
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Feb 19 03:51:03 -0800
2006 -------
JAVA_HOME is needed to prepare the correct JAVACMD, therefore I need to remove
that line so that I keep JAVA_HOME set:
- JAVA_HOME=; export JAVA_HOME
See the attached patch.
If I do not remove that line ( so that JAVA_HOME=; )
configure:20440: /usr/local/apache-ant-1.6.5/bin/ant -Dbuild.compiler=gcj
-buildfile conftest.x
Error: JAVA_HOME is not defined correctly.
We cannot execute /bin/gij
configure:20443: $? = 1
configure: Ant test failed
But I also need to export the path to gcj/gij in the environment before running
configure as follows:
export PATH=/usr/local/4.1/bin:$PATH
Without that pat to gcj/gij:
conftest:
[javac] Compiling 1 source file
BUILD FAILED
/home/jim/build157/config_office/conftest.xml:3: Error running gcj compiler
Total time: 45 seconds
configure:20442: $? = 1
configure: Ant test failed
---------------------------------------------------------------------
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]