Page 1 of 1

svn: missing .Po files

Posted: Thu Dec 26, 2013 5:12 pm
by arty
Compiling from svn doesn't build anymore:

Code: Select all

Makefile:1947: .deps/audacity-TrackPanel.Po: No such file or directory
Makefile:1948: .deps/audacity-TrackPanelAx.Po: No such file or directory
Makefile:1949: .deps/audacity-UndoManager.Po: No such file or directory
Makefile:1950: .deps/audacity-VoiceKey.Po: No such file or directory
Makefile:1951: .deps/audacity-WaveClip.Po: No such file or directory
Makefile:1952: .deps/audacity-WaveTrack.Po: No such file or directory
'make clean' also complains about same missing files and there isn't an autogen.sh anymore...

Re: svn: missing .Po files

Posted: Thu Dec 26, 2013 8:43 pm
by arty
I've found this forum before the archived mailing list...
http://audacity.238276.n2.nabble.com/Re ... 60911.html

They suggest using 'autoreconf --no-recursive' before configure or '--enable-maintainer-mode' with configure
This fails when using a newer automake

Using 'autoreconf --no-recursive --install' did the magic ;)

Problem solved.