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 


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
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