wxWidgets Build on OSX
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
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
wxWidgets Build on OSX
Hi,
I'm attempting to build Audacity on OSX (10.9.4) using Xcode (5.1.1).
As a start I've built wxWidgets (which in itself was not straightforward!). I'm wondering why four different builds of wxWidgets are necessary(see <http://wiki.audacityteam.org/wiki/Build ... _wxWidgets>)? If I were to go with just one build, which would be best?
Cheers,
Chris
I'm attempting to build Audacity on OSX (10.9.4) using Xcode (5.1.1).
As a start I've built wxWidgets (which in itself was not straightforward!). I'm wondering why four different builds of wxWidgets are necessary(see <http://wiki.audacityteam.org/wiki/Build ... _wxWidgets>)? If I were to go with just one build, which would be best?
Cheers,
Chris
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: wxWidgets Build on OSX
I assume you realise that you won't be able to build Audacity unless you also have Xcode 3 and Xcode 4, nor (for that reason) will you likely be able to build Audacity on a machine that started with a Mavericks install.cpsmusic wrote:Hi,
I'm attempting to build Audacity on OSX (10.9.4) using Xcode (5.1.1).
As a start I've built wxWidgets (which in itself was not straightforward!). I'm wondering why four different builds of wxWidgets are necessary(see <http://wiki.audacityteam.org/wiki/Build ... _wxWidgets>)? If I were to go with just one build, which would be best?
Cheers,
Chris
If you really want to change the Widgets configurations, you can amend the widgets build script available on the above page so that it only builds release (or if you are going to join Audacity as a developer, only builds debug).
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: wxWidgets Build on OSX
Any idea why Xcode 3 and 4 are required?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: wxWidgets Build on OSX
Because Audacity still supports PPC. Mac builds made for official releases are universal binaries that run on both Intel and PPC Mac's.cpsmusic wrote:Any idea why Xcode 3 and 4 are required?
We may drop PPC support soon.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: wxWidgets Build on OSX
If that's the case then are the earlier Xcode versions only required because of their associated platform SDKs (giving the ability to target older versions of OSX) or is there actual code that requires the earlier versions? That is, is it possible to build an OSX 10.9-only version of Audacity?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: wxWidgets Build on OSX
No. The steps at http://wiki.audacityteam.org/wiki/Building_On_Mac actually produce a universal binary. The Xcode 3.x SDK is currently required, even if you make a native Intel build.cpsmusic wrote:Is it possible to build an OSX 10.9-only version of Audacity?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: wxWidgets Build on OSX
Any idea what the older SDKs are being used for?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: wxWidgets Build on OSX
As I stated before, to provide PPC support.cpsmusic wrote:Any idea what the older SDKs are being used for?
Are you trying to do anything specific, apart from build Audacity?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: wxWidgets Build on OSX
No, I'm just trying to get a build working on OSX but I don't want to revert to older OSs to do this. I'm also not interested in PPC. I was hoping that this might be possible but it's not clear how difficult this would be to actually do.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: wxWidgets Build on OSX
Try to build Audacity having built Widgets, and tell us where it fails (I'm very confident it will). Then I'll raise a bug report.
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual