Howto build libpq.dll using VC2003 and ENABLE_THREAD_SAFETY=1

From: "Pit M(dot)" <fmi-soft(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Howto build libpq.dll using VC2003 and ENABLE_THREAD_SAFETY=1
Date: 2005-08-10 10:05:27
Message-ID: 1123668327.273067.34080@g43g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Building without ENABLE_THREAD_SAFETY=1 works fine, but when i add this
option to the win32.mak some compiler error occur.

d:\postgresql-8.0.3\src\interfaces\libpq\libpq-int.h(481) : error
C2143: syntax error : missing ')' before '*'
d:\postgresql-8.0.3\src\interfaces\libpq\libpq-int.h(481) : error
C2143: syntax error : missing '{' before '*'
d:\\postgresql-8.0.3\src\interfaces\libpq\libpq-int.h(481) : error
C2371: 'bool' : redefinition; different basic types
d:\postgresql-8.0.3\src\include\c.h(174) : see declaration of
'bool'
d:\postgresql-8.0.3\src\interfaces\libpq\libpq-int.h(481) : error
C2143: syntax error : missing ';' before '*'
d:\postgresql-8.0.3\src\interfaces\libpq\libpq-int.h(481) : error
C2059: syntax error : ')'
...

It looks like sigset_t is not defined.
Please help.

Pit :-)

Browse pgsql-general by date

  From Date Subject
Next Message Frank Millman 2005-08-10 11:18:32 Re: Case sensitivity
Previous Message Pit M. 2005-08-10 09:44:31 libpy and ENABLE_THREAD_SAFETY=1