Opened 4 years ago

Closed 21 months ago

#60245 closed defect (fixed)

gdk-pixbuf2 @2.40.0: error: static declaration of 'round' follows non-static declaration

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: gdk-pixbuf2

Description

gdk-pixbuf2 does not build on 10.6:

In file included from ../gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/pixops.c:24:
../gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/../fallback-c89.c:25:1: error: static declaration of 'round' follows non-static declaration
round (double x)
^
/usr/include/architecture/i386/math.h:381:15: note: previous declaration is here
extern double round ( double );
              ^
In file included from ../gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/pixops.c:24:
../gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/../fallback-c89.c:37:1: error: static declaration of 'lrint' follows non-static declaration
lrint (double x)
^
/usr/include/architecture/i386/math.h:378:17: note: previous declaration is here
extern long int lrint ( double );
                ^
2 errors generated.

Change History (2)

comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)

Owner: changed from dbevans to mascguy

Take over Dave's tickets for GTK and friends, now that he's formally dropped maintainership. Boo! ;-)

comment:2 Changed 21 months ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: assignedclosed

It looks like this is no longer an issue, based on buildbot history. Closing as fixed.

Note: See TracTickets for help on using tickets.