This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help? compile error cygwin 1.7, multiple definition


Dave Korn wrote:
Larry Hall (Cygwin) wrote:
This sounds allot like this bug to me:

<https://bugzilla.redhat.com/show_bug.cgi?id=428865>

Since Cygwin's glib2 is only at 2.10.3, you'll either need to wait for
an update of this package or build a newer one yourself.

Hack: in /usr/include/glib-2.0/glib/gutils.h, at this point:


    99  #elif defined (__GNUC__)
   100  #  define G_INLINE_FUNC extern inline
   101  #elif defined (G_CAN_INLINE)

delete 'extern' from line 100. (Then rebuild from clean.)


Looks like you guys got it exactly and the hack worked. Thanks a ton.

- Ian Kelling



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]