Alessandro Ferrari
2007-Jun-14 18:35 UTC
[Samba] make: *** [printing/print_cups.o] Error 1
Hi everybody! I make and install autoconf 2.61, after I wget samba-3.0.25, untar and do ./autogen ./configure without any problem!!! But now I do "make" and after many minutes I get: : mush more printing/print_cups.c etc etc etc : printing/print_cups.c:1238: `IPP_GET_PRINTER_ATTRIBUTES' undeclared (first use in this function) printing/print_cups.c:1243: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:1243: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:1246: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:1249: `uri' undeclared (first use in this function) printing/print_cups.c:1252: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:1255: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:1257: `requested' undeclared (first use in this function) printing/print_cups.c:1275: `IPP_TAG_PRINTER' undeclared (first use in this function) printing/print_cups.c:1285: `name' undeclared (first use in this function) printing/print_cups.c:1286: `info' undeclared (first use in this function) printing/print_cups.c:1287: `location' undeclared (first use in this function) printing/print_cups.c:1292: `IPP_TAG_TEXT' undeclared (first use in this function) printing/print_cups.c:1322: `ret' undeclared (first use in this function) The following command failed: gcc -I. -I/var/tmp/samba-3.0.25/source -O -D_SAMBA_BUILD_=3 -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-omit-frame-pointer -I/var/tmp/samba-3.0.25/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/var/tmp/samba-3.0.25/source/lib -D_SAMBA_BUILD_=3 -fPIC -c printing/print_cups.c -o printing/print_cups.o make: *** [printing/print_cups.o] Error 1 Can someone tell me how I solve this error? Thank, Alessandro
Gerald (Jerry) Carter
2007-Jun-14 18:39 UTC
[Samba] make: *** [printing/print_cups.o] Error 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alessandro Ferrari wrote:> Hi everybody! > > I make and install autoconf 2.61, after I wget samba-3.0.25, untar and > do ./autogen ./configure without any problem!!! > > But now I do "make" and after many minutes I get: > > : > mush more printing/print_cups.c etc etc etc > : > printing/print_cups.c:1238: `IPP_GET_PRINTER_ATTRIBUTES' undeclared > (first use in this function) > printing/print_cups.c:1243: `IPP_TAG_OPERATION' undeclared (first use in > this function) > printing/print_cups.c:1243: `IPP_TAG_CHARSET' undeclared (first use in > this function)Looks like you are missing some cups development packages. cheers, jerry - -- ====================================================================Samba ------- http://www.samba.org Centeris ----------- http://www.centeris.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGcYsgIR7qMdg1EfYRAugHAKCcXLkws1m2nImhQQg2QDmzoylpOACeLjO3 ifQiLhK6KoB/WIoki15tG4M=atEl -----END PGP SIGNATURE-----
Alessandro Ferrari
2007-Jun-16 08:46 UTC
[Samba] make: *** [printing/print_cups.o] Error 1
> > Looks like you are missing some cups development packages. > > cheers, jerryHi Jerry, Volker, I downloaded cups source package from official homepage, than I have updated autoconf package. So I have this source package configuration installed: - kernel 2.4.34 smp - autoconf-2.61 - cups-1.2.11 - samba-3.0.25a In this specific order I have compiled source packages and installed them. Thanks for your help, Alessandro