From: John L. <jla...@gm...> - 2006-05-08 15:27:20
|
On 5/8/06, Francesco Montorsi <f18...@ya...> wrote: > John Labenski ha scritto: > > On 5/7/06, Steve Kieu <ha...@ya...> > > wrote: > >> One comment, If you allow the configure flags --enable-wxlua-debug=3D= no > >> then > >> configure should > >> > >> - Whether build wxlua without debug and remove the linking flags so it > >> builds wxlua > >> - Or completely disable the building of wxlua; so only library will be > >> built. > >> > >> As I disable debug and when it link wxlua, it gives the error that no > >> debug > >> lib available (of course) ; If go to the make file remove the link > >> flags it > >> will give unresolve symbol ; so wxlua much depends on the debug option= s. > > > > Ok, I'll see what I can do about this. It's pretty harmless to just > > build the debug library for now since its pretty small. > I'm not sure to understand what's the problem here ? > Is it that wxluaapp depends from wxluadebug module ? I think that what he's talking about. He wants to build wxlua without the wxluadebug lib, but without explicitly telling it not to try to compile the apps. > If yes just adding: > > <template id=3D"wxluaapp" template=3D"wxlua" cond=3D"WXLUADEBUG=3D=3D'1'"= > > ^^^^^^^^^^^^^^^^^^^^^^^^^ > to apps\build\bakefiles\apps.bkl will do it... > > let me know if I should apply this and rebake... That would be great. Thanks, John |