From: Francesco M. <f18...@ya...> - 2005-11-20 14:23:57
|
Hi, > The build system is not perfect yet; I'm trying to look what's wrong in > the bakefiles looking in your hand-written Makefile... I've found that both with your hand-written makefile and my bakefile I get these errors: ./../modules/wxbind/include/wxbind.h:64:30: error: wx/fl/controlbar.h: No such file or directory ./../modules/wxbind/include/wxbind.h:65:27: error: wx/fl/dyntbar.h: No such file or directory ./../modules/wxbind/include/wxbind.h:66:30: error: wx/fl/updatesmgr.h: No such file or directory ./../modules/wxbind/include/wxbind.h:67:30: error: wx/fl/hintanimpl.h: No such file or directory ./../modules/wxbind/include/wxbind.h:68:30: error: wx/fl/barhintspl.h: No such file or directory when compiling modules/wxlua/src/internal.cpp; I understand that these are because I haven't compiled & installed FL from wxWidgets. However my bindings/wxwidgets/luasetup.h script says #define wxLUA_USE_FL 0 but for some reason, internal.cpp includes luasetup.h.in: #include "../../../bindings/wxwidgets/luasetup.h.in" // get the base library setup parameters which instead has a: #define wxLUA_USE_FL 1 I'm not sure what should be done to fix the problem.... Francesco |