Search found 10 matches

by guitarguy91403
Sun Nov 29, 2009 2:21 am
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul, FINALLY, got it to work - Here's what I did to make it work on my laptop: patched wxMac-2.8.10 so that the result yielded: patching file include/wx/mac/carbon/sound.h patching file src/mac/carbon/sound.cpp Then configured and installed wxMac-2.8.10 with the following options: I included the...
by guitarguy91403
Thu Nov 26, 2009 1:43 am
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul, yep I'm stumped. Alas, I restarted. I made sure I patched wxMac. Then I made sure my drive had plenty of space: 29.01GB. I was able to run the configure line successfully: ../configure --prefix=/usr/local --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk --with-macosx-version-min=10.4 --dis...
by guitarguy91403
Thu Nov 26, 2009 12:29 am
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. Paul - thank you for catching that - I did not add "--with-expat=builtin" to the configure line... So I tr...
by guitarguy91403
Wed Nov 25, 2009 8:01 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul, I think it is the only error... I'm attaching 2 screenshots - The first is using Xcode 3.0: that returns the ImportQT.cpp error. Then on another system, Xcode 3.1.3 seems to compile ImportQT.cpp fine, but it gets caught up in: /usr/local/lib/libwxexpat-2.8.a: No such file or directory /usr/...
by guitarguy91403
Wed Nov 25, 2009 5:53 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul

Mac OS X 10.5.8

Xcode Version 3.0

Thank you
Max respect
GuitarGuy91403
by guitarguy91403
Wed Nov 25, 2009 5:04 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul, For ease, I find it easiest to build all four unicode versions of wxMac. I downloaded a fresh version of audacity-fullsrc-1.3.9.tar.bz2. I built all four unicode versions of wxMac. It also finds pkg-config properly. However, I am still getting an error in line 236 of ImportQT.cpp: UInt32 qu...
by guitarguy91403
Mon Nov 23, 2009 10:32 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Paul- thanks again - removing libjpeg worked - sort of So, I used the "Release Static" configuration, and modified the WX_CFLAGS so that it looked for "mac-ansi-release-static-2.8" which is on my computer. Then when I build, it actually accomplishes quite a bit until it hits the script ImportQT.cpp ...
by guitarguy91403
Mon Nov 23, 2009 5:01 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Thanks Paul, I moved the script and figured out that I was trying to run the script improperly. To get it to run: First, I had to: chmod +x ~/Desktop/wxMac-2.8.10/ShellScript Then, I ran the script using: ~/Desktop/wxMac-2.8.10/ShellScript Then, it churned away for a while, and then returned this me...
by guitarguy91403
Mon Nov 23, 2009 3:28 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hi Paul, I tried running the script, but it returns the error: /Users/guitarguy91403/Desktop/wxMac-2.8.10/docs/ShellScript.txt: line 57: ../configure: No such file or directory make: *** No rule to make target `clean'. Stop. make: *** No targets specified and no makefile found. Stop. make: *** No ru...
by guitarguy91403
Fri Nov 20, 2009 5:36 pm
Forum: Compiling Audacity
Topic: Compiling For Mac
Replies: 29
Views: 15012

Re: Compiling For Mac

Hello, I am trying to compile Audacity for Mac OS X 10.5.8 I've downloaded and installed: pkg-config-0.23 wxMac-2.8.10 When I try to compile Audacity from the command line with the following line in the mac/compile.txt file: ./configure --enable-static I receive the output: ... checking for a BSD-co...