Programming in Ubuntu, problem IDE

0

Good afternoon, I'm migrating to ubuntu and looking for a good IDE with visual clean, here I find the "Builder" and when trying to use the program two errors are displayed but fortunately one already solved. The error that persists is as follows:

autoreconf: Entering directory '.' autoreconf: running: autopoint --force autoreconf: running: aclocal --force configure.ac:102: error: m4_defn: undefined macro: LT_PACKAGE_VERSION m4 / libtool.m4: 40: LT_PREREQ is expanded from ... configure.ac:102: the top level autom4te: / usr / bin / m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1

I already installed the autopoint but so far nothing.

    
asked by anonymous 03.06.2017 / 20:13

1 answer

1

Try the following procedure.

Add these two repositories:

sudo apt-add-repository ppa:gnome3-team/gnome3-staging
sudo apt-add-repository ppa:gnome3-team/gnome3

Now upgrade.

sudo apt-get update
sudo apt-get dist-upgrade

And try to install again ..

    
03.06.2017 / 21:32