aMule Forum

English => en_Bugs => Topic started by: revs on September 04, 2005, 05:50:34 PM

Title: Configure bug with wxWidgets path
Post 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
Title: Re: Configure bug with wxWidgets path
Post by: Karhandras on September 04, 2005, 07:00:24 PM
have you tryed to enclose the path into quotes?

"~/Desktop/aMule CVS Build/wxMac-2.6.1/build/"
Title: Re: Configure bug with wxWidgets path
Post by: revs on September 04, 2005, 07:33:10 PM
./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.

 :)
Title: Re: Configure bug with wxWidgets path
Post by: GonoszTopi on September 04, 2005, 08:04:43 PM
Quote
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.