$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.40.0] Beta 1 release candidate available
From: Matthias Troyer (troyer_at_[hidden])
Date: 2009-08-12 12:18:57
I could pin down the filesystem problem. It is actually a scoped enum
problem The reason is a macro definition in the system header <rpc/
types.h>, which defines
#define enum_t int
Changing the order of include files solves the problem in my current
codes, but probably the scoped enum should take care of this conflict.
Matthias