-
-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtorrent 1.2.6 + python310 + boost > 1.70 build error gcc 4.9.x #6928
Comments
The problem is that the If the library is built with a compiler that supports C++14, the resulting library may not be able to be used by a client building in C++11 mode. |
Trying to make mileage on that, could that be because The solution could then be to enforce |
it's possible my conclusion above is incorrect. I don't think the version of boost would affect this. You're saying that the exact same setup, but with a different boost version will built? |
i saw this if it helps.
I'll add the whole bit
|
I was able to solve this issue. My PR related to deluge package can be found here: SynoCommunity/spksrc#5398 Basically what I ended-up doing is:
Thnx for you help. |
Please provide the following information
libtorrent version (or branch): 1.2.6
platform/architecture: any (currently testing on x64, but also fails on arm5-7-8/i686/ppc)
compiler and compiler version: gcc-4.9.3
Linux version: Synology toolchain for DSM-6 Linux uses gcc-4.9.x.
It is possible to have a successful build with boost 1.70 using gcc-4.9. libtorrent fails to build with any version of boost after that using that gcc version. Note that this is only seen with gcc-4.9 as it does build properly using gcc-7.5 on the newer Synology DSM-7.
See attached log.
boost-1.76_build-x64-6.1.log
The text was updated successfully, but these errors were encountered: