FW: having trouble compiliing



Subject: having trouble compiling what should I do with this sort of error

In file included from
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/libgnomeui.h:48,
                 from
/home/medric/garnome/include/libgnomeui-2.0/gnome.h:7,
                 from
/home/medric/garnome/include/libcroco/layeng/cr-box-view.h:32,
                 from
/home/medric/garnome/include/libcroco/libcroco.h:48,
                 from rsvg-styles.c:423:
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:63:
error: syntax error before "GtkCombo"
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:63:
warning: no semicolon at end of struct or union
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:67:
error: syntax error before '}' token
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:70:
error: syntax error before "GtkComboClass"
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:70:
warning: no semicolon at end of struct or union
/home/medric/garnome/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:78:
error: syntax error before '}' token
make[4]: *** [rsvg-styles.lo] Error 1
make[4]: Leaving directory
`/home/medric/garnome-0.28.3/gnome/librsvg/work/main.d/librsvg-2.5.0'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/medric/garnome-0.28.3/gnome/librsvg/work/main.d/librsvg-2.5.0'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/home/medric/garnome-0.28.3/gnome/librsvg/work/main.d/librsvg-2.5.0'
make[1]: *** [build-work/main.d/librsvg-2.5.0/Makefile] Error 2
make[1]: Leaving directory `/home/medric/garnome-0.28.3/gnome/librsvg'
make: *** [../../gnome/librsvg/cookies/main.d/install] Error 2


gnome-entry.h 63-78

> typedef struct _GnomeEntry        GnomeEntry;
> typedef struct _GnomeEntryPrivate GnomeEntryPrivate;
> typedef struct _GnomeEntryClass   GnomeEntryClass;
> 
> struct _GnomeEntry {
> 	GtkCombo combo;
> 
> 	/*< private >*/
> 	GnomeEntryPrivate *_priv;
> };
> 
> struct _GnomeEntryClass {
> 	GtkComboClass parent_class;
> 
> 	/* Like the GtkEntry signals */
> 	void (* activate) (GnomeEntry *entry);






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