compilation of git version on Mint 17 fails
Hello
Trying to compile gegl on the newest Mint linux x64, I got the
compilation error:
make[3]: Entering directory `/home/sasha/Install/gegl/operations/external'
CC vector_stroke_la-vector-stroke.lo
CC path_la-path.lo
CC vector_fill_la-vector-fill.lo
CC text_la-text.lo
CC png_load_la-png-load.lo
CC png_save_la-png-save.lo
CC jpg-load.lo
CC jpg-save.lo
CC svg_load_la-svg-load.lo
CC pixbuf_la-pixbuf.lo
CC save_pixbuf_la-save-pixbuf.lo
CXX exr_load_la-exr-load.lo
CXX exr_save_la-exr-save.lo
../../libtool: line 1128: g++: command not found
make[3]: *** [exr_load_la-exr-load.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
../../libtool: line 1128: g++: command not found
make[3]: *** [exr_save_la-exr-save.lo] Error 1
make[3]: Leaving directory `/home/sasha/Install/gegl/operations/external'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sasha/Install/gegl/operations'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sasha/Install/gegl'
make: *** [all] Error 2
There were no complains during ./autogen.sh . libopenexr-dev is installed.
With respect,
Alexander Rabtchevich