Changes between Initial Version and Version 1 of Ticket #46773
- Timestamp:
- Feb 6, 2015, 9:07:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46773 – Description
initial v1 1 1 libktorrent has been updated to version 1.3.1. Notes: 2 2 3 1) homepage and master_sites have been updated. 3 1. `homepage` and `master_sites` have been updated. 4 2. There is a build issue with the current version of boost (1.57.0) which affects libktorrent builds (old and new versions): I had to manually edit /opt/local/include/boost/type_traits/detail/has_binary_operator.hpp according to to an answer found in 4 5 5 2) There is a build issue with the current version of boost (1.57.0) which affects libktorrent builds (old and new versions): I had to manually edit /opt/local/include/boost/type_traits/detail/has_binary_operator.hpp according to to an answer found in 6 http://stackoverflow.com/questions/15455178/qt4-cgal-parse-error-at-boost-join 6 7 7 http://stackoverflow.com/questions/15455178/qt4-cgal-parse-error-at-boost-join 8 9 i.e. add #ifndef Q_MOC_RUN to the top and #endif to the bottom of the header file. 8 i.e. add `#ifndef Q_MOC_RUN` to the top and #endif to the bottom of the header file.