Opened 12 years ago

Last modified 2 years ago

#36674 new defect

netatalk: error: incomplete definition of type 'struct _ipp_s'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: har5ha
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: forum@…, cooljeanius (Eric Gallager)
Port: netatalk

Description

Building netatalk 2.0.5 on OS X 10.8.2 with Xcode 4.5.1 fails with:

print_cups.c:134:16: error: incomplete definition of type 'struct _ipp_s'
        request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
        ~~~~~~~^
/usr/include/cups/ipp.h:365:16: note: forward declaration of 'struct _ipp_s'
typedef struct _ipp_s ipp_t;
               ^

Attachments (2)

main.log.bz2 (19.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
main.log (332.6 KB) - added by forum@… 9 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 11 years ago by jmroot (Joshua Root)

http://www.cups.org/documentation.php/doc-1.6/whatsnew.html

"the ipp_t and ipp_value_t structures are now private by default. New software should be developed using the corresponding accessor functions instead of directly accessing these structures."

comment:2 Changed 9 years ago by forum@…

Cc: forum@… added

Cc Me!

Changed 9 years ago by forum@…

Attachment: main.log added

comment:3 Changed 9 years ago by forum@…

I'm having the same problem. See log. Netatalk 2.0.5 on OS X 10.8.5 with Xcode 5.1.1 using MacPorts 2.3.3.

comment:4 Changed 9 years ago by raimue (Rainer Müller)

Owner: ralph@… deleted

comment:5 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.