MSVC build broken

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема MSVC build broken
Дата
Msg-id 4823B855.7040801@dunslane.net
обсуждение исходный текст
Список pgsql-hackers
The recent xml2 build changes have broken MSVC builds.

The problem is this fragment (that appears twice) from 
src/tools/msvc/Mkvcbuild.pm:
       foreach my $o (split /\s+/, $1)       {           $o =~ s/\.o$/.c/;           $proj->AddFile('contrib\\' . $n .
'\\'. $o);       }
 

which gets applied to this line: (after "OBJS = " has been stripped):

OBJS = $(if $(filter -lxslt, $(LIBS)), xpath.o xslt_proc.o, xpath.o)


Our logic above is far too rough for such lines. I'll try to come up 
with something more robust tomorrow.

cheers

andrew




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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Posting to hackers and patches lists
Следующее
От: "Guillaume Smet"
Дата:
Сообщение: Re: [PATCHES] [NOVICE] encoding problems