This is command line with arguments to cmake and cmake response just for 
standard gcc_lib (not gcc_libmin custom setting)
///////////////////////////////////////////////
C:\LUA\wxlua-sources\buid_min_static_unicode2.8>"C:\Program Files\CMake 
2.8\bin\cmake"  -G"MinGW Makefiles" -DCMAKE_BUILD_TYP
E=MinSizeRel  -DwxWidgets_ROOT_DIR="C:/wxWidgets-2.8.12/"  
-DwxWidgets_CONFIGURATION=mswu 
  -DBUILD_VERBOSELY=TRUE -DBUILD_SHARED_LIBS=FALSE 
-DwxLua_LUA_LIBRARY_USE_BUILTIN=FALSE 
 -DwxLua_LUA_LIBRARY="C:/LUA/luabuildmingw/lua51.dll" -DwxLua_LUA_INCLUDE

_DIR="C:/LUA/lua-5.1.5/include"  ../wxlua
-- The C compiler identification is GNU 4.7.0
-- The CXX compiler identification is GNU 4.7.0
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
-- Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--  
* ---------------------------------------------------------------------------
-- * CMake command line options and tips specific to this project
-- *
-- * In the CMake GUI you can set values and press configure a few times 
since
-- * sometimes once is not enough, after a few configurations, press 
generate.
-- *
-- * Usage: cmake -D[OPTION_NAME]=[OPTION_VALUE] /path/to/CMakeLists.txt/
--  
* ---------------------------------------------------------------------------
-- * -DHELP=TRUE
-- *   Show this help message and exit, no files will be generated.
-- * -DCMAKE_BUILD_TYPE=[Debug, Release, RelWithDebInfo, MinSizeRel] : 
(Default Debug)
-- *   Makefiles : Set the build type to Debug, Release...
-- *   MSVC GUI  : No need to set this since you choose it in the GUI.
-- * -DBUILD_SHARED_LIBS=[TRUE, FALSE] : (Default static in MSW, shared in 
Linux)
-- *   Build shared (DLL) or static libraries.
-- *   Currently ONLY an all shared (DLL) or all static build is supported.
-- *   I.E. If you choose shared you must link to shared wxWidgets libs.
-- *
-- * Finding wxWidgets for MSW and MSVC
-- * -DwxWidgets_ROOT_DIR=[path] : (e.g. /path/to/wxWidgets/)
-- *   Path to the root of the wxWidgets build, must at least set this.
-- * -DwxWidgets_LIB_DIR=[path] : (e.g. /path/to/wxWidgets/lib/vc_lib/)
-- *   Path to the wxWidgets lib dir also set this if libs can't be found.
-- * -DwxWidgets_CONFIGURATION=[configuration] :
-- *   Set wxWidgets configuration; e.g. msw, mswu, mswunivu...
-- *   Where 'u' = unicode and 'd' = debug.
-- *   MSVC GUI : You need only choose msw, mswu, mswuniv, mswunivu since
-- *              release or debug mode is chosen in the GUI.
-- * -DwxWidgets_COMPONENTS=[...stc;html;adv;core;base or mono] :
-- *   For non-monolithic builds choose the wxWidgets libs to link to.
-- *    xrc;xml;gl;net;media;propgrid;richtext;aui;stc;html;adv;core;base
-- *   For monolithic builds choose mono and the contribs libs.
-- *    stc;mono
-- *   The extra decorations, e.g. wxmsw28ud_adv.lib, will be searched for.
-- *   Libs that cannot be found will be printed below, please fix/remove
-- *   them to be able to build this project.
-- *   You will get strange compilation/linker errors if wxWidgets is not 
found.
-- *
-- * Finding wxWidgets for GCC and Unix type systems
-- * -DwxWidgets_CONFIG_EXECUTABLE=[path/to/wx-config] :
-- *   Specify path to wx-config script for GCC and Unix type builds
--  
* ---------------------------------------------------------------------------
--
--
--  
*****************************************************************************
-- * BUILD TYPE:        MinSizeRel
-- * BUILD_SHARED_LIBS: FALSE
--  
*****************************************************************************
-- * System is 32-bit TRUE, is 64-bit FALSE
--  
*****************************************************************************
-- * CMAKE_SOURCE_DIR = C:/LUA/wxlua-sources/wxLua
-- * CMAKE_BINARY_DIR = C:/LUA/wxlua-sources/buid_min_static_unicode2.8
--  
*****************************************************************************
--
-- * Note: wxWidgets libs; Removing 'propgrid' lib from wxWidgets_COMPONENTS 
since it didn't exit in wx < 2.9
-- * Using these wxWidgets components: 
xrc;xml;net;media;richtext;aui;stc;html;adv;core;base
-- Could NOT find wxWidgets (missing:  wxWidgets_FOUND)
-- *
CMake Warning at build/CMakewxAppLib.cmake:585 (message):
  * WARNING: Could not find wxWidgets! Please see help above.
