From: Francesco M. <f18...@ya...> - 2006-04-12 18:07:32
|
Leandro Motta Barros ha scritto: > On 4/2/06, Francesco Montorsi <f18...@ya...> wrote: >> Leandro Motta Barros ha scritto: >>> 1. My wxWidgets installation doesn't include wxSTC, and I had to >>> manually pass the '--disable-wxbindstc' flag to the 'configure' >>> script. It would be nice if 'configure' could test for 'wxSTC' >>> presence and disable it automatically if it isn't found. >> configure already tests for wxSTC... didn't you get a message 'wxSTC >> could not be found etc etc' ? > > Yes, but 'configure' aborted just after the message. I thought it > should keep going, just with wxSTC support disabled. Issuing a warning > perhaps. Thinking deeper about it you're probably right: a successfull compilation is the most important thing to make sure the user tries the program. So, I've changed it from an error to a big warning. Without wxSTC now compilations will proceed but wxLuaApp and wxLuaEdit apps will be disabled. Francesco |