From: Francesco M. <f18...@ya...> - 2006-01-27 22:16:01
|
Hi, I've committed last changes to build system. These fix the point #4 and #5 below and add the "docs" target to the makefiles. Francesco Montorsi ha scritto: > 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 looking to wxluasetup.h I've found that there is a heading which says that it's generated by "utils/get_luasetup"; however I couldn't find that util. Is that true or that's an old comment? > 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. now works nicely > > 5) change the target names to avoid clashes with system installations of > LUA. done. However I think that we have some more issues: 6) there are various files which have lines like: #include "../../../art/something.xpm" these needs to be changed! If noone is contrary, I'll do these changes. 7) can I start to connect the options WXLUASETUP_DIR and WXLUABINDLIB_DIR to the build system ? Francesco PS: I'd like to complete the build system of wxLua ASAP because I'm going to have busy weeks later... :( |