Compiling in Windows lib problem. #7557

Closed
opened 2026-02-21 19:02:31 -05:00 by deekerman · 3 comments
Owner

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

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 :-1: 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
Author
Owner

@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): Think I figured this one out. Edited conf.pri and replaced references to 140 with 151. Thanks. JR
Author
Owner

@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

@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
Author
Owner

@glassez commented on GitHub (Jul 31, 2018):

is the web interface part of the base exe file that gets compiled?

Yes. Unless you disable it via config file.

@glassez commented on GitHub (Jul 31, 2018): >is the web interface part of the base exe file that gets compiled? Yes. Unless you disable it via config file.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#7557
No description provided.