rubygem-passenger - FTBFS on f20 - need help

Lars Seipel lars.seipel at gmail.com
Wed Sep 18 21:27:14 UTC 2013


On Wed, Sep 18, 2013 at 11:22:26PM +0200, Lars Seipel wrote:
> The latter apparently being in the boost namespace. I'd bet the code in
> question is not referring to those with their qualified names but just
> imports the std namespace as well as the boost namespace, leading to
> this conflict?

Oh wait, you are including stdint.h, right? The C++ header is cstdint.
Try that. Including the C header might lead to all the stuff in the
header not being in the std namespace but in the global one.

Lars


More information about the devel mailing list