aMule Forum
English => Compilation problems => Topic started by: kujirasan on September 12, 2009, 07:16:16 AM
-
tried to install on Fedora 11, ./configue gives the following message:
wxWidgets must be installed on your system but wx-config
script couldn't be found. Please check that wx-config is
in path or specified by --with-wx-config=path flag, 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.8.0 or above.
wxWidgets is already installed but still the same message, any one knows how get around it?
-
You should
- install the appropriate development package for wxWidgets, if it's installed from RPM, or
- specify the correct path to wx-config if you self-compiled wxWidgets, or
- check config.log to see what went wrong, and try to fix it yourself, or
- provide more information.