$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-02 02:47:53
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.
>
> a) Where does this message come from?
> b) Why is it there. How can some other library component know whether or
> not the serialization library will work with borland?
I don't know. This message is not emitted by Boost.Build, so I
suspect it's Boost.Config, or something.
- Volodya