Call Stack (most recent call first):
  CMakeLists.txt:37 (FIND_WXWIDGETS)


-- * - wxWidgets_VERSION           = 2.8.12 = 2.8.12
-- * - wxWidgets_COMPONENTS        = 
xrc;xml;net;media;richtext;aui;stc;html;adv;core;base
-- * - wxWidgets_INCLUDE_DIRS      = 
C:/wxWidgets-2.8.12/lib/gcc_lib/mswu;C:/wxWidgets-2.8.12/include
-- * - wxWidgets_LIBRARY_DIRS      =
-- * - wxWidgets_LIBRARIES         = 
C:/wxWidgets-2.8.12/lib/gcc_lib/libwxmsw28u_xrc.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxb
ase28u_xml.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxbase28u_net.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxmsw28u_media.a;C:/wxWidg
ets-2.8.12/lib/gcc_lib/libwxmsw28u_richtext.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxmsw28u_aui.a;C:/wxWidgets-2.8.12/lib/gcc_l
ib/libwxmsw28u_html.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxmsw28u_adv.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxmsw28u_core.a;C:
/wxWidgets-2.8.12/lib/gcc_lib/libwxbase28u.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxpng.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwx
tiff.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxjpeg.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxzlib.a;C:/wxWidgets-2.8.12/lib/gcc_li
b/libwxregexu.a;C:/wxWidgets-2.8.12/lib/gcc_lib/libwxexpat.a;winmm;comctl32;rpcrt4;wsock32
-- * - wxWidgets_CXX_FLAGS         =
-- * - wxWidgets_DEFINITIONS       = UNICODE;_UNICODE
-- * - wxWidgets_DEFINITIONS_DEBUG = _DEBUG;__WXDEBUG__
-- * - wxWidgets_PORTNAME          =
-- * - wxWidgets_UNIVNAME          =
-- * - wxWidgets_UNICODEFLAG       =
-- * - wxWidgets_DEBUGFLAG         =
 WARNING: Unable to find requested wxWidgets component : stc
-- *
wxWidgets requested but not found.
-- * WARNING: Specified wxLuaBinding lib 'gl' in variable 
wxLuaBind_COMPONENTS is missing from wxWidgets_COMPONENTS so it wil
l not be compiled.
-- * WARNING: cppcheck NOT found, NOT generating ADD_CPPCHECK_TEST() tests
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- * WARNING: Doxygen NOT found, wxLua_doxygen target will not be generated.
-- * wxLua using external/system Lua library :
-- *   - include dir : C:/LUA/lua-5.1.5/include
-- *   - library     : C:/LUA/luabuildmingw/lua51.dll
CMake Warning at build/CMakeFunctions.txt:501 (MESSAGE):
  Missing directory in
  ADD_SUBDIRECTORY(C:/LUA/wxlua-sources/wxLua/modules/wxstedit)
Call Stack (most recent call first):
  CMakeLists.txt:248 (add_subdirectory)


-- * WARNING: wxLuaEdit application will not be built since wxStEdit was not 
found.
-- * WARNING: wxStEdit_ROOT_DIR directory does not exist: ''
-- Configuring done
-- Generating done
-- Build files have been written to: 
C:/LUA/wxlua-sources/buid_min_static_unicode2.8

////////////////////////////////////////////////////////////
now mingw
/////////////////////////////////////////////////////////
C:\LUA\wxlua-sources\buid_min_static_unicode2.8>mingw32-make
"C:\Program Files\CMake 
2.8\bin\cmake.exe" -HC:\LUA\wxlua-sources\wxLua 
-BC:\LUA\wxlua-sources\buid_min_static_unicode2.8 
 --c
heck-build-system CMakeFiles\Makefile.cmake 0
"C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_start 
C:\LUA\wxlua-sources\buid_min_static_unicode2.8\CMakeFiles
 C:\LUA\wxlua-sources\buid_min_static_unicode2.8\CMakeFiles\progress.marks
mingw32-make -f CMakeFiles\Makefile2 all
mingw32-make[1]: Entering directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
mingw32-make -f modules\wxlua\CMakeFiles\wxLuaLib.dir\build.make 
modules/wxlua/CMakeFiles/wxLuaLib.dir/depend
mingw32-make[2]: Entering directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
"C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW 
Makefiles" C:\LUA\wxlua-sources\wxLua C:\LUA\wxlua-sources
\wxLua\modules\wxlua C:\LUA\wxlua-sources\buid_min_static_unicode2.8 
C:\LUA\wxlua-sources\buid_min_static_unicode2.8\modules\
wxlua 
C:\LUA\wxlua-sources\buid_min_static_unicode2.8\modules\wxlua\CMakeFiles\wxLuaLib.dir\DependInfo.cmake
 
 --color=
