From: John L. <jla...@gm...> - 2014-12-05 19:52:54
|
On Tue, Dec 2, 2014 at 10:46 AM, Milind Gupta <mil...@gm...> wrote: > The error is: > /wxLua-2.8.12.3-src/modules/wxstedit/src/precomp.h:7:23: fatal error: > wx/wxprec.h: No such file or directory > #include <wx/wxprec.h> > When you run cmake you should see something like this: -- * Found wxWidgets : -- * - wxWidgets_VERSION = 3.1.0 = 3.1.0 -- * - wxWidgets_COMPONENTS = stc;webview;gl;xrc;xml;net;media;propgrid;richtext;aui;html;adv;core;base -- * - wxWidgets_INCLUDE_DIRS = /home/jlabenski/jlabenski/devel/wx/wx/wxWidgets/wxWidgets-trunk/build_gtk2ud/lib/wx/include/gtk2-unicode-3.1;/home/jlabenski/jlabenski/devel/wx/wx/wxWidgets/wxWidgets-trunk/include -- * - wxWidgets_LIBRARY_DIRS = -- * - wxWidgets_LIBRARIES = -L/home/jlabenski/jlabenski/devel/wx/wx/wxWidgets/wxWidgets-trunk/build_gtk2ud/lib;-pthread;;;-Wl,-rpath,/home/jlabenski/jlabenski/devel/wx/wx/wxWidgets/wxWidgets-trunk/build_gtk2ud/lib;-lwx_gtk2u_stc-3.1;-lwx_gtk2u_webview-3.1;-lwx_gtk2u_gl-3.1;-lwx_gtk2u_xrc-3.1;-lwx_baseu_xml-3.1;-lwx_baseu_net-3.1;-lwx_gtk2u_media-3.1;-lwx_gtk2u_propgrid-3.1;-lwx_gtk2u_richtext-3.1;-lwx_gtk2u_aui-3.1;-lwx_gtk2u_html-3.1;-lwx_gtk2u_adv-3.1;-lwx_gtk2u_core-3.1;-lwx_baseu-3.1 You probably want to use the SVN head too since I believe that I have done some work on the cmake build for mingw that might solve your problem. Regards, John |