mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Compiling in Windows lib problem. #7557
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#7557
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 @jriker1 on GitHub (Jul 30, 2018).
I followed the Windows compilation instructions to the letter using MSVC 2017 x64. Including the versions of libraries exactly as they were in the doc. Only deviation is I used qBittorrent 4.1.1 instead of 3.something that the walkthrough gave. When I compiled ran for a long while and complained about a missing library
👎 error: LNK1181: cannot open input file 'libboost_system-vc140-mt-s-1_64.lib'
I have in C:\qbittorrent\boost_1_64_0\stage\lib
libboost_system-vc151-mt-s-1_64.lib
Pointing to this folder in the conf.pri file.
Thoughts?
Thanks.
JR
@jriker1 commented on GitHub (Jul 30, 2018):
Think I figured this one out. Edited conf.pri and replaced references to 140 with 151.
Thanks.
JR
@jriker1 commented on GitHub (Jul 30, 2018):
As a side question, is the web interface part of the base exe file that gets compiled?
Thanks.
JR
@glassez commented on GitHub (Jul 31, 2018):
Yes. Unless you disable it via config file.