Re: make error while compiling libgnomeprintui
Abhishek Samuel <[email protected]> Mon, 2 May 2005 15:01:35 +0530
| Newsgroups | gmane.comp.gnome.print |
|---|---|
| Message-ID | <[email protected]> |
Hey, I checked that file out. Those symbols are defined in that file. So any ideas how to solve this problem. Thank You Abhishek Samuel On 5/2/05, Jean Br=E9fort <[email protected]> wrote: > Le lundi 02 mai 2005 =E0 13:41 +0530, Abhishek Samuel a =E9crit : > > hi > > > > When i typed the make command for libgnomeprintui-2.10.2 i got the > > following errors. What can i do? Please help me out. > > > > 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) >=20 > Seems that the compiler did not find libgnomeprint/gnome-print-config.h. > The missing symbols are defined in that file >=20 >