Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-09-12 05:36:26


> > > 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.
>
> I think option 1 would be the way to go but it's up to someone
> else to decide this. John?

No, you can't have a configure script dependent upon a library (that hasn't
even been configured yet, never mind built). I'll find a fix though...

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk