编译xchm时出错!
在编译xchm时出错!请问个位大虾,我缺了什么东西?哪里有下的呢????
谢谢!
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.
我的也是这样,请问是什么原因啊? wxWidgets这东西装了吗? 装了wxGTK-2.5.2.tar.gz和chmlib 为什么不装wxGTK-2.6.1,/usr/local/bin/wx-config应该是一个软链接,你看看这个链接有没有破损。 我的系统是fc1,采用编译方式安装wxgtk和chmlib没出错。第一次两个软件使用./configure make make install装的,第二次两个软件又用./configure --prefix=/usr make make install安装的,都出现同样的错误。 ls -l /usr/bin/wx-config,结果贴出来。 好的,请fakeroot兄等我一下 checking for wx-config... /usr/local/bin/wx-config
checking for wxWindows version >= 2.6.0... no (version 2.5.2 is not new enough)
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.
ls -l /usr/bin/wx-config
lrwxrwxrwx 1 root root 167月 14 01:10 /usr/bin/wx-config -> w xgtk-2.5-config
"checking for wx-config... /usr/local/bin/wx-config"系统需要的是/usr/local/bin/wx-config吗?可是我的这个文件在这个路径下确实存在啊? lrwxrwxrwx 1 root root 16 7月 14 01:10 /usr/bin/wx-config -> w xgtk-2.5-config
那么ls -l /usr/bin/wxgtk-2.5-config的结果呢。
最好用wxGTK-2.6,2.5不是稳定版。 我再看看,一会贴上来 我再看看,一会贴上来 ls -l /usr/bin/wxgtk-2.5-config
-rwxr-xr-x 1 root root 117157月 14 01:10 wxgtk-2.5-config fakeroot兄能不能把你的qq或msn告知。 等等,我糊涂了,你的prefix到底是/usr还是/usr/local?
你直接运行/usr/bin/wxgtk-2.5-config --prefix和/usr/bin/wxgtk-2.5-config --libs看看返回什么结果。