RSS/Atom feed Twitter
Site is read-only, email is disabled

compilation of git version on Mint 17 fails

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

compilation of git version on Mint 17 fails Alexander Rabtchevich 02 Jun 17:35
  compilation of git version on Mint 17 fails Michael Henning 02 Jun 20:16
Alexander Rabtchevich
2014-06-02 17:35:04 UTC (almost 10 years ago)

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

Michael Henning
2014-06-02 20:16:54 UTC (almost 10 years ago)

compilation of git version on Mint 17 fails

It sounds like you don't have a C++ compiler installed. Try installing the package g++:

sudo apt-get install g++

Hope this helps.

-- drawoc

On Mon, Jun 2, 2014 at 1:35 PM, Alexander Rabtchevich wrote:

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
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list