On Fri, 09 Oct 2009, Andreas Tille wrote: > At the time of your mail (May 2009) your patch worked but in the > mean time something might have changed and I get a FTBFS problem: > > g++ -o CImg_demo CImg_demo.cpp -I.. -Wall -W -ansi -lm -lpthread -O3 > -ffast-math -fno-tree-pre -Dcimg_use_vt100 -I/usr/X11R6/include > -Dcimg_use_xshm -Dcimg_use_xrandr -Dcimg_use_tiff -Dcimg_use_png > -Dcimg_use_jpeg -Dcimg_use_zlib -Dcimg_use_magick -I/usr/include/ImageMagick > -g -O2 -Wall -W -pthread -Dcimg_use_fftw3 -L/usr/X11R6/lib -lpthread -lX11 > -lXext -lXrandr -ltiff -lpng -lz -ljpeg -lz -L/usr/lib -L/usr/lib/X11 > -lfreetype -lz -L/usr/lib -lMagick++ -lMagickWand -lMagickCore -llcms -ltiff > -lfreetype -ljpeg -llqr-1 -lglib-2.0 -lfontconfig -lXext -lSM -lICE -lX11 > -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl -lfftw3 > In file included from CImg_demo.cpp:48: > ../CImg.h: In member function 'const cimg_library::CImg<T>& > cimg_library::CImg<T>::save_magick(const char*, unsigned int) const': > ../CImg.h:32325: error: 'MagickLib' has not been declared > ../CImg.h:32331: error: 'MagickLib' has not been declared > ../CImg.h:32332: error: 'MagickLib' has not been declared > ../CImg.h:32338: error: 'MagickLib' has not been declared > ../CImg.h:32339: error: 'MagickLib' has not been declared > ../CImg.h:32340: error: 'MagickLib' has not been declared > ... > > Does anybody have a simple solution for this problem?
MagickLib has been removed, and is now MagickWand and MagickCore et al. so this would have to be fixed. Don Armstrong -- A citizen of America will cross the ocean to fight for democracy, but won't cross the street to vote in a national election. -- Bill Vaughan http://www.donarmstrong.com http://rzlab.ucr.edu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

