$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-08-02 04:05:02
Robert Ramey wrote:
> When I try to compile for Borland 5.64 - which always worked before,
> I get
> C:-Boost134-bin.v2-libs-serialization-test-test_array_text_warchive.test-borland-5.6.4-debug
> Compiler output:
> test_array.cpp:
> Support for Borland compilers older than BCB2006 is deprecated in
> Boost 1.34
> And no other message which looks like the compiler isn't invoked.
That's a *warning* from the compiler, emitted from Boost.Config. Other than
the message being emitted everything should still build as before.
HTH, John.