[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#924329: xastir: FTBFS (magick/image-private.h: No such file or directory)



On Mon, Mar 11, 2019 at 05:09:58PM +0000, Santiago Vila wrote:
> In file included from /usr/include/GraphicsMagick/magick/analyze.h:18,
>                  from /usr/include/GraphicsMagick/magick/api.h:55,
>                  from map_geo.c:137:
> /usr/include/GraphicsMagick/magick/image.h:1108:10: fatal error: magick/image-private.h: No such file or directory
>  #include "magick/image-private.h"
>           ^~~~~~~~~~~~~~~~~~~~~~~~


src/map_geo.c:

"""
#ifdef HAVE_GRAPHICSMAGICK
/*#include <GraphicsMagick/magick/api.h>*/
/* Define MAGICK_IMPLEMENTATION to access private interfaces
 * such as DestroyImagePixels(). This may not be a good thing,
 * but DestroyImagePixels() has been in this code for a long
 * time. Defining MAGIC_IMPLEMENTATION eliminates the warning that is
 * now (9/28/2010) being seen on some distros (Ubuntu 10.04 and
 * OpenSuSE-11.3)
 */
#define MAGICK_IMPLEMENTATION
#include <magick/api.h>
"""

Haha NOPE.


-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: