To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88228
User cloph changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jun 26 15:11:32 +0000
2008 -------
fixed on PPC/aqua - one can now build the PDF import extension and the extension
can be installed and works.
When building X11, there apparently is the linker bug again. Adding -lobjc to
the compileflags worksaround the bug. In this case, -Wl,-all_load doesn't work
for some reason.
Sample patch to make it compile when doing a build with X11
diff -u -r1.4 makefile.mk
--- wrapper/makefile.mk 6 Jun 2008 16:49:07 -0000 1.4
+++ wrapper/makefile.mk 26 Jun 2008 15:06:43 -0000
@@ -54,6 +54,9 @@
APP1STDLIBS+=xpdf.lib fofi.lib Goo.lib gdi32.lib advapi32.lib
.ENDIF
.ELSE
+.IF "$(OS)" == "MACOSX" && "$(GUI)"=="UNX"
+APP1STDLIBS+=-lobjc
+.ENDIF
APP1STDLIBS+=-lxpdf -lfofi -lGoo
.ENDIF
but as 3.0 is focused towards aqua anyway, I'll verify the issue.
---------------------------------------------------------------------
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]