Re: [C++-sig] Problem running the quickstart

2010-01-27 Thread Daniel Lidström
> From: Jim Bosch [mailto:tallji...@gmail.com] > > On Tue, 2010-01-26 at 15:47 +0100, Daniel Lidström wrote: > > error: Unable to find file or target named > > error: 'test_extending.py' > > error: referred from project at > > error: '.' > > > > There does not seem to be a script by the

Re: [C++-sig] Problem running the quickstart

2010-01-27 Thread Jim Bosch
On Wed, 2010-01-27 at 11:37 +0100, Daniel Lidström wrote: > Neither the example nor the quickstart folders contain test_extending.py: ... > > Am I looking in the wrong place? > Nope, that's right. It should be libs/python/examples/quickstart (I forgot the "examples" earlier). I don't know why

Re: [C++-sig] Problem running the quickstart

2010-01-27 Thread Daniel Lidström
> > > > Am I looking in the wrong place? > > > > Nope, that's right. It should be libs/python/examples/quickstart (I > forgot the "examples" earlier). > > I don't know why you didn't get that file, but here's a link to a > single-file download for it: > > https://svn.boost.org/trac/boost/expo

Re: [C++-sig] boost python calling conventions support patch submission (__stdcall, __cdecl, __fastcall)

2010-01-27 Thread David Abrahams
At Wed, 27 Jan 2010 12:17:07 +0100, Nicolas Lelong wrote: > > My thought was to leave the library files as-is, and to simply enable > the unit tests on 'toolsets' related to Microsoft compilers, and perhaps > add later other compilers that might support these calling conventions, > based on use