Search found 5 matches

by grav
Thu Apr 02, 2009 9:15 pm
Forum: Compiling Audacity
Topic: Problems building on Mac
Replies: 6
Views: 3229

Re: Problems building on Mac

Ok, I finally managed to get it to build by: Applying the patch in the mac-dir on wxWidgets 2.8.9 cd /path/to/wxMac-2.8.9 # I think this takes care of some wx sound probs patch -p1 < /path/to/audacityrepos/mac/wxMac-2.8.9.patch ./configure --disable-compat26 --with-expat=builtin --with-zlib=builtin ...
by grav
Thu Apr 02, 2009 8:06 pm
Forum: Compiling Audacity
Topic: Problems building on Mac
Replies: 6
Views: 3229

Re: Problems building on Mac

I think you're really close to a successful build. Let me know if you get it working. Well, I got rid of the $UNIX2003 - I think it had something to do with building wx for 10.5. Anyways, now I build wxWidgets using this: ../configure --disable-compat26 --with-expat=builtin --with-zlib=builtin --wi...
by grav
Tue Mar 31, 2009 2:18 pm
Forum: Compiling Audacity
Topic: Problems building on Mac
Replies: 6
Views: 3229

Re: Problems building on Mac

Hmm, could it be that I've built wxWidgets for 10.5 but I am trying to build Audacity for 10.4? I've tried compiling Audacity for 10.5 instead, but this gives other errors. So if the problem is indeed that wxWidgets needs to be compiled for 10.4, how do I do that on a 10.5 machine? Edit: and by the ...
by grav
Tue Mar 31, 2009 12:03 pm
Forum: Compiling Audacity
Topic: Problems building on Mac
Replies: 6
Views: 3229

Re: Problems building on Mac

wxWindows was configured with the following switches ./configure --disable-shared --enable-static --enable-unicode --disable-dependency-tracking --disable-monolithic --prefix=/Users/bcox/Development/audacity/wx/ Yep, this took care of a lot of problems - now wx-config seems to look for the config f...
by grav
Mon Mar 30, 2009 9:35 pm
Forum: Compiling Audacity
Topic: Problems building on Mac
Replies: 6
Views: 3229

Problems building on Mac

OS 10.5.6 wxWidgets 2.8.9, local install, compiled using --enable-unicode --disable-shared, had to copy lib/wx/config/mac-unicode-release-static-2.8 to /usr/local/lib/wx/config in order for wx-config to find it. If I try building the Active Target Configure in Xcode, I get: *** missing separator. St...