Search found 29 matches

by plivesey
Tue Jan 22, 2008 5:30 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

I have the 10.4 and 10.5 SDKs installed How do I configure wxWidgets for intel only? I left --enable-universal_binary off of the configure command. Have you tried --disable-universal-binary ? Universal is the default I think. If this build is just for you, --without-macosx-sdk may, or may not, help...
by plivesey
Tue Jan 22, 2008 3:49 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

No, I have Leopard on a MacPro. lipo -info just yields the help menu: jarmac:build jar$ lipo -info lipo: no input files specified lipo: Usage: lipo [input_file] ... [-arch <arch_type> input_file] ... [-info] [-detailed_info] [-output output_file] [-create] [-arch_blank <arch_type>] [-thin <arch_typ...
by plivesey
Tue Jan 22, 2008 10:40 am
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

Not having much luck. 1) How do you override the path in xcode? As I explained in a previous post, for Xcode 3 at least, go to Audacity in the targets section and click "info". Go to the "Build" pane and then the "User defined" section. The settings for wxWidgets are in there. Remember there is a "...
by plivesey
Tue Jan 22, 2008 1:02 am
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

I downloaded the latest wxWidget 2.8.7 from the link on page 1 here. I did configure with no switches. Then make, and make install. I used the cvs command to get the latest audacity beta code I hope. cvs -d:pserver:[email protected].cvs.sourceforge.net:/cvsroot/audacity checkout audacity jarmac:wx...
by plivesey
Mon Jan 21, 2008 10:49 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

I need a little more information than this to help you. Which wxWidgets are you using. Did you build it or are you using the one that comes with OSX? If you built it is it static or dynamic? Are you building with configure or via Xcode? If Xcode which version. I have given fairly comprehensive instr...
by plivesey
Mon Jan 21, 2008 8:53 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

How about posting the Mac 1.3.4 build back on the audacity site? Thanks, Jim I was waiting for my new Intel machine to arrive so I could test on that before posting but that's been delayed with Apple for a few weeks. So, if anyone can tell me what they'd like posting and where to post it, I'll get ...
by plivesey
Sat Jan 05, 2008 6:42 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

@plivesey: AudioIO.cpp: This areas has already had some changes in CVS since 1.3.4 was released - can you try the current CVS HEAD code and let us know if this has the same problem? The crash is with the latest version. 1.177 from memory. Doing a rebuild with the 1.3.4 tag to see if it's there too....
by plivesey
Sat Jan 05, 2008 12:01 am
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

OK, a few tips for everybody. I've had 1.3.4 running, as a universal binary on a ppc. It's worked with wxWidgets 2.6.4 and 2.8.7 and with the shared library that comes with OSX 10.5.1 Leopard. Here's what to do, this is all assuming Xcode 3 on Leopard. Build wxWidgets from the command line. Make a b...
by plivesey
Fri Jan 04, 2008 12:51 pm
Forum: Mac OS X
Topic: Latest beta release of Audacity - 1.3.3 or 1.3.4?
Replies: 38
Views: 20419

Re: Latest beta release of Audacity - 1.3.3 or 1.3.4?

Did you compile this as a Universal Binary or Intel only? I'm doing a universal at the moment and there are a few issues in getting it all working, especially with version 2.6.4 of wxWidgets which needs a little bit of fiddling to get the linking to work. 2.8 is easier but doesn't appear that stable...