Lists: | pgsql-ports |
---|
From: | Bob Love <blove(at)allaire(dot)com> |
---|---|
To: | "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | Compiling postgresql on WinNT |
Date: | 2000-11-02 21:15:12 |
Message-ID: | C3843BD1B83DD2119D79000092A7BAD405AA78B4@platinum.allaire.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 캔SQL |
Windows NT 4.0 (sp5). I've installed cygwin version 1.1.4 and cygipc v1.07
and I am trying to run make on Postgresql 7.0.2 but have gotten several
errors that cause the make to fail. Are there certain combinations of
versions of cygwin, cygipc and postgresql that are known to work better than
others?
The first error was that it could not find /netinet/tcp.h under the cygwin
include directories. The file was not there. I came up with a workaround
but now the compile fails with:
make[2]: Entering directory `/d/usr/local/postgresql-7.0.2/src/utils'
gcc -I../include -I../backend -I/usr/local/include -O2
-I/usr/local/include -W
all -Wmissing-prototypes -Wmissing-declarations -c -o dllinit.o dllinit.c
dllinit.c:49: conflicting types for `DllMain'
dllinit.c:44: previous declaration of `DllMain'
dllinit.c:49: conflicting types for `_cygwin_dll_entry'
dllinit.c:49: previous declaration of `_cygwin_dll_entry'
dllinit.c:81: conflicting types for `DllMain'
dllinit.c:49: previous declaration of `DllMain'
make[2]: *** [dllinit.o] Error 1
make[2]: Leaving directory `/d/usr/local/postgresql-7.0.2/src/utils'
make[1]: *** [../utils/dllinit.o] Error 2
make[1]: Leaving directory `/d/usr/local/postgresql-7.0.2/src/backend'
make: *** [all] Error 2
Any help would be appreciated.
TIA
-Bob
From: | Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com> |
---|---|
To: | Bob Love <blove(at)allaire(dot)com> |
Cc: | "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: Compiling postgresql on WinNT |
Date: | 2000-11-02 22:16:10 |
Message-ID: | 20001102171609.B1109@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Bob,
On Thu, Nov 02, 2000 at 04:15:12PM -0500, Bob Love wrote:
> Any help would be appreciated.
Please see the following:
http://people.freebsd.org/~kevlo/postgres/portNT.html
but use the attached patch instead.
Jason
--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation 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
Attachment | Content-Type | Size |
---|---|---|
Cygwin-1.1.4-PostgreSQL-7.0.2.patch | text/plain | 5.8 KB |