I compile 1.5.0 nightly and usually I get a message about GraphicsMagick Since I have ImageMagick on my system I modified the cmake line as follows: cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn -DWANT_GRAPHICSMAGICK=1 (This is all one line in the script.)
Now I get a fistfull of error messages in 2>foo2 about GraphicsMagick: usr/local/lib/libGraphicsMagick.a(magick_libGraphicsMagick_la- image.o): In function `GetImageDepthCallBack': /usr/local/GraphicsMagick-1.3.7/magick/image.c:1614: undefined reference to `GOMP_critical_name_start' /usr/local/GraphicsMagick-1.3.7/magick/image.c:1617: undefined reference to `GOMP_critical_name_end' /usr/local/GraphicsMagick-1.3.7/magick/image.c:1668: undefined reference to `GOMP_critical_name_start' /usr/local/GraphicsMagick-1.3.7/magick/image.c:1672: undefined reference to `GOMP_critical_name_end' and so on. I will drop back ten and punt on the ImageMagick issue by deleting stuff from the cmake line. But I am curious why this is happening. -- John Culleton, Wexford Press "Create Book Covers with Scribus" $5.95 at http://www.booklocker.com/books/4055.html Free eps format barcode: http://www.tux.org/~milgram/bookland/
