Opened 10 years ago

Closed 10 years ago

#42442 closed defect (fixed)

epdfview: build failure

Reported by: dbevans (David B. Evans) Owned by: scottm@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: epdfview

Description

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.

Attachments (1)

main.log (126.5 KB) - added by dbevans (David B. Evans) 10 years ago.
Build log showing failure

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by dbevans (David B. Evans)

Attachment: main.log added

Build log showing failure

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Marked obsolete replaced by evince in r118374 (#42443).

Note: See TracTickets for help on using tickets.