$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-09-11 04:33:50
> and every test that should pass fails with an error, that the
> include file <boost/test/cpp_main.cpp> cannot be found.
boost/test/cpp_main.cpp is not present anymore. You have 2 chooses:
1. Delete this line completely and link with libprg_exec_monitor.lib
2. substitute boost/test/cpp_main.cpp with
boost/test/included/prg_exec_monitor.hpp
Second option will work only for single programming unit tests.
Gennadiy.
P.S. For backward compatibility for this release I could introduce
cpp_main.cpp that follow option 2 above. This file will be deprecated in the
next release.