Re: Building with Visual C++

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Building with Visual C++
Дата
Msg-id 6295.1145912199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Building with Visual C++  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: Building with Visual C++  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> The main difference between what I'm trying now from most of what I've
> seen before is that I *don't* want to create a separate build
> environment that needs to be maintained. Instead have a conversion
> script from our current one to a VC compatible one.

This is definitely the only way that the project will fly --- there's
no way we're going to duplicate our forest of Makefiles in a different
format that has to be hand-maintained.  If Magnus can make a conversion
script work, though, I think we can accept that.

We'll need a VC buildfarm member in place to catch us anytime we change
the Makefiles in a way that the script doesn't understand.  Before the
buildfarm existed I'd have been skeptical of whether even the
conversion-script approach would be viable in the long run, but with
timely info about breakages I think it can work.

BTW, has anyone looked at the possibility of driving VC from gmake,
so that we can continue to use the same Makefiles?  Or is that just
out of the question?

            regards, tom lane

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

Предыдущее
От: "Chuck McDevitt"
Дата:
Сообщение: Re: Building with Visual C++
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Building with Visual C++