Rene,

On Tuesday, 2018-05-15 13:30:05 +0200, you wrote:

> https://svn.exactcode.de/exact-image/

Worked, thank you :-)

(From Sven I got the same answer, thanks too)

Due to the lack of documentation (for instance a list of build dependen-
cies) I had to run "configure" as "bash -x ./configure" to find nine out
of the ten build dependencies  (the last one only surfacing during comp-
ilation).  Eventually I executed the commands

   $ ./configure --prefix="$HOME"    \
                 --with-evas         \
                 --with-expat        \
                 --with-freetype     \
                 --with-jasper       \
                 --with-lcms         \
                 --with-libgif       \
                 --with-libjpeg      \
                 --with-libpng       \
                 --with-libtiff      \
                 --with-openexr      \
                 --with-perl         \
                 --with-python       \
                 --with-x11          \
                 --without-bardecode \
                 --without-lua       \
                 --without-php       \
                 --without-ruby      \
                 --without-swig
   $ make

but got stuck here:

     C++       objdir/gfx/EvasHelper.o
     C++       objdir/gfx/X11Helper.o
   In file included from gfx/X11Helper.cc:36:0:
   gfx/X11Helper.hh:82:15: error: ‘static void 
X11Window::CaptureIntoEvasImage(Evas_Object*, Display*, Window, int, int, int, 
int)’ cannot be overloaded
      static void CaptureIntoEvasImage (Evas_Object* ob,
                  ^
   gfx/X11Helper.hh:77:23: error: with ‘static Evas_Object* 
X11Window::CaptureIntoEvasImage(Evas*, Display*, Window, int, int, int, int)’
      static Evas_Object* CaptureIntoEvasImage (Evas* evas,
                          ^
   gfx/X11Helper.cc:141:6: error: prototype for ‘void 
X11Window::CaptureIntoEvasImage(Evas_Object*, Display*, Window, int, int, int, 
int)’ does not match any in class ‘X11Window’
    void X11Window::CaptureIntoEvasImage (Evas_Object* ob,
         ^
   gfx/X11Helper.cc:127:14: error: candidate is: static Evas_Object* 
X11Window::CaptureIntoEvasImage(Evas*, Display*, Window, int, int, int, int)
    Evas_Object* X11Window::CaptureIntoEvasImage (Evas* evas,
                 ^
   build/bottom.make:57: recipe for target 'objdir/gfx/X11Helper.o' failed
   make: *** [objdir/gfx/X11Helper.o] Error 1

Any ideas what to do now?

Sincerely,
  Rainer



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe exact-image

Reply via email to