Search found 29 matches

by plivesey
Wed Jan 26, 2011 12:22 am
Forum: Compiling Audacity
Topic: Building on OSX 10.6 Snow Leopard
Replies: 14
Views: 17982

Re: Building on OSX 10.6 Snow Leopard

It would appear that something is not quite right with the project file resulting in random build failures. This appears to help. After grabbing Audacity, build the Configure target before Audacity. This should happen automatically but is randomly failing. xcodebuild -target Configure -configuration...
by plivesey
Tue Jan 25, 2011 10:52 pm
Forum: Compiling Audacity
Topic: Building on OSX 10.6 Snow Leopard
Replies: 14
Views: 17982

Building on OSX 10.6 Snow Leopard

There have been a few requests of late on the mailing list about how to build on Snow Leopard. This is a first attempt at a working method. NOTE: currently the universal release builds are not building but the Intel only Debug ones are. Building wxMac The following is a shell script that will build ...
by plivesey
Thu Nov 26, 2009 1:15 am
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Replying to myself again, I tried a clean build of wxMac-2.8.10 on an intel machine running 10.5.8 and Xcode 3.1.3 and it went without a hitch using your configure line, so I'm at a bit of a loss here.

Any more information is always useful.

Paul.
by plivesey
Thu Nov 26, 2009 12:53 am
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

You had enough disk space to build this, right?

Have seen similar errors when disk space ran out.

Paul.
by plivesey
Thu Nov 26, 2009 12:41 am
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Did you patch wxMac before trying to build it?

Paul.
by plivesey
Wed Nov 25, 2009 11:44 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Right, when you built wxMac did you add "--with-expat=builtin" to the configure line? You should have done, it helps. Also, did you patch wxMac before building it? This is important for later. Look in the wxMac install directory and check that the relevant libs were built and are there. libwxexpat-2...
by plivesey
Wed Nov 25, 2009 7:08 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

That's peculiar as it's almost exactly what my build machine is.

Are you quite sure that this is the first error that gets output?

Paul.
by plivesey
Wed Nov 25, 2009 5:15 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

OK, a quick question that might help, what OS and version of Xcode are you using?

Regards,

Paul.
by plivesey
Mon Nov 23, 2009 10:54 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

I think ansi builds are not necessarily good. All I can suggest is build a unicode wxMac and then build the corresponding Audacity. The current source tree does work according to my nightly build machine. xcodebuild -target Audacity -configuration "Debug Static" WX_PREFIX=whatever Hope this helps, P...
by plivesey
Mon Nov 23, 2009 5:57 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

/Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib is a symbolic link to /usr/local/lib, ie user installed libraries, not system ones So, somewhere along the line, you've installed libJPEG yourself but only a single architecture version and this is getting found before the proper system one. libJPEG shou...