[Bug 2323] [IcedTea7] System GConf without system GIO configuration broken

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 30 02:39:45 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2323

Andrew John Hughes <gnu.andrew at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Blocks|                            |1698
   Target Milestone|---                         |2.6.0

--- Comment #1 from Andrew John Hughes <gnu.andrew at redhat.com> ---
#if !defined (USE_SYSTEM_GIO) && !defined (USE_SYSTEM_GCONF)

was introduced in glib_fp.h by PR2233. Instead of trying to guess whether the
types are defined based on the configuration options, we should surround each
by a #ifndef e.g.

+#ifndef gpointer
 typedef void* gpointer;
+#endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150430/d0d07e48/attachment.html>


More information about the distro-pkg-dev mailing list