Compile problem
Posted: 2013-01-23T00:46:38-07:00
Hi,
I'm having trouble building 6.8.1-10, due to Ubuntu/Debian using -Werror=format-security by default:
I'll modify the CFLAGS for now, but you may want to fix it. Also, when do you expect to release 6.8.1-11?
Thanks for your help, will be great to have that thread lock fixed.
I'm having trouble building 6.8.1-10, due to Ubuntu/Debian using -Werror=format-security by default:
Code: Select all
CC magick/magick_libMagickCore_Q16_la-cache.lo
magick/cache.c: In function 'ClonePixelCachePixels':
magick/cache.c:1224:7: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
Thanks for your help, will be great to have that thread lock fixed.