From: Francesco M. <f18...@ya...> - 2007-08-01 10:09:18
|
Hi, John Labenski ha scritto: > On 7/31/07, Francesco Montorsi <f18...@ya...> wrote: >> John Labenski ha scritto: >>> I'll try to do a binary release tomorrow, the source will have to wait >>> since the configure script is still not working. >> I can give an hand with this release. >> However I cannot understand why configure script still doesn't work... >> which errors do you get? > > It has more to do with the extra binding libs. I tried to copy > everything that the stc module had in the bakefiles, but currently > only base, core, and stc are made. I'm not sure why base and core work > since neither existed before and that's why I'm guessing it has > something to do with configure and that we need checks for the > existence of all of the libs. I've found the problem. When adding new options to the options.bkl files, also configure.ac needs to be updated accordingly: I've just committed the fix and tried to build latest wxLua against wx2.8.4 in shared+debug+ansi mode and it works. I've also modified a bit the bakefiles so that inter-modules dependencies are now handled correctly (to avoid e.g. that wxbindnet gets built before wxbindbase). Let me know if it works for you, too. >> Unfortunately I cannot build wxLua CVS HEAD now because I miss a wx28 on >> my system (I always use wxTRUNK and that gives troubles because of the >> string changes). I'm going to checkout wx28 and test a build against >> that right now btw. > > Thanks, I'll try to get it going with wxWidgets trunk, but I'm afraid > that there may be some other big changes. I really want to get this > release out to fix at least one of the bugs first though. I know, there are various changes in wx3. Given however that wx2.9 is not out yet, I think it will elapse a lot of time before wx3 will be ready and thus there's no hurry ;) Francesco |