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-23 09:36:37
|
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? > I just committed the change to allow the use of a system expat library with local still being the default. I didn't go for the wxexpat library since that was too much of a "future" unknown. Anyway, give it a try and see if it works for ya. Leland |