[C++-sig] Re: What CVS version for V2?

Dave Hawkes daveh at cadlink.com
Tue Jun 4 20:02:44 CEST 2002


OK, I checked out the mpl-development branch and tried a simple test file
(VC6 SP5):


#include <boost/python/module.hpp>


int Test()
{
  return 5;
}

BOOST_PYTHON_MODULE_INIT(PyTest)
{
  module("PyTest").def("Test");
}

and get the following errors:

boost\python\converter\from_python.hpp(24) : error C2904: 'from_python' :
template-name already defined as 'volatile  __thiscall
boost::python::from_python'
boost\boost\mpl\aux_\count_if_not.hpp(61) : fatal error C1506: unrecoverable
block scoping error


Any ideas?

Thanks
Dave Hawkes


"David Abrahams" <david.abrahams at rcn.com> wrote in message
news:adirr1$k8u$1 at main.gmane.org...
>
> "Dave Hawkes" <daveh at cadlink.com> wrote in message
> news:adipo5$fkj$1 at main.gmane.org...
> > Hi,
> >
> > I tried to build V2 from CVS but was not very successful. The least
errors
> > were if I got the HEAD tag on everything and the mpl_v2 tag on the mpl
> > directory. Even then I get:
> >
> > boost\python\object\forward.hpp(9) : fatal error C1083: Cannot open
> include
> > file: 'boost/mpl/select_type.hpp': No such file or directory
> >
> > It would appear that select_type.hpp is in the mpl-development branch,
but
> > if I get that branch I have a lot more other errors...
> >
> >
> > Does anyone what the correct CVS branch is?
>
> It's "mpl-development"
>
> What other errors are you getting?
>
> -Dave









More information about the Cplusplus-sig mailing list