FS#54585 - [gimp-plugin-mathmap] Doesn't build
Attached to Project:
Community Packages
Opened by Antonio Rojas (arojas) - Sunday, 25 June 2017, 11:23 GMT
Last edited by Lukas Jirkovsky (6xx) - Sunday, 25 June 2017, 18:39 GMT
Opened by Antonio Rojas (arojas) - Sunday, 25 June 2017, 11:23 GMT
Last edited by Lukas Jirkovsky (6xx) - Sunday, 25 June 2017, 18:39 GMT
|
Details
Description:
gimp-plugin-mathmap doesn't build, possibly due to gcc7. It has been unmaintained upstream for years and no other distro seems to package it. Please fix it or drop it as it's blocking the gsl rebuild. In file included from builtins/../compiler.h:34:0, from builtins/../mathmap.h:37, from builtins/libnoise.cpp:25: builtins/../drawable.h:120:21: error: flexible array member ‘_image_t::<unnamed union>::<unnamed struct>::args’ not at end of ‘struct _input_drawable_t’ userval_t args[]; |
This task depends upon

I think the bug may be actually a gcc regression because the args
member is according to my knowledge at the end of the struct.
However that would require more investigation so I dropped it.