[code:1]
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.
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 16 7月 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吗?可是我的这个文件在这个路径下确实存在啊?