Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#7764 closed Bugs (invalid)

fail to build boost with MSVC10 and stlport — at Version 4

Reported by: anonymous Owned by: Peter Dimov
Milestone: To Be Determined Component: smart_ptr
Version: Boost 1.52.0 Severity: Problem
Keywords: weak_ptr Cc:

Description (last modified by viboes)

I tried to build boost 1.52 with msvc10 32 bit and stlport 5.2.1

b2 -a --toolset=msvc-10.0 stdlib=stlport-5.2.1 "stdlib:stlport-iostream=on" threading=multi --build-type=complete 

got this syntax error 

compile-c-c++ bin.v2\libs\context\build\msvc-10.0\debug\link-static\runtime-link
-static\stdlib-stlport-5.2.1\threading-multi\utils_windows.obj
utils_windows.cpp
compile-c-c++ bin.v2\libs\date_time\build\msvc-10.0\debug\link-static\runtime-li
nk-static\stdlib-stlport-5.2.1\threading-multi\gregorian\date_generators.obj
date_generators.cpp
compile-c-c++ bin.v2\libs\date_time\build\msvc-10.0\debug\link-static\runtime-li
nk-static\stdlib-stlport-5.2.1\threading-multi\gregorian\greg_weekday.obj
greg_weekday.cpp
F:\project\src\extern\boost\boost_1_52_0\boost/smart_ptr/weak_ptr.hpp(77) : erro
r C2143: syntax error : no ',' before '<' 
        F:\project\src\extern\boost\boost_1_52_0\boost/smart_ptr/weak_ptr.hpp(22

Change History (4)

comment:1 by viboes, 10 years ago

Component: Building Boostbuild
Milestone: Boost 1.52.0To Be Determined
Owner: set to Vladimir Prus

comment:2 by Steven Watanabe, 10 years ago

Component: buildsmart_ptr
Owner: changed from Vladimir Prus to Peter Dimov

The error is in weak_ptr.

comment:3 by Peter Dimov, 9 years ago

Resolution: invalid
Status: newclosed

I'm going to close this as "invalid" because it's not possible to deduce what's going on without more information about the error. Please reopen if still relevant.

comment:4 by viboes, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.