#44885: gifsicle: universal variant fails --------------------------+---------------------- Reporter: ryandesign@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Keywords: | Port: gifsicle --------------------------+---------------------- {{{ gifsicle.c:1316:3: error: duplicate case value '0' static_assert(sizeof(unsigned long) == SIZEOF_UNSIGNED_LONG, "unsigned long has the wrong size."); ^ gifsicle.c:24:63: note: expanded from macro 'static_assert' #define static_assert(x, msg) switch ((int) (x)) case 0: case !!((int) (x)): ^ gifsicle.c:1316:3: note: previous case defined here gifsicle.c:24:55: note: expanded from macro 'static_assert' #define static_assert(x, msg) switch ((int) (x)) case 0: case !!((int) (x)): ^ gifsicle.c:1317:3: error: duplicate case value '0' static_assert(sizeof(void*) == SIZEOF_VOID_P, "void* has the wrong size."); ^ gifsicle.c:24:63: note: expanded from macro 'static_assert' #define static_assert(x, msg) switch ((int) (x)) case 0: case !!((int) (x)): ^ gifsicle.c:1317:3: note: previous case defined here gifsicle.c:24:55: note: expanded from macro 'static_assert' #define static_assert(x, msg) switch ((int) (x)) case 0: case !!((int) (x)): ^ 2 errors generated. }}} -- Ticket URL: <https://trac.macports.org/ticket/44885> MacPorts <http://www.macports.org/> Ports system for OS X