aMule Forum
English => en_Bugs => Topic started by: revs on September 04, 2005, 05:50:34 PM
-
OS: Mac OS X
aMule CVS / wxWidgets CVS
If the path to wx-config has spaces (e.g mine was ~/Desktop/aMule CVS Build/wxMac-2.6.1/build/), running ./configure for aMule returns a file not found error, this is due to it not being able to understand the spaces, and assumes (as in my case) the path is ~/Desktop/aMule.
revs
-
have you tryed to enclose the path into quotes?
"~/Desktop/aMule CVS Build/wxMac-2.6.1/build/"
-
./configure gets the path from wx-config. i dont manually give it the path.
so ./configure either needs to be able to understand spaces in paths from wx-config, or wx-config needs to specify the path in a way that allows spaces.
:)
-
Originally posted by revs
so ./configure either needs to be able to understand spaces in paths from wx-config, or wx-config needs to specify the path in a way that allows spaces.
The latter is the correct way. You should post this bug to wxWidgets' bug-tracker.