BUG #3770: Follow up: Fail to make bcc32.mak for libpq

From: "CN" <cnliou9(at)fastmail(dot)fm>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3770: Follow up: Fail to make bcc32.mak for libpq
Date: 2007-11-21 13:15:21
Message-ID: 200711211315.lALDFL9G082971@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


The following bug has been logged online:

Bug reference: 3770
Logged by: CN
Email address: cnliou9(at)fastmail(dot)fm
PostgreSQL version: 8.3beta3
Operating system: Win 98
Description: Follow up: Fail to make bcc32.mak for libpq
Details:

I manually copied ~/src/include/port/win32.h to
~/src/include/pg_config_os.h. BCC55 make produces different errors:
--------------
bcc32.exe
-I\borland\bcc55\include;..\..\include;..\..\include\port\win32;..\..\includ
e\port\win32_msvc;..\..\port -n".\Release" -WD -c
-DFRONTEND;NDEBUG;WIN32;_WINDOWS -tWM -a8 -X -w-use -w-par -w-pia -w-csu
-w-aus -w-ccc -O -Oi -OS -DNDEBUG fe-auth.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
fe-auth.c:
Warning W8017 ..\..\include\getaddrinfo.h 47: Redefinition of
'WSATYPE_NOT_FOUND' is not identical
Error E2141 libpq-int.h 532: Declaration syntax error
Error E2141 libpq-int.h 533: Declaration syntax error
*** 2 errors in Compile ***

** error 1 ** deleting ".\Release\fe-auth.obj"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Artelt 2007-11-21 13:21:39 BUG #3771: function pg_catalog.btrim(numeric, unknown) does not exist
Previous Message CN 2007-11-21 12:51:31 BUG #3769: Fail to make bcc32.mak for libpq

Browse pgsql-patches by date

  From Date Subject
Next Message Zdenek Kotala 2007-11-21 13:39:30 Re: Fix pg_dump dependency on postgres.h
Previous Message Alvaro Herrera 2007-11-21 12:47:35 Re: Fix pg_dump dependency on postgres.h