|
From: Zeno D. <zd...@gm...> - 2011-02-07 13:54:59
|
Dear Earnie On Mon, Feb 7, 2011 at 1:33 PM, Earnie <ea...@us...> wrote: > Zeno Davatz wrote: >> Dear Earnie >> >> Thanks for the reply. >> >> Am 05.02.2011 um 20:05 schrieb Earnie <ea...@us...>: >> >>> Zeno Davatz wrote: >>>> On Thu, Feb 3, 2011 at 6:35 PM, Earnie <ea...@us...> wrote: >>>>> You need to change the \ to / for the lines referring to directories or >>>>> add another \ to each one and space delimited directories are a known >>>>> issue feature so you need to use quotes. For example: >>>>> >>>>> APACHE_ROOT=C:\Program Files\Apache Software Foundation\Apache2.2 >>>>> >>>>> should read >>>>> >>>>> APACHE_ROOT="C:\\Program Files\\Apache Software Foundation\\Apache2.2" >>>>> >>>>> or >>>>> >>>>> APACHE_ROOT="C:/Program Files/Apache Software Foundation/Apache2.2" >>>>> >>>>> but even that may not help with the spaces in the directory paths and >>>>> you may need to use the 8.3 notation for the directory. >>>> >>>> See my new Makefile, I took all those spaces out: >>>> >>>> https://gist.github.com/809611 >>>> >>> >>> You still need to change the \ in the paths to \\ or /. You can add -v >>> to the gcc command to see what the paths are. >> >> The compiling actually worked with the \. This is how I done it. >> It wasn't the problem of the \ as far as I can tell. >> > > Then you're on your own. > >> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >> > > I get a Page Load Error. Hmm, strange. >> I will send you the link to the new makefile tomorrow. >> > > I won't be able to help further. Ok, thanks for your help! Best Zeno |