From: John L. <jla...@gm...> - 2013-03-07 07:02:12
|
On Thu, Mar 7, 2013 at 1:08 AM, Paul K <pau...@ya...> wrote: > Hi John, > >> 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 > > Just to elaborate on this a bit; I was just compiling wxlua on Linux > and ran into an issue with wxStEdit. It requires xrc, which I don't > include in my version of wx.so, but I don't see any option to skip > building wxStEdit, which breaks the build process (because of missing > dependencies). I ended up removing it from Cmake configuration > manually (through the gui). Is there an option I'm missing to disable > this and other components that are not required for generating wx > library? Thank you. No options for disabling parts. I would include xrc as people can and do use that for GUI layout, see the calculator sample. Regards, John |