Re: [Audacity-devel] audacity trunk fails to build on Ubuntu
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Steve t. F. <ste...@gm...> - 2010-10-16 16:25:01
|
Thanks Brian, Finally managed to get the current svn version to build using line 3936 of the posted build-log with /bin/bash instead of /bin/sh Audacity runs, but the first things I notice are: Audacity cannot use the standard distribution version of FFmpeg (no problem with the distro installation of Audacity 1.3.12) The Sync-lock button looks out of place with a white clock face (all other icons are in shades of grey) The sliders on the mixer toolbar are the wrong colour. Steve On Sat, Oct 16, 2010 at 1:02 AM, Brian McKenna <br...@br...> wrote: > Thanks for the info. I was able to compile by changing into the > lib-src/portaudio-v19 directory and running line 3936 of the posted > buildlog with /bin/bash instead of /bin/sh > > Hopefully that will help. > > Thanks, > Brian McKenna > > On 16 October 2010 00:51, Gale Andrews <ga...@au...> wrote: >> >> | From Ashton Alan Kemerling <ash...@gm...> >> | Thu, 14 Oct 2010 14:40:01 -0500 >> | Subject: [Audacity-devel] audacity trunk fails to build on Ubuntu >>> I'm still getting the exact same error for r10730 on Ubuntu 10.10 64 >>> bit, libtool 2.2.6b >> >> I tried doing some searching on "eval: 1: libtool_args+=: not found" >> and came up with this: >> http://www.mail-archive.com/bac...@li.../msg04127.html >> >> which states >> >> "freshly installed ubuntus link /bin/sh to /bin/dash. Seems that some >> scripts use bashisms." >> >> But it doesn't help me. I actually tried their suggestion: >> >> rm /bin/sh && ln -s /bin/bash /bin/sh >> >> which wrecked Ubuntu 10.04 - even sudo didn't give me permission >> to create the symlink. >> >> Anyway if just typing "bash" at the command prompt changes the shell, it >> doesn't help me on Ubuntu 10.10 - I still get the >> "eval: 1: libtool_args+=: not found", then "syntax error in VERSION script". >> >> Sorry for ignorance. >> >> >> >> >> >> Gale > |