MegaGlest Forum

Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: Omega on 14 June 2011, 14:28:09

Title: WxWidgets
Post by: Omega on 14 June 2011, 14:28:09
In cmake, GAE has a spot for WxWidgets, presumably for the map editor, G3D viewer, etc... But what do I do with these two variables? The Lib path one is easy enough to do, but wxWidgets_wxrc_EXECUTABLE has me stumped. I do have a folder called wxrc, but the path wants a file, and I tried every one of the files in the wxrc folder (none are executables). I have WxWidgets 2.8.10 installed. What is the correct file to point that to?
Title: Re: WxWidgets
Post by: hailstone on 15 June 2011, 01:00:29
I don't think wxWidgets_wxrc_EXECUTABLE is required. I have wxWidgets_wxrc_EXECUTABLE-NOTFOUND set for it.
Title: Re: WxWidgets
Post by: silnarm on 16 June 2011, 03:29:39
This will result in link errors, we static link the crt which is not the norm, the libraries distributed with wx will dynamic link it.

Use the windeps_tools (http://sourceforge.net/projects/glestae/files/win_dev_deps/windeps_tools.zip/download) we provide (extract with the other deps).