Re: [C++-sig] getting the tutorial up and running

2014-03-04 Thread Nikolay Mladenov
did you verify the existence of boost_python-vc110-mt-gd-1_55.lib in your C:\local\boost_1_55_0\stage folder? On Mon, Mar 3, 2014 at 4:46 AM, Kevin Kunzmann wrote: > Hey, > > thanks, still not working - I suspect it's the include and library paths > for the command line compiler now, how do I a

[C++-sig] as_to_python_function and abstract C++ classes

2014-03-04 Thread Andy Schneider
Hi, Since I upgraded to gcc 4.8 I can no longer use as_to_python_function with T being a type that's abstract (i.e. has >= 1 pure virtual method). This is because in gcc 4.8 the following: template static void convert_function_must_take_value_or_const_reference(U(*)(T), int, T* = 0)

Re: [C++-sig] getting the tutorial up and running

2014-03-04 Thread Kevin Kunzmann
Hey, thanks, still not working - I suspect it's the include and library paths for the command line compiler now, how do I add my boost directory to them? Output is still: C:\local\boost_1_55_0\libs\python\example\tutorial>bjam link.jam: No such file or directory ...patience... ...