Quoting David Chart <[EMAIL PROTECTED]>: > I'm now trying to make a GNOME build, and I have a parse error before > 'private' in gdk-pixbuf-loader.h > > I remember getting this problem before, and that the solution was > simple, but I can't remember what the solution was. What was it?
Open gdk-pixbuf-loader.h in your favorite editor. Rename 'private' to 'priv'. Dom
