Opened 12 years ago
Last modified 3 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)
Change History (7)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Changed 10 years ago by forum@…
comment:3 Changed 10 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 10 years ago by raimue (Rainer Müller)
Owner: | ralph@… deleted |
---|
comment:5 Changed 3 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
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."