Re: Re: problem install postgres7.03 on win2000!!!!

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: james <james(at)autotools(dot)com(dot)tw>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Re: problem install postgres7.03 on win2000!!!!
Date: 2001-03-22 15:59:55
Message-ID: 20010322105955.E220@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

James,

On Thu, Mar 22, 2001 at 06:20:18PM +0800, james wrote:
> i try to do as you recommend but still doesn't work.
> new error message:
>
> ../../../src/include/libpq/pqcomm.h:45: field `un' has incomplete type
> In file included from async.c:89:
> ../../../src/include/miscadmin.h:204: conflicting types for `GetUserNameA'
> /usr/include/w32api/winbase.h:1260: previous declaration of `GetUserNameA'
> make[3]: *** [async.o] Error 1
> make[3]: Leaving directory
> `/usr/src/postgresql-7.1beta6/src/backend/commands'
> make[2]: *** [commands-recursive] Error 2
> make[2]: Leaving directory `/usr/src/postgresql-7.1beta6/src/backend'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/postgresql-7.1beta6/src'
> make: *** [all] Error 2

I just successfully built PostgreSQL 7.1beta6 using Cygwin gcc 2.95.2-9.
I used the following:

$ configure --with-CXX
$ make

The above build passed all regression tests.

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(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-03-22 16:09:26 Re: problem install postgres7.03 on win2000!!!!
Previous Message james 2001-03-22 10:20:18 Re: problem install postgres7.03 on win2000!!!!