Package: libboost-dev Version: 1.33.1-8 Severity: important Tags: patch Hi,
I just tried to compile the svn version of the parallel boost graph library from http://www.osl.iu.edu/research/pbgl/ I got a rather longish error telling me basically that readable_pmap_iter<Iterator, ReadablePropertyMap>::dereference() const is private (Invoked from iterator_core_access) After looking into property_map_iterator.hpp and iterator/iterator_facade.hpp I tried to change line 66 from friend class iterator_core_access; to friend class boost::iterator_core_access; which did the job for me. hth Chris -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-skogtun-amd64 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libboost-dev depends on: ii libstdc++5-3.3-dev [libst 1:3.3.6-13 The GNU Standard C++ Library v3 (d ii libstdc++6-4.0-dev [libst 4.0.3-7 The GNU Standard C++ Library v3 (d ii libstdc++6-4.1-dev [libst 4.1.1-17 The GNU Standard C++ Library v3 (d ii libstdc++6-4.2-dev [libst 4.2-20060709-1 The GNU Standard C++ Library v3 (d libboost-dev recommends no packages. -- no debconf information
66c66 < friend class iterator_core_access; --- > friend class boost::iterator_core_access;