From: Francesco M. <f18...@ya...> - 2006-04-12 22:15:28
|
Leandro Motta Barros ha scritto: > On 4/12/06, Francesco Montorsi <f18...@ya...> wrote: >> 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. > > Nice, thanks :-) > > Just a note: I've just recompiled wxLua from updated CVS sources, and > this change was not yet there. In fact, 'wxluasetup.h' is still being > installed at 'src/wxbind/setup/' (and this was fixed a week ago, > perhaps). Does the SourgeForge CVS take so much time to make the > updates available or I am doing something wrong here? reading SF status page I see that anonymous-developer CVS synch is still not working... that's a real pity :( Hopefully it will be reenabled before next release. Francesco |