|
From: Milind G. <mil...@gm...> - 2014-12-02 15:46:23
|
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>
^
compilation terminated.
modules\wxstedit\CMakeFiles\wxStEditLib_precomp.dir\build.make:53: recipe
for target 'modules/wxstedit/include/wxStEditLib_precomp.h.gch' failed
mingw32-make[2]: *** [modules/wxstedit/include/wxStEditLib_precomp.h.gch]
Error1
mingw32-make[2]: Leaving directory
'D:/Milind/Downloads/wxLua-2.8.12.3-src/wxlua-build'
CMakeFiles\Makefile2:151: recipe for target
'modules/wxstedit/CMakeFiles/wxStEditLib_precomp.dir/all' failed
mingw32-make[1]: ***
[modules/wxstedit/CMakeFiles/wxStEditLib_precomp.dir/all] Error 2
mingw32-make[1]: Leaving directory
'D:/Milind/Downloads/wxLua-2.8.12.3-src/wxlua-build'
Makefile:139: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
On Tue, Dec 2, 2014 at 7:45 AM, Milind Gupta <mil...@gm...> wrote:
> Hi,
> I get this error when I start the wxLua make step. WxWidgets make
> went fine, Cmake step went fine but somehow it is not able to locate this
> include file. I already set the wxWidgets Root directory and lib directory
> parameters in CMAKE and it is able to detect the version (I am compiling
> against 3.0.2) but still when running make (using mingw) it complains about
> not being able to find this include file.
> What am I missing in my build steps to make it work?
>
> Thanks,
> Milind
>
>
|