To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99561
User rene changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.1
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Mar 5 17:33:23 +0000
2009 -------
investigating this shows the following:
3.0:
- configure checks only for gconf in the --enable-gnome-vfs case
- shell/source/backends/gconfbe/makefile.mk contains
.IF "$(ENABLE_GNOMEVFS)"!="" || "$(ENABLE_GIO)"!=""
COMPILER_WARN_ALL=TRUE
PKGCONFIG_MODULES=gconf-2.0 gobject-2.0 ORBit-2.0 glib-2.0
.INCLUDE: pkg_config.mk
so it's not checked in the gio case in configure.
3.1:
- has it two times in configure:
- --enable-gconf
- --enable-gnome-vfs if --enable-gconf is not given
- shell/source/backends/gconfbe/makefile.mk contains
.IF "$(ENABLE_GCONF)"!=""
COMPILER_WARN_ALL=TRUE
PKGCONFIG_MODULES=gconf-2.0 gobject-2.0 ORBit-2.0 glib-2.0
-> seems fixed for me in 3.1 already.
---------------------------------------------------------------------
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]