From: Francesco M. <f18...@ya...> - 2006-01-25 18:19:14
|
Hi, John Labenski ha scritto: > On 1/23/06, Francesco Montorsi <f18...@ya...> wrote: > >>>>>./../modules/wxbind/include/wxbind.h:127:6: warning: "wxUSE_WAVE" is >>>>>not defined > Ok, I've added a new setting in wx.rules where you can add any > additional code for the binding header. There is where I've placed > > #ifndef wxUSE_WAVE > #define wxUSE_WAVE 0 > #endif > > so that ti should work anywhere. It's a little bit of a hack, but I > think this is all we can do to maintain backwards compatibility. I confirm that wxUSE_WAVE warning is disappeared. Still we have at least the following problems: 1) STC (more generically CONTRIB) problem 2) wxLUA_USE_wxCriticalSectionLocker is not defined - maybe it should be added to wxluasetup.h 3) wxLua application needs wxStyledTextCtrl wrapper and an error should be given when it's not available instead of just failing it at runtime (IMO) 4) currently doing a thing like: mkdir mybuild && cd mybuild && ../configure && make doesn't work. I'm going to fix this tomorrow. 5) change the target names to avoid clashes with system installations of LUA. For more info about #1 and #3 please look at my other mails in this same thread. For #5 see 'target names' thread. Francesco |