To see what is going on, check the FindwxWidgets.cmake file.  For example,
on my Debian testing system with CMake 2.4.8, that file is located at
/usr/share/cmake-2.4/Modules/FindwxWidgets.cmake.  There is a list of
components in that file such as base core adv, etc., but no richtext.  So I
suggest for cmake-2.4.8 you simply work around the problem for now by
editing that file to add the components you need.

You could also try cmake 2.6.0 (currently RC8).  I notice for that
FindwxWidgets.cmake, the components approach is quite different so richtext
may just work.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to