Re: Build errors in VS

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Build errors in VS
Дата
Msg-id 950d3cac-7da6-cd3e-392c-6412f65eb25e@2ndQuadrant.com
обсуждение исходный текст
Ответ на Build errors in VS  ("Lin, Cuiping" <lincuiping@cn.fujitsu.com>)
Ответы Re: Build errors in VS
Список pgsql-hackers
On 4/17/20 5:18 AM, Lin, Cuiping wrote:
> Hi all
>
> I build postgers with VS in windows, and the following message output
>
> “ Unable to determine Visual Studio version: The nmake version could not be determined.”
>
> I investigated the VSObjectFactory.pm, and found the match string “if ($output =~ /(\d+)\.(\d+)\.\d+(\.\d+)?$/m)”
>
> It works fine when no characters after version number, but if there are characters after the version number, it can
notmatch the VS version.
 
>
> For example ,  VS in Chinese , nmake /?  output  “ 14.00.24210.0 版”


Hmm, odd, but I guess we need to cater for it.


>
>
> May be we can remove the ‘$’  ($output =~ /(\d+)\.(\d+)\.\d+(\.\d+)?$/m)”  => ($output =~
/(\d+)\.(\d+)\.\d+(\.\d+)?/m)”
>
>

That will probably be ok. If we do that we should remove the 'm'
qualifier on the regex too, it would serve no purpose any more.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: While restoring -getting error if dump contain sql statementsgenerated from generated.sql file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 001_rep_changes.pl stalls