$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rodolfo Lima (rodolfo_at_[hidden])
Date: 2003-09-18 18:08:53
> Unless I'm mistaken, this occurs as a result of putting boost (lambda)
> header files in the precompiled header. Try building your code without
> PCH,or moving boost::lambda out of the PCH and see if that helps.
Yes, that's exactly what I'm doing. It's unfortunate that we can't put those
huge lambda includes in precompiled headers.