[MacPorts] #42442: epdfview: build failure
MacPorts
noreply at macports.org
Mon Feb 10 11:53:32 PST 2014
#42442: epdfview: build failure
----------------------+----------------------
Reporter: devans@… | Owner: scottm@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: epdfview
----------------------+----------------------
MacOS X 10.8.5
Xcode 5.0.2
Build fails with this error:
{{{
PrintPter.cxx:383:12: error: member access into incomplete type 'ipp_t'
(aka '_ipp_s')
request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
^
/usr/include/cups/ipp.h:365:16: note: forward declaration of '_ipp_s'
typedef struct _ipp_s ipp_t; /**** IPP request/response data
****/
^
PrintPter.cxx:384:12: error: member access into incomplete type 'ipp_t'
(aka '_ipp_s')
request->request.op.request_id = 1;
^
/usr/include/cups/ipp.h:365:16: note: forward declaration of '_ipp_s'
typedef struct _ipp_s ipp_t; /**** IPP request/response data
****/
^
PrintPter.cxx:406:26: error: member access into incomplete type
'ipp_attribute_t' (aka '_ipp_attribute_s')
switch (state->values[0].integer)
^
/usr/include/cups/ipp.h:366:16: note: forward declaration of
'_ipp_attribute_s'
typedef struct _ipp_attribute_s ipp_attribute_t;
^
PrintPter.cxx:428:54: error: member access into incomplete type
'ipp_attribute_t' (aka '_ipp_attribute_s')
attributes->location = g_strdup
(location->values[0].string.text);
^
/usr/include/cups/ipp.h:366:16: note: forward declaration of
'_ipp_attribute_s'
typedef struct _ipp_attribute_s ipp_attribute_t;
^
4 errors generated.
make[3]: *** [libepdfview_a-PrintPter.o] Error 1
}}}
Build log attached.
--
Ticket URL: <https://trac.macports.org/ticket/42442>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list