Opened 7 years ago
Closed 7 years ago
#55387 closed defect (worksforme)
gegl fails to build -- ff-load.c error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
Reported by: | Liontooth (David Liontooth) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: | gegl |
Description
On a fresh install on High Sierra, gegl build fails here:
:info:build ./ff-load.c:312:36: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' :info:build if (p->codec->capabilities & CODEC_CAP_TRUNCATED) :info:build ^ :info:build ./ff-load.c:313:26: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' :info:build p->enc->flags |= CODEC_FLAG_TRUNCATED; :info:build ^ :info:build 7 warnings and 2 errors generated. :info:build make[3]: *** [ff_load_la-ff-load.lo] Error 1
Port gegl-devel @0.3.23-20171114_0+x11 builds without problems.
Change History (3)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Owner: | set to dbevans |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by Liontooth (David Liontooth)
After the upgrade to gegl 0.2.0_24, it builds without problems; please close.
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers gegl
), if any.