Compiling thread library w/ Borland 5.5.1 and STLPort 4.5.3
I'm trying to compile the thread library using the Borland command
line tools, version 5.5.1, and the STLPort version of STL, version
4.5.3. When the source files #include Borland's
I'm trying to compile the thread library using the Borland command line tools, version 5.5.1, and the STLPort version of STL, version 4.5.3. When the source files #include Borland's
file,
--- In Boost-Users@y..., "adhalejr"
following errors occur:
Error E2337 c:\borland\bcc55\include\process.h 74: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 87: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 99: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 180: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 191: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 192: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 201: Only one of a set of overloaded functions can be "C" Error E2337 c:\borland\bcc55\include\process.h 218: Only one of a set of overloaded functions can be "C"
A number of the functions prototyped in there, though not all of them, are making the compiler choke.
FWIW, the build did work if I just used the stock Borland STL.
I've been able to narrow things down some. If I just have these two
lines:
#include
participants (1)
-
adhalejr