$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [process] How to run test cases
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-09-22 14:15:31
OK, I found the problem. The existing __GNUG__ branch in misc.hpp is
also under a __sun guard that I didn't see, so it didn't pick up the
changed path at all.
All tests pass now.
Sebastian