Re: make error while compiling libgnomeprintui



Le mardi 03 mai 2005 �1:47 +0530, Abhishek Samuel a �it :
>  GLib-GObject-WARNING **: specified class size for type
> `GnomePrintPreview' is smaller than the parent type's
> `GnomePrintContext' class size

You have a problem with the definition of GnomePrintPreview.

struct _GnomePrintPreview {
	GnomePrintContext pc;

	GnomePrintPreviewPrivate *priv;
};

So if GnomePrintPreview is smaller than GnomePrintContext, this means that your compiler did not use the correct definition for GnomePrintContext.
You might have several versions of the headers?

The other problems are most probably related to this one.




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