$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2006-01-02 19:49:27
Feng,
I don't have the expertise to decode the full list of errors.
However, I do know that there is an ordering dependency
that requires all archive include files come before any
serialization include files.
So, try rearranging your #includes to put archive includes
first and see what happens.
Merrill