Re: make fails if path has spaces

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: make fails if path has spaces
Дата
Msg-id 411C9BB8.1050308@pse-consulting.de
обсуждение исходный текст
Ответ на Re: make fails if path has spaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Johan Paul Glutting
Дата:
Сообщение: Re: Win32 PostgreSQL 8.0 Beta 1 Installer available
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: [GENERAL] error moving table to tablespace