Search found 6 matches
- Tue Apr 28, 2015 8:07 pm
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
It could be your audacity.desktop file. Audacity 2.1.0 ships with src/audacity.desktop.in set to UBUNTU_MENUPROXY=0 which turns off the Unity features in Audacity, but allows keyboard shortcuts to display in the Audacity menus (which they don't otherwise). So try changing the 0 value to 1. Thanks f...
- Tue Apr 28, 2015 2:00 am
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
Audacity has just moved over to GitHub https://github.com/audacity/audacity You can download the current sourcecode from there as a ZIP archive. I think that you should be able to simply copy the entire /lib-src/libsoxr directory into the /lib-src/ directory of your source tree. Okay, so I tried th...
- Tue Apr 28, 2015 12:28 am
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
Which version of libsoxr did you install? I compiled 0.1.1 and then made a deb package using checkinstall and installed it. I did not run ldconfig after installing it. Where are you executing ./audacity from? The build folder, or have you installed Audacity and are executing it from there? I execut...
- Mon Apr 27, 2015 7:36 pm
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
Well, I'm getting closer. I ended up compiling libsoxr from source and installing it separately. Then went back to audacity and the configure looked good. Rebuilding it, everything went okay until I tried to execute ./audacity to test it and I got a message that it could not open the libsoxr.so.0 sh...
- Mon Apr 27, 2015 6:26 pm
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
For Ubuntu 12.04 LTS (which is still a supported version), libsoxr is not available in the repositories. Would it work just to drop the source code from sourceforge into audacity's lib-src directory if I created a libsoxr directory there for it?
- Mon Apr 27, 2015 4:27 pm
- Forum: GNU/Linux
- Topic: Error compiling 2.1.0
- Replies: 15
- Views: 3664
Re: Error compiling 2.1.0
I'm having the same errors at the same place on Ubuntu 12.04. I noticed that, unlike the source for 2.0.6, the 2.1.0 source tree did not include the directory lib-src/libsoxr in the copy I downloaded. Is the source for libsoxr somehow missing? Incidentally, I had noticed earlier that after ./configu...