Boost logo

Boost :

From: rwgk_at_[hidden]
Date: 2001-07-19 18:53:08


--- In boost_at_y..., "Peter Dimov" <pdimov_at_m...> wrote:
> The SDK contains MSVC 7b2 standard edition (installed in Program
> Files/Visual Studio.NET/VC7/bin IIRC.) Search for cl.exe, c1xx.dll,
c2.dll,
> link.exe.

I am trying to compile Boost.Python. The first problem I found
is that all the include files are missing (I did a file find
on the entire hard disk). Would anybody know where to get them?

To keep going, I resorted to using the VC6 include files.
This did not get me vary far:

cl.exe /I C:\progra~1\micros~3\vc9\include
  /I"L:\boost" /I"C:\Program files\Python\include"
  /nologo /MD /GR /GX /Zm200 /c classes.cpp classes.cpp
L:\boost\boost\iterator.hpp(43) : error C2977: 'std::iterator' :
 too many template arguments
etc. etc.

I am guessing that we need to update many #ifdefs like
_MSC_VER <= 1200. Has someone done this already?

Thanks,
        Ralf


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk