Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-09 01:33:12


Ricardo Perrone wrote:

> bin.v2/libs/system/build/qcc/release/threading-multi/error_code.o
> libs/system/src/error_code.cpp: In member function
> `virtual std::string
> <unnamed>::posix_error_category::message(int)
> const':
> libs/system/src/error_code.cpp:112: error:
> `strerror_r' undeclared (first use
> this function)

You need to figure if your system does not provide strerror_r (in which
case you'll have to workaround) or provided it in different header (in
which case you'll have to change the code to conditionally include that
header on your system).

> Does anybody know how to solve this? My qcc/QCC is set
> to 3.3.5,gcc_ntox86. The same error appears when i try
> with bjam

configure/make and bjam are the same.

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net