#16072: pstoedit build failure - error in distort.h from ImageMagick 6.4.2-4 ----------------------------------+----------------------------------------- Reporter: tim.lahey@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: pstoedit, ImageMagick ----------------------------------+----------------------------------------- Comment (by j.bugzilla2@steinhurst.net): I spoke a bit too soon, the code upstream appears to have fixed the original problem and caused an almost identical error later on in the same file but now at line 61. {{{ typedef enum { UndefinedColorInterpolate = UndefinedDistortion, BarycentricColorInterpolate = AffineDistortion, BilinearColorInterpolate = BilinearDistortion, PolynomialColorInterpolate = PolynomialDistortion, ShepardsColorInterpolate = ShepardsDistortion, /* Methods unique to SparseColorInterpolate() from here */ VoronoiColorInterpolate = SentinelDistortion, } SparseColorInterpolateMethod; }}} A diff is needed to remove the comma at the last line. This is not the same enum as was earlier required to be patched. -- Ticket URL: <http://trac.macports.org/ticket/16072#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS