Re: Porting PostgreSQL to Windows 2000 installation procedures

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Porting PostgreSQL to Windows 2000 installation procedures
Дата
Msg-id 20010219092418.C211@dothill.com
обсуждение исходный текст
Список pgsql-ports
Jayesh,

In the future, please post to the list instead of emailing me directly
so others can benefit too.

On Sun, Feb 18, 2001 at 10:16:53AM -0800, Jayesh wrote:
> I followed the procedure you have posted. Everything went well till
> ./configure.

Just to be clear, does the above mean that configure ran successfully?

> $ make
> make -C utils all
> make[1]: Entering directory `/usr/src/postgresql-7.0.3/src/utils'
> gcc -I../include -I../backend -O2  -I/usr/local/include -O2 -I/usr/local/inc
> lude
>  -Wall -Wmissing-prototypes -Wmissing-declarations   -c -o version.o
> version.c
> In file included from ../include/postgres.h:40,
>                  from version.c:25:
> ../include/c.h:803: parse error before `va_list'
> make[1]: *** [version.o] Error 1
> make[1]: Leaving directory `/usr/src/postgresql-7.0.3/src/utils'
> make: *** [all] Error 2

The above shows that compilation is failing on the very first file,
so that indicates to me that your Cygwin environment is suspect.  Please
post the following versions:

    Cygwin
    gcc (including the port (i.e., the number after the "-" in the tarball))
    binutils

Also, gcc "parse errors" have indicated text vs. binary mode issues with
older Cygwin gcc versions.

Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp.               Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Error by starting postmaster
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Problem with PostgreSQL on Win2K (ipc-daemon)