From: John L. <jla...@gm...> - 2012-10-20 03:50:36
|
On Fri, Oct 19, 2012 at 6:27 AM, Konstantin <lal...@gm...> wrote: > On Linux compilation r151 success. > > The last thing is building in Windows (same revision 151): > > CMake generator is NMake Makefiles. > Compilation in the Visual Studio 2010 console. > > I have errors on RS.exe (Resource Compiler) executing > It do not know anything about definitions like /W3 or W4 or /MP I unfortunately don't have VC2010, I think I understand the problem though, but it would help if you could post the error messages exactly. > When i commented out Lines 340 and 356 in CMakewxAppLib.cmake (Section > "Special definitions for building") > the wxLua project was built successfully! I changed using add_definition() to setting the CMAKE_CXX_FLAGS. Hopefully it should work now. Regards, John |