Date: Thu, 29 Oct 2015 14:28:16 +0000 From: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> To: freebsd-ports@freebsd.org Subject: Re: inkscape build fails with ImageMagick - Bug 201655 Message-ID: <56322D00.6060200@utanet.at> In-Reply-To: <5631DC5F.6060807@herveybayaustralia.com.au> References: <5631DC5F.6060807@herveybayaustralia.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
I got this error: (like in the PR) CXXLD inkscape CXXLD inkview extension/internal/bitmap/imagemagick.o: In function `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char const*, Magick::Image*)': extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined reference to `Magick::Blob::base64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)' extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined reference to `Magick::Image::read(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' extension/internal/bitmap/imagemagick.o: In function `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char const*, Magick::Image*)': extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined reference to `Magick::Blob::base64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)' extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined reference to `Magick::Image::read(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' extension/internal/image-resolution.o: In function `Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)': extension/internal/image-resolution.cpp:(.text+0x3fa): undefined reference to `Magick::Image::read(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' extension/internal/image-resolution.o: In function `Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)': extension/internal/image-resolution.cpp:(.text+0x3fa): undefined reference to `Magick::Image::read(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:6895: recipe for target 'inkview' failed gmake[5]: *** [inkview] Error 1 gmake[5]: *** Waiting for unfinished jobs.... c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:6891: recipe for target 'inkscape' failed gmake[5]: *** [inkscape] Error 1 gmake[5]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:5048: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:1401: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91' Makefile:1096: recipe for target 'all' failed gmake[2]: *** [all] Error 2 This error appears also in other port you needs ImageMagick and when OPENMP is enabled. I guess this error and th "isnan" error are something with the stdc version or with namespace , but I don't figured out yet. I
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56322D00.6060200>