Cyrille Bagard wrote:
> Hello Daniel !
> 
> Nice to get news about your project.
> 
> Unfortunately, I'm currently unable to test it because the compilation
> process fails ! I get this error :
> 
> [...]
> img.c:245: error: implicit declaration of function 'MagickCoreGenesis'
> img.c:247: error: implicit declaration of function 'AcquireExceptionInfo'
> [...]
> img.c:251: error: implicit declaration of function 'ClearMagickException'
> [...]
> 
> I'm running Debian Testing and my system is up to date. But after
> googling ([1]) it seems my imagemagick (v. 6.2.4.5) is too old !
> 
> In case my problem is really a matter of lib version, a quick look at
> [2] may show that your library can't be compiled on Debian then, even
> with the freshest version (sid) !

Hmm. I'm surprised that it does not work with the older version, I 
thought that API was pretty standard. Can you grep for MagickCoreGenesis 
in the imagemagick headers? On my system they are under /usr/include/magick

If the API really isn't there in that version, I will happily add some 
backwards compat code for the earlier versions (unless it's considerable 
hassle).

Thanks,
Daniel
_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to