Programming on Ubuntu, IDE with problem

Asked

Viewed 67 times

0

Good afternoon, I am migrating to Ubuntu and looking for a good IDE with clean visual, here I find the "Builder" and when trying to use the program two errors are displayed but fortunately one already solved. The persisting error 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’ve installed the autopoint but so far nothing.

  • 1

    One question, will you develop on that ? You have an interesting list here: https://www.linuxuncomplicated.com.br/2014/01/as-10-enhancements-ides-programcao-para.html I use Sublimetext3 a lot with plugins

1 answer

1

Try to perform the following procedure.

Add this 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..

Browser other questions tagged

You are not signed in. Login or sign up in order to post.