今天在安装xCHM的源码包,执行./configure时,出现下面的错误:
checking for wx-config... no
configure: error:
wxWidgets must be installed on your system
but the wx-config script couldn't be found.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.3.4 or above.
在google上一搜找到了http://www.wxwidgets.org/downloads/,下载了 wxWidgets -2.8.11.tar.gz包,好家伙,居然有18.6M之多!
不知这是个什么包,干什么用的?
昊昊荡荡 于 2010-09-02 01:02:45发表:
呵呵呵,谢谢
今天在Google上一搜,也到了那个网址!
deepwhite 于 2010-09-01 13:13:37发表:
wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.
跨平台的一个开发库。
http://www.wxwidgets.org/