From: Milind G. <mil...@gm...> - 2014-12-05 20:42:10
|
Thanks, Milind On Fri, Dec 5, 2014 at 11:52 AM, John Labenski <jla...@gm...> wrote: > 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 > > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > > |