From: Francesco M. <f18...@ya...> - 2006-03-07 10:52:28
|
John Labenski ha scritto: > On 3/6/06, Francesco Montorsi <f18...@ya...> wrote: >> Hi, >> the website FAQ has been completed. Please feel free to propose >> changes, more Q&A or anything else. >> >> I've also completed the install.html file and autopackage spec file. >> >> One thing I think still needs to be done is: >> 1) remove bindings/wxwidgets/fl.i >> 2) remove samples/fldemo.wx.lua >> >> I mean: FL is old and unmaintained. And it's not built together with wx. >> Currently it doesn't work with wxLua (since it should be moved to >> bindings/wxfl and a new module should be created, isn't it?) so I think > > No it would work just like wxstc before we separated it, it's turned > off using wxLUA_USE_FL 0. So if you turned it back on in wxluasetup.h > you'd get linker errors if you didn't link to wxfl.lib or whatever > it's called. yes: when I said it doesn't work I meant that putting wxLUA_USE_FL to 1 yields to linking errors... > >> it's best to just remove it... > > You're probably right. I hate to remove stuff like that since it's a > lot of work to put it back, but the FL has been dead for some time > now. I keep seeing messages of something new on wx-dev, but I haven't > checked to see if that's materialized yet. wxAUI is pretty good and there are also wxIFM and wxDockIt. wx developers have put the wxIFM patch in pending status: they want to see which library (wxAUI or wxIFM) is more used and then they will integrate the winning one... > > The plot.i file should also go into it's own directory. I see messages > on wx-users that people seem to use the plot widget every once in a > while. Maybe we should keep that, if nothing else it shows how easy it > is to make a binding for a outside library. > bindings/wxplot > modules/wxbindplot yes, I agree > > I can do both of these things tonight, I can just clear out the files > (so it'll still compile) like I did before and when you rebake you'll > just have to remove the empty files. ok, sure. Just a tip: you can cvs remove -f the files directly instead of just empting them. Then I'll just update bakefiles and run bakefile_gen... Francesco |