Re: Compiling libpq with VisualC

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Compiling libpq with VisualC
Дата
Msg-id 200406030012.i530CRY00642@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Compiling libpq with VisualC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Compiling libpq with VisualC  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-patches
Bruce Momjian wrote:
>
> I noticed that SYSCONFDIR will also be an issue for relocatable installs
> just like localedir.  I will address them in the same way either as an
> environment variable or libpq function call to set the location.

Fixed.

> >
> > fe-connect.c:
> > - pg_config_paths.h isn't available. SYSCONFDIR is already defined so
> > fe-connect.c doesn't need to include that.
> > patch appended

This shouldn't be needed anymore.  Where is SYSCONFDIR coming from?  Is
it from some Win32 include file?  It should only be coming from
pg_config_paths.h now.

> > win32.mak:
> > - pg_config.h must be generated
> > - port/pgstrcasecmp.c is needed
> > - port/path.c is not needed
> > - the current cvs version includes some bogus cr characters, when
> > checking out with wincvs the file will contain several cr cr lf lines
> > which will confuse nmake.
> >
> > Because the last problem might be difficult to handle as diff, I
> > attached win32.mak as complete file, with all cr stripped so it may be
> > committed safely with any cvs client.

Added.  Thanks.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Relocatable locale
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Libpq ssl fix