Re: [C++-sig] Problem with bjam quickstart

2009-03-16 Thread Rene Rivera
Gabriel Joel Perez wrote: Hi! I'm getting problems with running the basic demo that is described in the bjam quickstart guide http://www.boost.org/doc/libs/1_38_0/libs/python/doc/building.html I have the following bjam version: boost-jam-3.1.17-1-linuxx86/ and I'm running Ubuntu 8.04 Hardy Heron

Re: [C++-sig] Some thoughts on py3k support

2009-03-17 Thread Rene Rivera
Matthew Scouten (TT) wrote: I can work with whatever you come up with, but it might convenient if a char* or char[] was treated as a bytes object and a std::string was treated as a string. Thoughts? A char* can never be fully treated as a bytes object. You must mean a char* plus a size_t (or