To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70539
------- Additional comments from [EMAIL PROTECTED] Wed Oct 18 06:39:07 -0700
2006 -------
Quite - it is deliberate that libegg is not built on OS/X - since it requires
gtk+. Likewise - none of the quickstarter code should be built unless
ENABLE_QUICKSTART_APPLET is defined; hence:
.IF "$(GUI)"=="UNX"
CDEFS+=-DDLL_NAME=libsfx$(UPD)$(DLLPOSTFIX)$(DLLPOST)
.IF "$(ENABLE_GTK)" != ""
PKGCONFIG_MODULES=gtk+-2.0
.INCLUDE: pkg_config.mk
CFLAGS+=$(PKGCONFIG_CFLAGS)
CFLAGS+=-DENABLE_QUICKSTART_APPLET
CDEFS+=-DPLUGIN_NAME=libqstart_gtk$(UPD)$(DLLPOSTFIX)$(DLLPOST)
.ENDIF # "$(ENABLE_QUICKSTART_APPLET)"=="TRUE"
unless you have ENABLE_GTK set to non- "" - there should be no problems. What is
your ENABLE_GTK set to ? - I copied the != "" from the VCL code, but that does:
.IF "$(GUIBASE)"!="unx"
which perhaps isn't true for OS/X (or some tangled combination thereof ?) ;-)
---------------------------------------------------------------------
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]