Re: [gtk-list] Re: Compile problem with GMutex for >= gtk+-1.1.7



Hi, Jamus

> I'm having a very similar problem using the RPMs for 1.1.12 and compiling
> another program; it seems in line 965 in gdk.h it's declaring something of
> type GMutex.  GMutex is a typedef for _GMutex, but I can't seem to find 
> where _GMutex is defined.

struct _GMutex (aka GMutex) is an opaque type, i.e. you can use it as long
as its size or structure is not needed by the compiler, so you can have
pointers to such objects, but thats pretty much all you can do, but
happily also all you need to do. 

What are your problems then (doesn't gtk+ compile?), This should'nt be one
actually.

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]