Opened 19 years ago

Closed 19 years ago

#236 closed Support Requests (None)

problem building boost_python.dll from boost V1.31.0

Reported by: nobody Owned by: david_abrahams
Milestone: Component: python USE GITHUB
Version: None Severity:
Keywords: Cc:

Description

hi everybody,

when trying to build the boost_python.dll and lib of
the new boost 1.31.0 with the visual studio project files
(found in: boost/libs/python/build/VisualStudio)
(i use MSVC6 ).

i get following errors:
../boost/graph/detail/adjacency_list.hpp (lines 1055, 1057)
error C2244: 'bidirectional_graph_helper_with_property....
and 
error C2954: template definitions can't be put into
each other

../boost/mem_fn.hpp (line 315)
error C2039: 'dm' no element of '_mfi'


i had no problem building those files in boost 1.30.2:
0 errors 0 warnings (my genuine respect here!!)


did anyone come across the same problem and solved it?


by the way i couldn't build the dlls (neither from
1.30.2 nor 1.31.0)
with the stlport (i use stlport 4.6.1).
is there any possibility to do that?
i get the errors "fprintf" not in _STL
and "strcmp" not in _STL

could you please help me ?


with my best regards
oliver


Change History (2)

comment:1 by nobody, 19 years ago

Logged In: NO 

it's a vc++ bug and has been fixed 2 days ago.

just replace the adjacency_list.hpp with the one in the cvs
repository and it compiles without errors and warnings.

-> solved

comment:2 by david_abrahams, 19 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.