$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: bill_kempf (williamkempf_at_[hidden])
Date: 2002-02-22 10:33:20
--- In boost_at_y..., "Steve M. Robbins" <steven.robbins_at_v...> wrote:
> On Thu, Feb 21, 2002 at 08:21:29PM -0700, Dan Nuffer wrote:
> > - The only library that appears to have sucessfully built was
regex.
> > It's the only .so file. There are some .o files for the thread
> > library, but no .so or .a. Searching back through the ton of
error
> > messages I found this:
> > libs/thread/build/../src/once.cpp:138: parse error at end of input
> > Is there a way to get Jam to stop once an error happens? It
would make
> > it a lot easier to find any errors!
> > Boost.Python failed because the build didn't look in the right
place for
> > the headers.
> > How do I fix either of these problems?
>
> The file once.cpp has a stray "extern "C" {" that you can just
remove.
Actually, this is a needed extern "C", but somehow I failed to close
the block. It's fixed and will be checked into CVS shortly.
Bill Kempf