Steve the Fiddle
2017-07-10 09:10:59 UTC
Build fails on Ubuntu / Xubuntu 16.04 (the current long term support version).
1) Ubuntu 16.04 uses g++ 5 by default, which worked fine last week,
but is now too new for Audacity.
2) Even after downgrading to g++ 4.9, I get the build error:
audacity-AudioIO.o: In function `AudioIO::MidiTime()':
/audacity/build/src/../../src/AudioIO.cpp:3984: undefined reference to
`PaUtil_GetTime'
collect2: error: ld returned 1 exit status
Makefile:2350: recipe for target 'audacity' failed
Steve
1) Ubuntu 16.04 uses g++ 5 by default, which worked fine last week,
but is now too new for Audacity.
2) Even after downgrading to g++ 4.9, I get the build error:
audacity-AudioIO.o: In function `AudioIO::MidiTime()':
/audacity/build/src/../../src/AudioIO.cpp:3984: undefined reference to
`PaUtil_GetTime'
collect2: error: ld returned 1 exit status
Makefile:2350: recipe for target 'audacity' failed
Steve