After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741105 - gegl fails to build with suitesparse 4.3
gegl fails to build with suitesparse 4.3
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: operations
0.2.0
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2014-12-04 11:31 UTC by Kalev Lember
Modified: 2014-12-04 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
matting-levin: Fix the build with recent suitesparse versions (2.72 KB, patch)
2014-12-04 11:32 UTC, Kalev Lember
none Details | Review

Description Kalev Lember 2014-12-04 11:31:47 UTC
matting-levin.c: In function 'matting_sparse_new':
matting-levin.c:851:25: error: 'UF_long' undeclared (first use in this function)
   s->col_idx  = g_new  (UF_long, cols + 1);
Comment 1 Kalev Lember 2014-12-04 11:32:17 UTC
Created attachment 292121 [details] [review]
matting-levin: Fix the build with recent suitesparse versions

Stop using the UF_long define that was deprecated previously and has
completely disappeared in suitesparse 4.3.
Comment 2 Jon Nordby 2014-12-04 15:58:20 UTC
Thanks, pushed!