Opened 17 years ago

Closed 17 years ago

#31 closed bug (Invalid)

Deluge does not compile with gcc4.3.0

Reported by: ralf@lehmann.cc Owned by: markybob
Priority: critical Milestone:
Component: 0.5.x Version: svn
Keywords: Cc:

Description

Trunk revison 2769 does not compile with gcc4.3.0 Here is the error: In file included from /usr/include/boost/date_time/gregorian/gregorian_io.hpp:12,

from /usr/include/boost/date_time/gregorian/conversion.hpp:23, from /usr/include/boost/date_time/gregorian/gregorian.hpp:21, from /usr/include/boost/date_time/posix_time/time_formatters.hpp:12, from /usr/include/boost/date_time/posix_time/posix_time.hpp:24, from src/deluge_core.cpp:50:

/usr/include/boost/date_time/date_facet.hpp:560: Fehler: Deklaration von »void boost::date_time::date_input_facet<date_type, CharT, InItrT>::special_values_parser(boost::date_time::special_values_parser<date_type, charT>)« /usr/include/boost/date_time/special_values_parser.hpp:34: Fehler: verändert die Bedeutung von »special_values_parser« von »class boost::date_time::special_values_parser<date_type, charT>«

Change History (1)

comment:1 by markybob, 17 years ago

Resolution: invalid
Status: newclosed

this is a boost bug, not a deluge bug. http://svn.boost.org/trac/boost/ticket/1615 <-- contains a patch if you wanna patch your boost

Note: See TracTickets for help on using tickets.