Author Topic: WxWidgets  (Read 2047 times)

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
WxWidgets
« 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?
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

hailstone

  • Local Moderator
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
Re: WxWidgets
« Reply #1 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.
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

silnarm

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
Re: WxWidgets
« Reply #2 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 we provide (extract with the other deps).
Glest Advanced Engine - Code Monkey

Timeline | Downloads