mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
build/make/configure: its need to be "qt4-qmake" not "qmake-qt4" (on debian-based) (with solution) #2898
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#2898
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 (Aug 6, 2015).
when building, ./configure won't run, incorrectly returning the error
checking whether Qt5 should be enabled... no
checking for /qmake... no
checking for /qmake-qt4... no
checking for Qt4 qmake >= 4.8.0... not found
configure: error: Could not find qmake
when qt4-qmake is installed.
The cause is that it is incorrectly looking for "qmake-qt4" instead of "qt4-qmake"
Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux
qbittorrent-3.2.3.tar.gz
maybe
configure.ac:$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro
is the problem?
Note that it is looking for **/**qmake
@sledgehammer999 commented on GitHub (Aug 6, 2015):
It's looking for the name of the binary. On debian unstable it is named
qmake-qt4. (andqmake)What is your distro ?
Have you installed libt4-dev ?
@WaterSibilantFalling commented on GitHub (Aug 7, 2015):
my distro is Debian testing (stretch), up to date.
Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux
I had not installed libqt4-dev. I tar -zxf 'd the tar file, and ran ./configure, oldschool.
The error did not seem to lead to libqt4-dev.
I have qmake installed:
I have now found your https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu#Compiling_qBittorrent_with_the_GUI page, so following that.
a separate not, libtorrent gives
configure: WARNING: unrecognized options: --with-geoip
when configured as instructed there.
@sledgehammer999 commented on GitHub (Aug 7, 2015):
I fixed it. It should be
--with-libgeoipThen the problem is qt was installed in a place where qbt couldn't find it.
Anyway, now using my instructions from the wiki you should be able to compile.