LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-23-2002, 01:31 PM   #1
BorgKing
LQ Newbie
 
Registered: Jun 2002
Location: USA
Distribution: Mandrake
Posts: 24

Rep: Reputation: 15
Question Error compiling Samba...


Near the end of the compiling (I think it's the last compile file anyway), the terminal displays: make: *** [printing/print_cups.o] Error 1.
The console also displayed a buncha information above that:



printing/print_cups.c:25:23: cups/cups.h: No such file or directory
printing/print_cups.c:26:27: cups/language.h: No such file or directory
printing/print_cups.c: In function `cups_printer_fn':
printing/print_cups.c:79: `http_t' undeclared (first use in this function)
printing/print_cups.c:79: (Each undeclared identifier is reported only once
printing/print_cups.c:79: for each function it appears in.)
printing/print_cups.c:79: `http' undeclared (first use in this function)
printing/print_cups.c:80: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:80: `request' undeclared (first use in this function)
printing/print_cups.c:81: `response' undeclared (first use in this function)
printing/print_cups.c:82: `ipp_attribute_t' undeclared (first use in this function)
printing/print_cups.c:82: `attr' undeclared (first use in this function)
printing/print_cups.c:83: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:83: `language' undeclared (first use in this function)
printing/print_cups.c:84: parse error before `char'
printing/print_cups.c:125: `CUPS_GET_PRINTERS' undeclared (first use in this function)
printing/print_cups.c:130: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:130: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:133: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:136: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:138: `requested' undeclared (first use in this function)
printing/print_cups.c:159: `IPP_TAG_PRINTER' undeclared (first use in this function)
printing/print_cups.c:169: `name' undeclared (first use in this function)
printing/print_cups.c:170: `make_model' undeclared (first use in this function)
printing/print_cups.c:171: `info' undeclared (first use in this function)
printing/print_cups.c:180: `IPP_TAG_TEXT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_printername_ok':
printing/print_cups.c:216: `http_t' undeclared (first use in this function)
printing/print_cups.c:216: `http' undeclared (first use in this function)
printing/print_cups.c:217: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:217: `request' undeclared (first use in this function)
printing/print_cups.c:218: `response' undeclared (first use in this function)
printing/print_cups.c:219: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:219: `language' undeclared (first use in this function)
printing/print_cups.c:220: parse error before `char'
printing/print_cups.c:254: `IPP_GET_PRINTER_ATTRIBUTES' undeclared (first use in this function) printing/print_cups.c:259: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:259: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:262: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:265: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:268: `uri' undeclared (first use in this function)
printing/print_cups.c:271: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:288: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_job_delete':
printing/print_cups.c:311: `http_t' undeclared (first use in this function)
printing/print_cups.c:311: `http' undeclared (first use in this function)
printing/print_cups.c:312: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:312: `request' undeclared (first use in this function)
printing/print_cups.c:313: `response' undeclared (first use in this function)
printing/print_cups.c:314: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:314: `language' undeclared (first use in this function)
printing/print_cups.c:315: parse error before `char'
printing/print_cups.c:349: `IPP_CANCEL_JOB' undeclared (first use in this function)
printing/print_cups.c:354: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:354: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:357: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:360: `uri' undeclared (first use in this function)
printing/print_cups.c:362: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:364: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:375: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_job_pause':
printing/print_cups.c:401: `http_t' undeclared (first use in this function)
printing/print_cups.c:401: `http' undeclared (first use in this function)
printing/print_cups.c:402: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:402: `request' undeclared (first use in this function)
printing/print_cups.c:403: `response' undeclared (first use in this function)
printing/print_cups.c:404: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:404: `language' undeclared (first use in this function)
printing/print_cups.c:405: parse error before `char'
printing/print_cups.c:439: `IPP_HOLD_JOB' undeclared (first use in this function)
printing/print_cups.c:444: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:444: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:447: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:450: `uri' undeclared (first use in this function)
printing/print_cups.c:452: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:454: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:465: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_job_resume':
printing/print_cups.c:491: `http_t' undeclared (first use in this function)
printing/print_cups.c:491: `http' undeclared (first use in this function)
printing/print_cups.c:492: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:492: `request' undeclared (first use in this function)
printing/print_cups.c:493: `response' undeclared (first use in this function)
printing/print_cups.c:494: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:494: `language' undeclared (first use in this function)
printing/print_cups.c:495: parse error before `char'
printing/print_cups.c:529: `IPP_RELEASE_JOB' undeclared (first use in this function)
printing/print_cups.c:534: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:534: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:537: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:540: `uri' undeclared (first use in this function)
printing/print_cups.c:542: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:544: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:555: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_job_submit':
printing/print_cups.c:581: `http_t' undeclared (first use in this function)
printing/print_cups.c:581: `http' undeclared (first use in this function)
printing/print_cups.c:582: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:582: `request' undeclared (first use in this function)
printing/print_cups.c:583: `response' undeclared (first use in this function)
printing/print_cups.c:584: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:584: `language' undeclared (first use in this function)
printing/print_cups.c:585: parse error before `char'
printing/print_cups.c:620: `IPP_PRINT_JOB' undeclared (first use in this function)
printing/print_cups.c:625: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:625: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:628: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:631: `uri' undeclared (first use in this function)
printing/print_cups.c:634: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:637: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:653: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_queue_get':
printing/print_cups.c:678: `http_t' undeclared (first use in this function)
printing/print_cups.c:678: `http' undeclared (first use in this function)
printing/print_cups.c:679: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:679: `request' undeclared (first use in this function)
printing/print_cups.c:680: `response' undeclared (first use in this function)
printing/print_cups.c:681: `ipp_attribute_t' undeclared (first use in this function)
printing/print_cups.c:681: `attr' undeclared (first use in this function)
printing/print_cups.c:682: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:682: `language' undeclared (first use in this function)
printing/print_cups.c:683: parse error before `char'
printing/print_cups.c:693: `ipp_jstate_t' undeclared (first use in this function)


There were more, but I can't fit it on this post. I'm gonna post a second message so it'll fit.


Thanks for viewing that ultra long message. And thanks for helping this newb change his way from M$ to Linux
Btw, I'm on Mandrake 8.2 using KDE.

Last edited by BorgKing; 06-24-2002 at 08:51 PM.
 
Old 06-23-2002, 01:31 PM   #2
BorgKing
LQ Newbie
 
Registered: Jun 2002
Location: USA
Distribution: Mandrake
Posts: 24

Original Poster
Rep: Reputation: 15
printing/print_cups.c:735: `uri' undeclared (first use in this function)
printing/print_cups.c:750: `IPP_GET_JOBS' undeclared (first use in this function)
printing/print_cups.c:755: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:755: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:758: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:761: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:763: `jattrs' undeclared (first use in this function)
printing/print_cups.c:766: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:781: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c:795: `qcount' undeclared (first use in this function)
printing/print_cups.c:796: `qalloc' undeclared (first use in this function)
printing/print_cups.c:797: `queue' undeclared (first use in this function)
printing/print_cups.c:805: `IPP_TAG_JOB' undeclared (first use in this function)
printing/print_cups.c:818: `temp' undeclared (first use in this function)
printing/print_cups.c:840: `job_id' undeclared (first use in this function)
printing/print_cups.c:841: `job_priority' undeclared (first use in this function)
printing/print_cups.c:842: `job_status' undeclared (first use in this function)
printing/print_cups.c:842: `IPP_JOB_PENDING' undeclared (first use in this function)
printing/print_cups.c:843: `job_time' undeclared (first use in this function)
printing/print_cups.c:844: `job_k_octets' undeclared (first use in this function)
printing/print_cups.c:845: `user_name' undeclared (first use in this function)
printing/print_cups.c:846: `job_name' undeclared (first use in this function)
printing/print_cups.c:857: `IPP_TAG_INTEGER' undeclared (first use in this function)
printing/print_cups.c:869: `IPP_TAG_ENUM' undeclared (first use in this function)
printing/print_cups.c:902: `IPP_JOB_STOPPED' undeclared (first use in this function)
printing/print_cups.c:903: `IPP_JOB_HELD' undeclared (first use in this function)
printing/print_cups.c:930: `IPP_GET_PRINTER_ATTRIBUTES' undeclared (first use in this function) printing/print_cups.c:943: `pattrs' undeclared (first use in this function)
printing/print_cups.c:978: `IPP_PRINTER_STOPPED' undeclared (first use in this function)
printing/print_cups.c:985: `IPP_TAG_TEXT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_queue_pause':
printing/print_cups.c:1010: `http_t' undeclared (first use in this function)
printing/print_cups.c:1010: `http' undeclared (first use in this function)
printing/print_cups.c:1011: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:1011: `request' undeclared (first use in this function)
printing/print_cups.c:1012: `response' undeclared (first use in this function)
printing/print_cups.c:1013: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:1013: `language' undeclared (first use in this function)
printing/print_cups.c:1014: parse error before `char'
printing/print_cups.c:1048: `IPP_PAUSE_PRINTER' undeclared (first use in this function)
printing/print_cups.c:1053: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:1053: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:1056: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:1059: `uri' undeclared (first use in this function)
printing/print_cups.c:1062: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:1064: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:1075: `IPP_OK_CONFLICT' undeclared (first use in this function)
printing/print_cups.c: In function `cups_queue_resume':
printing/print_cups.c:1102: `http_t' undeclared (first use in this function)
printing/print_cups.c:1102: `http' undeclared (first use in this function)
printing/print_cups.c:1103: `ipp_t' undeclared (first use in this function)
printing/print_cups.c:1103: `request' undeclared (first use in this function)
printing/print_cups.c:1104: `response' undeclared (first use in this function)
printing/print_cups.c:1105: `cups_lang_t' undeclared (first use in this function)
printing/print_cups.c:1105: `language' undeclared (first use in this function)
printing/print_cups.c:1106: parse error before `char'
printing/print_cups.c:1140: `IPP_RESUME_PRINTER' undeclared (first use in this function)
printing/print_cups.c:1145: `IPP_TAG_OPERATION' undeclared (first use in this function)
printing/print_cups.c:1145: `IPP_TAG_CHARSET' undeclared (first use in this function)
printing/print_cups.c:1148: `IPP_TAG_LANGUAGE' undeclared (first use in this function)
printing/print_cups.c:1151: `uri' undeclared (first use in this function)
printing/print_cups.c:1154: `IPP_TAG_URI' undeclared (first use in this function)
printing/print_cups.c:1156: `IPP_TAG_NAME' undeclared (first use in this function)
printing/print_cups.c:1167: `IPP_OK_CONFLICT' undeclared (first use in this function)

That was the rest. Thanks for all the help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba OS X to Linux Samba file share error ttoomey Linux - Software 1 08-16-2005 10:12 AM
Problem compiling samba Rognon Slackware 2 01-15-2005 02:04 PM
Compiling a samba server sudheendra.ss Linux - Networking 3 12-17-2004 03:51 AM
Error when Compiling Samba markshrimpton Linux - Software 2 10-01-2004 02:52 PM
Compiling Samba in Fedora x86_64 dwmorton Linux - Newbie 2 05-04-2004 10:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration