Hi John,

> You can already do that too... see CMAKE_SKIP_INSTALL_ALL_DEPENDENCY here :
> http://wxlua.sourceforge.net/docs/install.html#C4

I added -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=TRUE and ran "make
wxLuaModule" (to get wx.* library), but still got the same error and
didn't get to wx.* file:

>> 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

Paul.

On Thu, Mar 7, 2013 at 8:19 PM, John Labenski <jlaben...@gmail.com> wrote:
> On Thu, Mar 7, 2013 at 2:46 PM, Paul K <paulclin...@yahoo.com> 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
>
> ------------------------------------------------------------------------------
> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
> endpoint security space. For insight on selecting the right partner to
> tackle endpoint security challenges, access the full report.
> http://p.sf.net/sfu/symantec-dev2dev
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to