From: Andre A. <ar...@ki...> - 2012-05-04 07:55:34
|
-- COMMAND LINE md wxWidgets set WXWIN=wxWidgets "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat" --- DEV STUDIO open E:\wxWidgets\build\msw\wx_vc9.sln compile default -- COMMAND LINE "E:\Program Files (x86)\CMake 2.8\bin\cmake-gui.exe" -- CMAKE source: E:/wxWidgets/wxLua dest: E:/wxWidgets/wxLua/cmake ***************************************************************************** * BUILD TYPE: Debug * BUILD_SHARED_LIBS: OFF ***************************************************************************** * System is 32-bit TRUE, is 64-bit FALSE ***************************************************************************** * CMAKE_SOURCE_DIR = E:/wxWidgets/wxLua * CMAKE_BINARY_DIR = E:/wxWidgets/wxLua/cmake ***************************************************************************** * Using these wxWidgets components: stc;scintilla;xrc;xml;net;media;richtext;aui;html;adv;core;base * * Found wxWidgets : * - wxWidgets_VERSION = 2.9.3 = 2.9.3 * - wxWidgets_COMPONENTS = stc;scintilla;xrc;xml;net;media;richtext;aui;html;adv;core;base * - wxWidgets_INCLUDE_DIRS = E:/wxWidgets/lib/vc_lib/mswud;E:/wxWidgets/include * - wxWidgets_LIBRARY_DIRS = * - wxWidgets_LIBRARIES = E:/wxWidgets/lib/vc_lib/wxmsw29ud_stc.lib (REMOVE THE REST) * - wxWidgets_CXX_FLAGS = * - wxWidgets_DEFINITIONS = UNICODE;_UNICODE * - wxWidgets_DEFINITIONS_DEBUG = _DEBUG;__WXDEBUG__ * - wxWidgets_PORTNAME = msw * - wxWidgets_UNIVNAME = * - wxWidgets_UNICODEFLAG = u * - wxWidgets_DEBUGFLAG = d --- DEV STUDIO open: E:\wxWidgets\wxLua\cmake\apps\wxLuaApps.sln (compile default) same errors Andre |