From: John L. <jla...@gm...> - 2013-03-08 04:19:25
|
On Thu, Mar 7, 2013 at 2:46 PM, Paul K <pau...@ya...> wrote: > Hi John, > >>> 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. > > There is one small issue when I select wxLuaModule as the only target > for make; subsequent "make install" fails with this message when it > tries to install (missing) wxstedit libs: > > (...more Installing... messages) > -- Installing: .../apps/wxluafreeze/wxluafreeze.lua > CMake Error at modules/wxstedit/cmake_install.cmake:31 (FILE): > file INSTALL cannot find > ".../wxlua/wxLua/lib/MinSizeRel/libwxstedit-wx29-1.6.0.a". > Call Stack (most recent call first): > cmake_install.cmake:129 (INCLUDE) > > make: *** [install/strip] Error 1 > > It would be nice to skip installing components that haven't been built. You can already do that too... see CMAKE_SKIP_INSTALL_ALL_DEPENDENCY here : http://wxlua.sourceforge.net/docs/install.html#C4 The svn install doc is far more complete. Regards, John |