Re: [Audacity-devel] non-ascii labels
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Leland <aud...@ho...> - 2006-09-19 21:48:21
|
On 9/19/06 4:40 PM, "Richard Ash (audacity-devel)" <ri...@au...> wrote: > Leland wrote: >> There is another option that I just tried...just link against the wxexpat >> library that's built for Widgets anyway. Since, as Dominic has pointed >> out, the API is the same it works just dandy and gets us upto 1.95.6 >> without bloating the src tree. > > Could we be smart and use that for static linked builds and if available > on Linux, and look for a system one if the wxGTK hasn't got xml support > (which is possible under linux). How dould we test for xml support in wx? > It's usually built as a separate library, but I'll have to check the Linux box to see. I don't see what configure couldn't be changed to look for it. But, is it really something we want to depend on? Of course, if it doesn't already exist on the system, we just fall back to the local src copy. I'll look into it... Leland |