[C++-sig] Re: Building on Windows from CVS
by Dave Hawkes other posts by this author
Jul 15 2002 3:00AM messages near this date
Re: [C++-sig] Re: Building on Windows from CVS
|
Re: [C++-sig] Building on Windows from CVS
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
Thread:
David Abrahams
Dave Hawkes
David Abrahams
Dave Hawkes
David Abrahams
|