From: Francesco M. <f18...@ya...> - 2006-01-23 19:38:48
|
Hi, > However I still get undefined reference to: > > /wxlua/src/wxlstate.cpp:1740: undefined reference to `s_wxluatag_wxWindow' > ./wxlua/src/internal.cpp:1049: undefined reference to > `s_wxluatag_wxEvtHandler' > ./wxlua/src/internal.cpp:1176: undefined reference to `s_wxluatag_wxBitmap' > > I'm still looking to these because now I can see that these symbols are > defined and compiled. > Probably I need to play with library order. > As soon as I solve this, I'll commit my bakefile changes. I've solved linking problems and committed my bakefile changes. Unfortunately I have a problem when running "wxlua" application: [string "bin/wxlua"]:374: attempt to call field `wxStyledTextCtrl' (a nil value)wxLua: Error while running chunkwxLua: Error while running chunk This is probably because I put wxLUA_USE_StyledTextCtrl to 0; maybe a check like: #if !wxLUA_USE_wxStyledTextCtrl #error wxLua application needs wxStyledTextCtrl ! #endif should be added to some wxlua app source code ? Francesco |