Re: [Audacity-devel] OS X Compile error
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Dominic M. <do...@mi...> - 2003-07-14 17:09:47
|
Terje Tjervaag wrote: > Hi people, > > Just wondering if anyone could give me a hand in getting Audacity > compiling on my mac. I have taken the latest source from CVS, and have > done a clean checkout twice so that can't be where the problem is. > This is what I'm getting: > > File "../mac/audacity.r"; Line 74; ### /Developer/Tools/Rez - There are > duplicate resources of the type 'ICN#' and id 128. > File "../mac/audacity.r"; ### /Developer/Tools/Rez - Since errors > occurred, ../Audacity.app's resource fork was not written. > make[1]: *** [../audacity] Error 2 > make: *** [audacity] Error 2 > > I tried removing every reference with ID 128 in audacity.r and then it > worked, but surely those are there for a reason? :-) Yes - the problem is that the latest wxMac happens to also include a resource with the same ID number. The one in wxMac is the one that should actually be deleted, or renumbered. I have a patch in the audacity/mac directory - if you apply this against wxMac 2.4.1, it will solve this problem and add some additional functionality. Note that some of my changes are unfinished; you'll see some flickering caused by mismatched aliased and anti-aliased fonts, but I hope to fix these soon. - Dominic > Thanks! > > Terje > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > _______________________________________________ > Audacity-devel mailing list > Aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel |