Opened 2 months ago

Closed 2 months ago

#69472 closed defect (fixed)

gutenprint @5.3.3: error: incompatible pointer to integer conversion

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: sonoma haspatch Cc: DrLex0 (Alexander Thomas)
Port: gutenprint

Description

Broken out from #69471, gutenprint fails to build with Xcode 15.3 because of this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269972

print.c:117:29: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'gint32' (aka 'int') [-Wint-conversion]

A commit that fixes the problem is referenced there.

Change History (2)

comment:1 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

comment:2 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 8abf9ac23e28dddf4dbdc5d9cbfb3c84d4525224/macports-ports (master):

gutenprint: Fix build with llvm 15

Closes: #69472

Note: See TracTickets for help on using tickets.