Compile fails on SVN Audacity in OpenSUSE [SOLVED]
Posted: Sun Sep 28, 2014 2:28 pm
I'm currently attempting to build and install Audacity on OpenSUSE 12.2, x64.
And I have followed all the instructions listed in the following pages:
http://wiki.audacityteam.org/wiki/Devel ... ng_on_Unix
http://wiki.audacityteam.org/wiki/Compi ... ress_wxGTK
I have my own copy of WxGTK installed in /home/etna/Downloads/Applications/Audacity/dependencies. To make the compiler aware of the libraries, I have also done the following step:
I have also configured Audacity with the following:
However, when running make, the build fails at the linker stage with a ton of messages pointing to undefined reference to 'wxString...' as shown in the pastebin link: http://pastebin.com/wKf9gF6T
Any assistance will be greatly appreciated.
And I have followed all the instructions listed in the following pages:
http://wiki.audacityteam.org/wiki/Devel ... ng_on_Unix
http://wiki.audacityteam.org/wiki/Compi ... ress_wxGTK
I have my own copy of WxGTK installed in /home/etna/Downloads/Applications/Audacity/dependencies. To make the compiler aware of the libraries, I have also done the following step:
Code: Select all
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/etna/Downloads/Applications/Audacity/dependencies/lib64Code: Select all
WX_CONFIG=/home/etna/Downloads/Applications/Audacity/dependencies/bin/wx-config ./configure --with-libvorbis --with-libflac --with-ffmpeg --with-lame --with-libid3tag --with-libmad --prefix=/home/etna/Downloads/Applications/AudacityAny assistance will be greatly appreciated.