You need to specify the vertex properties as empty (something like "no_property" IIRC). You did specify the edge weight as the parameter of the VertexProperties, but it should look like this: adjacency_list
The g++-4.3.4 output contains something like "Value = boost::detail::error_property_not_found" which tells you that some property was not available while you tried to access it.
Cedric,
Ah, thanks. One problem was I was indeed trying to specify the edge
property type in the template parameter for the vertex property type.
Now I am trying to simply assign a property to a vertex. I have:
typedef boost::property