Building from SVN: "libtoolize: can not copy..."

Hey guys. I’m new on LINUX so i’m trying to learn and figure out a lot of stuff.

I’ve checked out ARDOUR 2 from SVN and i’m trying to build it without success.
This is the problem I’m having:

I am going to run ./configure with no arguments -- if you wish to pass any to it, please specify them on the ./autogen.sh command line. + libtoolize --automake --copy --force libtoolize: can not copy `/usr/share/libtool/config/ltmain.sh' to `./' libtoolize: can not copy `/usr/share/aclocal/libtool.m4' to `scripts/' libtoolize: can not copy `/usr/share/aclocal/ltoptions.m4' to `scripts/' libtoolize: can not copy `/usr/share/aclocal/ltsugar.m4' to `scripts/' libtoolize: can not copy `/usr/share/aclocal/ltversion.m4' to `scripts/' libtoolize: can not copy `/usr/share/aclocal/lt~obsolete.m4' to `scripts/' + exit 1 scons: *** [libs/sigc++2/configure] Error 1 scons: building terminated because of errors.

Any clues?

I’m running it with sudo so i doubt it’s a permissions problem.

Thanks!

Would make me wonder if you have the actools installed. What distro?

Seablade

I’m using UBUNTU 11.10
I’ve looked for actools on the Software Center and couldn’t find it.

Try running…

sudo apt-get build-dep ardour

Then try rebuilding.

   Seablade