Opened 5 years ago
Closed 2 years 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 3 years ago by mascguy (Christopher Nielsen)
Owner: | changed from dbevans to mascguy |
---|
comment:2 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It looks like this is no longer an issue, based on buildbot history. Closing as fixed.
Note: See
TracTickets for help on using
tickets.
Take over Dave's tickets for GTK and friends, now that he's formally dropped maintainership. Boo! ;-)