[...] checking for freetype2... found version 9.7.3 checking for dot... yes checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes checking for Magick++... configure: error: It appears that you don't have an installation of the ImageMagick Magick++ API. ImageMagick is a collection of programs that read and write a large number of bitmap file formats. K-3D relies on ImageMagick in order to read and write bitmap images for use as textures, so a working ImageMagick installation is highly recommended. In addition, you need the ImageMagick development libraries and/or packages, including Magick++, a C++ API for ImageMagick. If you wish to bypass this error message, re-run configure with the --without-imagemagick option. In this case you will not be able to load images for use as textures. !!! Please attach the config.log to your bug report: !!! /var/tmp/portage/k3d-0.4.4.0/work/k3d-0.4.4.0/config.log !!! ERROR: media-gfx/k3d-0.4.4.0 failed. !!! Function econf, Line 483, Exitcode 0 !!! econf failed !!! If you need support, post the topmost build error, NOT this status message.
Created attachment 48446 [details] the configure log the configure log
looks like that imagemagick is missing, added as dep now
i have it! infact previous version installed properly
found the solution...configure checks for: AC_MSG_CHECKING([for Magick++]) if Magick++-config --version >/dev/null 2>/dev/null; then AC_MSG_RESULT([found]) K3D_IMAGEMAGICK_CPPFLAGS=`Magick++-config --cppflags` K3D_IMAGEMAGICK_CXXFLAGS=`Magick++-config --cxxflags` K3D_IMAGEMAGICK_LIBS=`Magick++-config --libs` K3D_IMAGEMAGICK_LDFLAGS=`Magick++-config --ldflags` K3D_IMAGEMAGICK_SUBDIR="imagemagick" else .... so checks for Magic++-config i installed imagemagik suite with a bugged gcc-config... so i have: i686-pc-linux-gnu-Magick++-config that's why it doesn't compile. i close this bug and mark as invalid. sorry.