During compilation I got this error:
===============================
| Configuring LinuxPrinting |
===============================
* Finding libraries...
======================
++ GtkPrinting support enabled
++ wxWidgets installed
++ libxml2 installed
++ Magick++ installed
==========================================
C o n f i g u r a t i o n :
==========================================
Gtk printing support: [enabled]
Gtk2 version: 0.27, recommended: min. 2.10 (gtk2 0.10)
WxWidgets version: 2.8.12, recommended: min. 2.8.8
LibXML2 version: 2.8.0
Magick++ version: 6.7.8 Q16
==========================================
For building LinuxPrinting please type make.
$ make
[...]
Compiling: SaveAsLayoutDialog.cpp
Compiling: CreatorIndexDialog.cpp
Compiling: PrintPosterWithMarginsDialog.cpp
Compiling: translations/TranslationProvider.cpp
Compiling: wxPhotoPageCtrl/PhotoBean.cpp
Compiling: wxPhotoPageCtrl/cms/cmsSupport.cpp
wxPhotoPageCtrl/cms/cmsSupport.cpp: In member function ‘Magick::Image* CMSSupport::convert(Magick::Image*, CMSProfile, int)’:
wxPhotoPageCtrl/cms/cmsSupport.cpp:167:39: error: ‘LabColorspace’ was not declared in this scope
make: *** [obj/Release/wxPhotoPageCtrl/cms/cmsSupport.o] Błąd 1
So I look to source code and I found intresting switch-case.
I delete a case with LabColorSpace in wxPhotoPageCtrl/cms/cmsSupport.cpp and in the /wxPhotoCtrl/wxPhotoPageCtrl.cpp.
After that source compliled sucessfull (!) and final binary works well :)
My system is gentoo, I install all depedenses on following versions:
imagemagick : 6.7.8.7(19:26:14 12.09.2012) (compiled with: X bzip2 cxx jpeg lcms openmp pango png svg tiff truetype xml zlib and without: -autotrace -corefonts -djvu -fftw -fontconfig -fpx -graphviz -hdri -jbig -jpeg2k -lqr -lzma -opencl -openexr -perl -postscript -q32 -q64 -q8 -raw -static-libs -test -webp -wmf)
libxml2 - 2.8.0_rc1(17:26:48 08.06.2012) (compiled options: ipv6 python readline disabled options: -debug -doc -examples -icu -lzma -static-libs -test)
wxGTK: 2.8.12.1(2.8)(21:09:38 26.03.2012) (X gnome opengl sdl tiff -aqua -debug -doc -gstreamer -odbc -pch)
I don't know why this intresting situation happen.
Maybe attached output of emerge --info be helpfull: it contains a basic information about my sytem.
output of emerge --info