Scanning dependencies of target wxLuaLib
mingw32-make[2]: Leaving directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
mingw32-make -f modules\wxlua\CMakeFiles\wxLuaLib.dir\build.make 
modules/wxlua/CMakeFiles/wxLuaLib.dir/build
mingw32-make[2]: Entering directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
"C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_report 
C:\LUA\wxlua-sources\buid_min_static_unicode2.8\CMakeFile
s 46
[  1%] Building CXX object 
modules/wxlua/CMakeFiles/wxLuaLib.dir/dummy.cpp.obj
cd /d C:\LUA\wxlua-sources\buid_min_static_unicode2.8\modules\wxlua && 
C:\MinGW\bin\g++.exe   -DwxLUA_USEBINDING_WXGL=0 -DwxL
UA_USEBINDING_WXSTC=1 -DwxLUA_USEBINDING_WXXRC=1 
-DwxLUA_USEBINDING_WXRICHTEXT=1 
 -DwxLUA_USEBINDING_WXHTML=1 -DwxLUA_USEBINDI
NG_WXMEDIA=1 -DwxLUA_USEBINDING_WXAUI=1 -DwxLUA_USEBINDING_WXADV=1 
-DwxLUA_USEBINDING_WXCORE=1 
 -DwxLUA_USEBINDING_WXXML=1 -Dw
xLUA_USEBINDING_WXNET=1 -DwxLUA_USEBINDING_WXBASE=1 -Os -DNDEBUG 
@CMakeFiles/wxLuaLib.dir/includes_CXX.rsp   -o CMakeFiles\wx
LuaLib.dir\dummy.cpp.obj -c 
C:\LUA\wxlua-sources\wxLua\modules\wxlua\dummy.cpp
C:\LUA\wxlua-sources\wxLua\modules\wxlua\dummy.cpp:20:23: error fatal: 
wx/wxprec.h: No such file or directory
compilaci¾n terminada.
mingw32-make[2]: *** [modules/wxlua/CMakeFiles/wxLuaLib.dir/dummy.cpp.obj] 
Error 1
mingw32-make[2]: Leaving directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
mingw32-make[1]: *** [modules/wxlua/CMakeFiles/wxLuaLib.dir/all] Error 2
mingw32-make[1]: Leaving directory 
`C:/LUA/wxlua-sources/buid_min_static_unicode2.8'
mingw32-make: *** [all] Error 2
/////////////////////////////////////////////////////////////
this is directory gcc_lib
/////////////////////////////////////////////////////

C:\wxWidgets-2.8.12\lib\gcc_lib>dir
 El volumen de la unidad C es ACER
 El número de serie del volumen es: 30E5-BC56

 Directorio de C:\wxWidgets-2.8.12\lib\gcc_lib

21/09/2012  16:26    <DIR>          .
21/09/2012  16:26    <DIR>          ..
21/09/2012  16:14         2.049.590 libwxbase28u.a
21/09/2012  16:14           313.088 libwxbase28u_net.a
21/09/2012  16:23            40.222 libwxbase28u_xml.a
21/09/2012  16:12           214.314 libwxexpat.a
21/09/2012  16:11           166.954 libwxjpeg.a
21/09/2012  16:22         2.061.176 libwxmsw28u_adv.a
21/09/2012  16:25           720.704 libwxmsw28u_aui.a
21/09/2012  16:21         9.982.748 libwxmsw28u_core.a
21/09/2012  16:23         1.389.714 libwxmsw28u_html.a
21/09/2012  16:22           343.364 libwxmsw28u_media.a
21/09/2012  16:26         1.683.048 libwxmsw28u_richtext.a
21/09/2012  16:24         1.690.030 libwxmsw28u_xrc.a
21/09/2012  16:11           187.402 libwxpng.a
21/09/2012  16:11           104.342 libwxregexu.a
21/09/2012  16:12           354.950 libwxtiff.a
21/09/2012  16:11            80.504 libwxzlib.a
21/09/2012  16:26    <DIR>          mswu
              16 archivos     21.382.150 bytes
               3 dirs  33.699.495.936 bytes libres
//////////////////////////////////////////////
this is setup.h path
//////////////////////////////////////

C:\wxWidgets-2.8.12\lib\gcc_lib\mswu\wx>dir
 El volumen de la unidad C es ACER
 El número de serie del volumen es: 30E5-BC56

 Directorio de C:\wxWidgets-2.8.12\lib\gcc_lib\mswu\wx

21/09/2012  16:11    <DIR>          .
21/09/2012  16:11    <DIR>          ..
21/09/2012  16:11    <DIR>          msw
28/01/2010  10:26            46.413 setup.h
               1 archivos         46.413 bytes
               3 dirs  33.699.495.936 bytes libres
/////////////////////////////////////////////////////////////////////////////////////////////////////////////

A lot of text this time ;)

Than you for your attention
Victor Bombi


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to