From: John L. <jla...@gm...> - 2013-03-07 07:39:18
|
On Wed, Mar 6, 2013 at 11:56 PM, Paul K <pau...@ya...> wrote: > Hi John, > > I tried to compile the latest wxlua and ran into compilation errors > (both on OSX and Windows). I also tried with rev 163 (before Lua 5.2 > changes) and compiled it successfully (also on both platforms). The > error messages I got are at the bottom of the email. Thanks for reporting, it should be fixed now. > Tangentially related; would it be possible to expose > wxstc.wxStyledTextCtrl.GetLibraryVersionInfo in the API? I'd like to > show Scintilla version number in the About screen. Sure. > While we are on the topic of building wxlua, is it possible to provide > a parameter for configure to disable building of all > executables/applications and also disable building of debug/socket > libraries (which I don't need)? I regularly rebuild from source and > this would noticeably speed up the process (I only need > wx.dll/dylib/so). Thank you. You can already choose to build whatever libs and apps you want right now. Choose the project you want to build in MSVC or run "make help" for GCC to list all the targets. Regards, John |