Building on OSX 10.6 Snow Leopard

Building and customizing Audacity from the source code.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
bgravato
Posts: 2080
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Please select

Re: Building on OSX 10.6 Snow Leopard

Post by bgravato » Fri Feb 03, 2012 5:23 pm

artm wrote: I've built wxMac 2.8.12 from the sources downloaded from wxwidgets website. I didn't realize I needed to patch it first.
(...)
I noticed it mentioned later, after Audacity was built already and is working as far as I can see. How important is the patch?
I think the patches are available only for wxMac versions up to 2.8.11.
I guess that 2.8.12 probably doesn't need the patch anymore. The fact that you were able to build Audacity without any patching seems to indicate that.

I'm trying to build Audacity on a very similar environment. I was using wxMac 2.8.11. I'll try again with 2.8.12.

Thanks.
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Building on OSX 10.6 Snow Leopard

Post by Gale Andrews » Sat Feb 04, 2012 1:55 am

The 2.8.11 patch
http://code.google.com/p/audacity/sourc ... 8.11.patch

is still needed for Audacity releases against 2.8.12 because it prevents a hang when Audacity scans for VST plug-ins for the first time on OS X 10.5.8 (Leopard) PPC machines. If none of your users have 10.5 PPC, you don't need the patch.

I'll see about committing the patch somewhere if it doesn't get done.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Melebius
Posts: 1
Joined: Mon Mar 12, 2012 2:02 pm
Operating System: Please select

Re: Building on OSX 10.6 Snow Leopard

Post by Melebius » Sat May 12, 2012 7:31 am

Hi, thanks for the instructions, especially to plivesey. It worked for me after I made a few changes. They were necessary because I do not have 10.4 SDK installed on my computer – and it is not included by default when installing Xcode from Snow Leopard Install DVD.

In the buildwx.sh script I had to change the CONF_LINE like this:

Code: Select all

CONF_LINE="../configure CC=gcc-4.0 CXX=g++-4.0 LD=g++-4.0 --prefix=${PREFIX} 
                   --with-macosx-sdk=/Developer/SDKs/MacOSX10.5.sdk 
                   --with-macosx-version-min=10.5 --disable-compat26 
                   --with-expat=builtin --with-zlib=builtin --with-regex=builtin 
                   --enable-universal_binary=yes --enable-unicode=yes"
Before building Audacity using Xcode (I was not able to build it using make), open the Audacity.xcodeproj, use Get Info on the whole project and in the Project “Audacity” Info dialog, set Base SDK to Mac OS X 10.5 on the Build page.

Patrikt
Posts: 4
Joined: Sun Sep 09, 2012 6:04 pm
Operating System: Please select

Re: Building on OSX 10.6 Snow Leopard

Post by Patrikt » Tue Sep 25, 2012 4:14 pm

Hi, can enyone send me a link to Mac OS SDK 1.4u? I'm registered Apple developer, but can not find this old SDK.

thx.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Building on OSX 10.6 Snow Leopard

Post by Gale Andrews » Wed Sep 26, 2012 1:46 am

________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply