Building and customizing Audacity from the source code.
-
arty
- Posts: 4
- Joined: Thu Dec 26, 2013 4:58 pm
- Operating System: Please select
Post
by arty » Thu Dec 26, 2013 5:12 pm
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...
-
arty
- Posts: 4
- Joined: Thu Dec 26, 2013 4:58 pm
- Operating System: Please select
Post
by arty » Thu Dec 26, 2013 8:43 pm
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.