To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580
User pjanik changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Jan 15 13:19:40 -0800
2006 -------
maho: can you replace
.IF "$(SYSTEM_PYTHON)" == "YES"
PYTHONLIB=$(PYTHON_LIBS)
CFLAGS+=$(PYTHON_CFLAGS)
.ELSE
in the file pyuno/source/loader/makefile.mk with this?
.IF "$(SYSTEM_PYTHON)" == "YES"
PYTHONLIB="-framework Python"
CFLAGS+=$(PYTHON_CFLAGS)
.ELSE
And the same in pyuno/source/module.
If it works, we should do the following: in configure.in, if os=Darwin, then
PYTHON_LIBS="-framework Python", otherwise use the current testing.
Thanks for testing it.
---------------------------------------------------------------------
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]