Re: [C++-sig] Re: Building on Windows from CVS
by David Abrahams other posts by this author
Jul 15 2002 4:15AM messages near this date
[C++-sig] Re: Re: Building on Windows from CVS
|
[C++-sig] Re: Building on Windows from CVS
You must be out-of-date, and a little confused. I can't find
get_to_python_function mentioned anywhere in my CVS tree now, and it was
never mentioned in boost/python/to_python_converter.hpp. Try a clean
checkout?
-Dave
----- Original Message -----
From: "Dave Hawkes" <daveh@[...].com>
> Dave,
>
> I'm currently getting another build problem on my test files in
> to_python_converter.hpp:
>
> at line 33 ie:
>
> if(converter::registry::get_to_python_function(type_id<T>()) !=0)
> return;
>
> I've searched the includes and can't find where get_to_python_function is
> defined (the compiler complains its undefined).
>
> Dave Hawkes
>
>
> "David Abrahams" <david.abrahams@[...].com> wrote in message
> news:1fdc01c22ba1$8642a9c0$6601a8c0@[...]..
> > If you're using the current CVS state on Windows, please check out
version
> > 1.64 of tools/build/boost-base.jam until further notice.
> >
> > cvs update -r1.64 tools/build/boost-base.jam
> >
> > Something is broken in 1.65 which prevents Boost.Python builds from
> > working. I'll let you know when it's cleared up.
> >
> > Sorry for the inconvenience,
> > Dave
> > +---------------------------------------------------------------+
> > David Abrahams
> > C++ Booster (http://www.boost.org) O__ ==
> > Pythonista (http://www.python.org) c/ /'_ ==
> > resume: http://users.rcn.com/abrahams/resume.html (*) \(*) ==
> > email: david.abrahams@[...].com
> > +---------------------------------------------------------------+
>
>
>
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig@[...].org
> http://mail.python.org/mailman/listinfo/c++-sig
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
David Abrahams
Dave Hawkes
David Abrahams
Dave Hawkes
David Abrahams
|