Re: g_log_domain_gthread problem



Hi, Joel

> > As far, as I see it, this is not a problem, the G_LOG_DOMAIN macro is
> > defined on the gcc command line and such already available in glib.h.
> 
> Sebastian,
>         G_LOG_DOMAIN is defined.  That wasn't the problem.  The problem
> is that G_LOG_DOMAIN was defined to g_log_domain_gthread.  This
> identifier was declared *after* glib.h.  So glib.h gets G_LOG_DOMAIN
> fine, but then breaks over the undeclared identifier.
>         In any case, Tim fixed it with a better fix than I had.

Ah, ok, these inline functions in glib pose problems for the gcc
challenged.

It's fixed anyway.

Bye,
Sebastian

-- 
Sebastian Wilhelmi                   |            här ovanför alla molnen
mailto:wilhelmi@ira.uka.de           |      är himmlen så förunerligt blå
http://goethe.ira.uka.de/~wilhelmi   |



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]