On 15 April 2011 16:27, John Culleton <john at wexfordpress.com> wrote:
> On Thursday 14 April 2011 19:32:32 Gregory Pittman wrote: > > On 04/14/2011 06:06 PM, Owen wrote: > > >> I note that one of the options for Scribus 1.5.0 is > GraphicsMagick. > > >> But GraphicsMagick is AFAIK a command line set of > commands like > > >> convert, mogrify etc. So how does this integrate with > Scribus? Is it a > > >> render type exit like the one used for Gimp? > > > > > > Hi John, > > > > > > It is just another dependency (if you do - > DWANT_GRAPHICSMAGICK=1) of > > > the Scribus program. > > > > > > Have a read of the cmake output > > > > > > .. > > > GRAPHICS_MAGIC debug: pkgconf: > /usr/include/GraphicsMagick, > > > include:/usr/include lib:/usr/lib/libGraphicsMagick.so > > > -- Found GMAGICK: /usr/lib/libGraphicsMagick.so > > > GraphicksMagick Found OK > > > -- GMAGICK: Libs: /usr/lib/libGraphicsMagick.so, Inc: > > > > > /usr/include/GraphicsMagick, Ldflags: > > The reason why these are there is that Franz uses the > GraphicsMagick > > libraries for import of some of the newer vector file formats. > > > > Greg > > Just adding the above parameter to the Scribus 1.5.0 cmake > doesn't work. I get a fistful of errors referring to an entity called > "GOMP", e.g., > > /usr/local/GraphicsMagick-1.3.12/magick/compare.c:341: undefined > reference to `GOMP_critical_name_end' > >From what I could find out from Google you are missing Gnu's OpenMP Library (http://gcc.gnu.org/projects/gomp/). It should be part of gcc 4.2. Maybe updateing your gcc or installing the gomp package helps. Or disabling openmp in Graphicsmagick helps. Although I have no idea how tell Graphicsmagick not to use OpenMP. Hope that helps. > > So I am backing off on the use of GraphicsMagick in Scribus 1.5.0 > > Life on the bleeding edge is exciting but sometimes frustrating. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.net/pipermail/scribus/attachments/20110415/e634ebfe/attachment.html>
