tags 527694 +patch sid squeeze
thanks

The problem seems to be that the imagemagick headers don't like -pedantic anymore. This issue currently only affects sid but that is likely to change so fixing the bug is relavent for squeeze.

patch is attatched
diff -ur cimg-1.2.0.1/examples/Makefile cimg-1.2.0.1.new/examples/Makefile
--- cimg-1.2.0.1/examples/Makefile	2007-04-19 07:26:45.000000000 +0000
+++ cimg-1.2.0.1.new/examples/Makefile	2009-05-09 23:09:20.000000000 +0000
@@ -39,7 +39,7 @@
 CIMG_VERSION = 1.20
 CC           = g++
 X11PATH      = /usr/X11R6
-CFLAGS       = -Wall -W -ansi -pedantic -ffast-math
+CFLAGS       = -Wall -W -ansi -ffast-math
 LDFLAGS      = -lm -lpthread
 
 #--------------------------------------------------

Reply via email to