VC7.1 and BGL from cvs

The following errors have been showing up in my nightly builds starting 2004 May 14 C:\Projects\boost>bjam -sTOOLS=vc7.1 install 1>bjaminstall.log ============ a section of the log file, hopefully relevant =================================== vc-C++ bin\boost\libs\python\build\boost_python.dll\vc7.1\debug\inheritance.obj inheritance.cpp C:\Projects\boost\boost\graph\adjacency_list.hpp(423) : error C2653: 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled' : is not a class or namespace name C:\Projects\boost\boost\graph\adjacency_list.hpp(342) : see declaration of 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled' C:\Projects\boost\boost\graph\adjacency_list.hpp(459) : see reference to class template instantiation 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>' being compiled C:\Projects\boost\boost\graph\adjacency_list.hpp(432) : error C2653: 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled' : is not a class or namespace name C:\Projects\boost\boost\graph\adjacency_list.hpp(342) : see declaration of 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled' C:\Projects\boost\boost\graph\adjacency_list.hpp(441) : error C2653: 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::edge_bundled' : is not a class or namespace name C:\Projects\boost\boost\graph\adjacency_list.hpp(346) : see declaration of 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::edge_bundled' C:\Projects\boost\boost\graph\adjacency_list.hpp(450) : error C2653: 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::edge_bundled' : is not a class or namespace name C:\Projects\boost\boost\graph\adjacency_list.hpp(346) : see declaration of 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::edge_bundled' CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_SOURCE /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"bin\boost\libs\python\build" -I"C:\Projects\boost" -I"c:\python23\include" -Fo"bin\boost\libs\python\build\boost_python.dll\vc7.1\debug\inheritance.obj" -Tp"C:\Projects\boost\libs\python\build\../src/object/inheritance.cpp" ...failed vc-C++ bin\boost\libs\python\build\boost_python.dll\vc7.1\debug\inheritance.obj... ...skipped <@boost!libs!python!build\boost_python.dll\vc7.1\debug>boost_python-vc71-mt-gd-1_31.CMD for lack of <@boost!libs!python!build\boost_python.dll\vc7.1\debug>inheritance.obj... ...skipped <@boost!libs!python!build\boost_python.dll\vc7.1\debug>boost_python-vc71-mt-gd-1_31.dll for lack of <@boost!libs!python!build\boost_python.dll\vc7.1\debug>boost_python-vc71-mt-gd-1_31.CMD... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"

On Wed, 19 May 2004, Victor A. Wagner Jr. wrote:
The following errors have been showing up in my nightly builds starting 2004 May 14
C:\Projects\boost\boost\graph\adjacency_list.hpp(423) : error C2653: 'boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty,GraphProperty,EdgeListS>::vertex_bundled' : is not a class or namespace name
How annoying... it thinks the typedef can't be a class. I've worked around the problem for VC++ 7.1. Doug
participants (2)
-
Douglas Paul Gregor
-
Victor A. Wagner Jr.