Re: make fails if path has spaces - Mailing list pgsql-hackers-win32

From Andreas Pflug
Subject Re: make fails if path has spaces
Date
Msg-id 411C9BB8.1050308@pse-consulting.de
Whole thread Raw
In response to Re: make fails if path has spaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers-win32
Bruce Momjian wrote:

>>>
>>
>>It could be fixed in both places, but the more general fix would be to
>>qoute in Makefile.global, i.e. fixing configure.
>
>
> What if you change this:
>
>     PERL                    = @PERL@
>
> to this:
>
>     PERL                    = "@PERL@"
>
> Does it help?
>

Changed in src/Makefile.global.in, and it works.
There are other candidates that could have a non-msys path, which maybe
should be quoted as well.

Regards,
Andreas


pgsql-hackers-win32 by date:

Previous
From: Johan Paul Glutting
Date:
Subject: Re: Win32 PostgreSQL 8.0 Beta 1 Installer available
Next
From: Andreas Pflug
Date:
Subject: Re: [GENERAL] error moving table to tablespace