mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qBittorrent (latest from github) won't compile #5768
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#5768
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WaterSibilantFalling on GitHub (Jul 11, 2017).
qBittorrent version and Operating System:
Linux 4.9.0-2-686-pae #1 SMP Debian 4.9.18-1 (2017-03-30) i686 GNU/Linux
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
If on linux, libtorrent and Qt version:
libtorrent: just built and installed. 1.2.0, which works
got the libtorrent code from
git clone https://github.com/arvidn/libtorrent.gitgot the qBitorrent code from
git clone https://github.com/qbittorrent/qBittorrent.gitWhat is the problem:
build error
libtorrent confiure
./configure --enable-debug --with-boost-libdir=/usr/lib/i386-linux-gnu/qBitorrent configure, with and without c++ 11
either:
or:
@thalieht commented on GitHub (Jul 11, 2017):
qbit officially supports libtorrent's
RC_1_0branch. It's planned to move toRC_1_1at some point in 3.4.x but you can use it already.P.S. There is PR #6011 but it's outdated.
@WaterSibilantFalling commented on GitHub (Jul 11, 2017):
So I am building version 3.4.0 of qBittorrnet and version 1.2.0 of libtorrent.
Are those compatible?
@thalieht commented on GitHub (Jul 11, 2017):
No. qbittorrent 3.4.0 and libtorrent 1.1.4 are.
@WolfganP commented on GitHub (Jul 11, 2017):
I'm also having linking issues building latest qB (https://github.com/qbittorrent/qBittorrent/issues/5608), but can't pinpoint where the issue is. Any help?
@thalieht commented on GitHub (Jul 11, 2017):
What libtorrent version do you use?
This may help you #6721
@WolfganP commented on GitHub (Jul 11, 2017):
I built libtorrent RC_1_0 (v1.0.11) and had no issues building qB v3.3.13, but couldn't built latest from master. Will try the suggestions on https://github.com/qbittorrent/qBittorrent/issues/6721.
Thanks!
@WaterSibilantFalling commented on GitHub (Jul 11, 2017):
@thalieht
Thanks for that. (I had thought that I had previously got qBt 3.4 to build with libtorrent 1.2, but I mis-remembered. 3.4.0 and .1.1.4 is the answer for me. Cheers.
@WolfganP commented on GitHub (Jul 19, 2017):
Thx to previous comments and help, I was able to build qbittorrent-nox succesfully this past weeks. I wanted to update master today and a new linking error appeared:
I couldn't find any commit from last week triggering the error. Do I need to add any flag?
edit: [SOLVED] somehow a dev package was missing that didn't trigger any error last week. Solved by: sudo apt-get install libz-dev