On Fri, Sep 21, 2012 at 11:15 AM, Victor Bombi <son...@telefonica.net> wrote: > The first difference is because I try to use gcc_libmin (a custom wxWidgetds > lib created with CFG option in Makefile) this is not managed in the cmake > (setting -DwxWidgets_LIB_DIR has no effect) which used gcc_lib that I had in > 2.9.4 but not in 2.8.12. Then I am now using the standard gcc_lib but cmake > complains: > > -- * 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 > > and althought INCLUDE_DIRS is ok it seems it is not set for the compiler > because it complains: > > C:\LUA\wxlua-sources\wxLua\modules\wxlua\dummy.cpp:20:23: error fatal: > wx/wxprec.h: No such file or directory
See my other message, could you also post the lib names for this configuration too. (to be sure, post two lib lists so I can fix it for BOTH configurations) I need the names of ALL the libs in "wxWidgets/lib/???" and the full path to "wxWidgets/lib/???/wx/???/???/setup.h" I also need the full mingw32-name AAA=? BBB=? CCC=? you used for both. Also... please don't be so bashful about posting the whole story. My crystal ball and my ability to read minds is not very good... Please post ALL the information that wxLua's CMake prints about finding wxWidgets. # ----------------------------------------------------------------------- # Print out what we've found so far message(STATUS "* - wxWidgets_VERSION = ${wxWidgets_VERSION} = ${wxWidgets_MAJOR_VERSION}.${wxWidgets_MINOR_VERSION}.${wxWidgets_RELEASE_NUMBER}") message(STATUS "* - wxWidgets_COMPONENTS = ${wxWidgets_COMPONENTS}" ) message(STATUS "* - wxWidgets_INCLUDE_DIRS = ${wxWidgets_INCLUDE_DIRS}" ) message(STATUS "* - wxWidgets_LIBRARY_DIRS = ${wxWidgets_LIBRARY_DIRS}" ) message(STATUS "* - wxWidgets_LIBRARIES = ${wxWidgets_LIBRARIES}" ) message(STATUS "* - wxWidgets_CXX_FLAGS = ${wxWidgets_CXX_FLAGS}" ) message(STATUS "* - wxWidgets_DEFINITIONS = ${wxWidgets_DEFINITIONS}" ) message(STATUS "* - wxWidgets_DEFINITIONS_DEBUG = ${wxWidgets_DEFINITIONS_DEBUG}" ) message(STATUS "* - wxWidgets_PORTNAME = ${wxWidgets_PORTNAME}" ) message(STATUS "* - wxWidgets_UNIVNAME = ${wxWidgets_UNIVNAME}" ) message(STATUS "* - wxWidgets_UNICODEFLAG = ${wxWidgets_UNICODEFLAG}" ) message(STATUS "* - wxWidgets_DEBUGFLAG = ${wxWidgets_DEBUGFLAG}" ) Thanks, John ------------------------------------------------------------------------------ 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