From: John L. <jla...@gm...> - 2013-10-08 04:41:46
|
On Tue, Oct 1, 2013 at 8:09 PM, Milind Gupta <mil...@gm...> wrote: > Hi, > I am trying to build wxLua on windows using tdm gcc. If I try > building wxwidgets monolithic it does not work, so without monolithic I > have the CMAKE output after I do configure a couple of times is: > > * > --------------------------------------------------------------------------- > > * CMake command line options and tips specific to this project > > * > > * In the CMake GUI you can set values and press configure a few times > > * and until there are no more red items, then press generate. > > * > > * Usage: cmake -D[OPTION_NAME]=[OPTION_VALUE] /path/to/CMakeLists.txt/ > > * > --------------------------------------------------------------------------- > > ... > * * Finding wxWidgets for GCC and Unix type systems > > * -DwxWidgets_CONFIG_EXECUTABLE=[path/to/wx-config] : > > * Specify path to wx-config script for GCC and Unix type builds > > * > --------------------------------------------------------------------------- > > I think you need to set -DwxWidgets_CONFIG_EXECUTABLE=path/to/wx-config. Regards, John |