config.status: error: cannot find input file: `po/Makefile.i

OS: Ubuntu 14.04 x86_64
Cmds: WX_CONFIG=/usr/bin/wx-config ./configure

Preceeding output:

configure: Using LOCAL libraries for WIDGETEXTRA
checking for library containing dlopen… -ldl
checking for GTK… yes
checking for snd_pcm_open in -lasound… yes
checking for JACK… no
checking for HPI_SubSysCreate in -lhpi… no
checking for clock_gettime in -lrt… yes
checking for clock_gettime… yes
checking for nanosleep… yes
checking for lrint… yes
checking for lrintf… yes
checking that generated files are newer than configure… done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating help/Makefile
config.status: creating images/Makefile
config.status: creating lib-src/Makefile
config.status: error: cannot find input file: `po/Makefile.in.in’

Did not find any reference to this error on Google search that was relevant here. Any help appreciated. Thanks!

Try using these instructions: http://wiki.audacityteam.org/wiki/CompilingAudacityForBeginners#Example_compiling_the_latest_Audacity_source_code_on_Ubuntu_and_derivatives_.28like_Linux_Mint.29

Thank you very much. I followed those. The only other information I did not provide is that I used the Git repository:

git clone git@github.com:Audacity-Team/Audacity

I didn’t want to install SVN.

Anyways, it’s okay. My purpose is mathematical modeling, so I’m going to fork off the files I need and sever the dependency on wx…

Despite what GitHub - Audacity-Team/Audacity: A mirror of the Audacity svn at http://audacity.googlecode.com/svn/audacity-src/trunk/ says, that is not an official repository for Audacity. That was uploaded without Audacity Team’s permission.

Gale