Difference between revisions of "Talk:HowTo compile on Mac"
From AMule Project FAQ
Line 1: | Line 1: | ||
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77 | I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77 | ||
+ | |||
+ | when i tried to "./configure" amule, i got this | ||
+ | |||
+ | checking for wx-config... ../wxMac-2.8.7/build/wx-config | ||
+ | checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no | ||
+ | configure: error: | ||
+ | The requested wxWidgets build couldn't be found. | ||
+ | |||
+ | The configuration you asked for aMule requires a wxWidgets | ||
+ | build with the following settings: | ||
+ | --unicode=yes | ||
+ | but such build is not available. | ||
+ | |||
+ | To see the wxWidgets builds available on this system, please use | ||
+ | 'wx-config --list' command. To use the default build, returned by | ||
+ | 'wx-config --selected-config', use the options with their 'auto' | ||
+ | default values. | ||
+ | |||
+ | If you still get this error, then 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.8.0 or above. | ||
+ | emac-bureau:amule-cvs maitedx$ | ||
+ | |||
+ | what do i have to do ? |
Revision as of 23:01, 3 March 2008
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77
when i tried to "./configure" amule, i got this
checking for wx-config... ../wxMac-2.8.7/build/wx-config checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no configure: error:
The requested wxWidgets build couldn't be found. The configuration you asked for aMule requires a wxWidgets build with the following settings: --unicode=yes but such build is not available.
To see the wxWidgets builds available on this system, please use 'wx-config --list' command. To use the default build, returned by 'wx-config --selected-config', use the options with their 'auto' default values.
If you still get this error, then 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.8.0 or above.
emac-bureau:amule-cvs maitedx$
what do i have to do ?