Opened 10 years ago
Closed 10 years ago
#7148 closed Bugs (wontfix)
unable to build boost.python with gcc 3.3.5 and python2.4
Reported by: | innosam | Owned by: | Ralf W. Grosse-Kunstleve |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.50.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
While compiling boost.python particularly, i get this error. Is there at least a workaround on this.
In file included from boost/unordered/detail/emplace_args.hpp:16,
from boost/unordered/detail/allocator_helpers.hpp:18, from boost/unordered/unordered_set.hpp:17, from boost/unordered_set.hpp:16, from boost/graph/adjacency_list.hpp:21, from libs/python/src/object/inheritance.cpp:11:
boost/move/move.hpp:124: warning: all member functions in class `
boost::move_detail::is_convertible<T, U>' are private
boost/move/move.hpp:254: warning: `class boost::rv<T>' only defines a private
destructor and has no friends
In file included from boost/range/size.hpp:21,
from boost/range/functions.hpp:20, from boost/range/iterator_range_core.hpp:26, from boost/range/iterator_range.hpp:13, from boost/range/irange.hpp:16, from boost/graph/detail/adjacency_list.hpp:20, from boost/graph/adjacency_list.hpp:337, from libs/python/src/object/inheritance.cpp:11:
boost/range/size_type.hpp:41: warning: all member functions in class `
boost::detail::has_size_type<T>' are private
libs/python/src/object/inheritance.cpp:114: sorry, unimplemented: use of `
enumeral_type' in template type unification
bgl-mitg-sim49:/usr/local/boost_1_50_0# gcc --version gcc (GCC) 3.3.5 (Debian 1:3.3.5-8) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Change History (3)
comment:1 by , 10 years ago
Version: | Boost 1.51.0 → Boost 1.50.0 |
---|
comment:2 by , 10 years ago
Component: | Building Boost → Python |
---|---|
Owner: | set to |
comment:3 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
please try older boost releases; it's unlikely that anyone will fix compatibility with such an old Python version.