Re: make error while compiling libgnomeprintui

Jean Bréfort <[email protected]> Mon, 02 May 2005 10:47:23 +0200
Newsgroups gmane.comp.gnome.print
Message-ID <[email protected]>
Le lundi 02 mai 2005 =C3=A0 13:41 +0530, Abhishek Samuel a =C3=A9crit :
> hi=20
>=20
> When i typed the make command for libgnomeprintui-2.10.2 i got the
> following errors. What can i do? Please help me out.
>=20
> gnome-print-config-dialog.c: In function `gp_config_dialog_read_from_co=
nfig':
> gnome-print-config-dialog.c:153: error: `GNOME_PRINT_KEY_DUPLEX'
> undeclared (fir st use in this function)
> gnome-print-config-dialog.c:153: error: (Each undeclared identifier is
> reported only once
> gnome-print-config-dialog.c:153: error: for each function it appears in=
.)
> gnome-print-config-dialog.c:156: error: `GNOME_PRINT_KEY_TUMBLE'
> undeclared (fir st use in this function)
> gnome-print-config-dialog.c: In function `duplex_toggled':
> gnome-print-config-dialog.c:189: error: `GNOME_PRINT_KEY_DUPLEX'
> undeclared (fir st use in this function)
> gnome-print-config-dialog.c: In function `tumble_toggled':
> gnome-print-config-dialog.c:207: error: `GNOME_PRINT_KEY_TUMBLE'
> undeclared (fir st use in this function)
> gnome-print-config-dialog.c: In function `gnome_print_config_dialog_con=
struct':
> gnome-print-config-dialog.c:334: error: `GNOME_PRINT_KEY_HOLD'
> undeclared (first  use in this function)

Seems that the compiler did not find libgnomeprint/gnome-print-config.h.
The missing symbols are defined in that file