mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qbittorrent 3.3.0 make error! #3403
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#3403
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 @yuhas on GitHub (Nov 30, 2015).
OS==opensuse 13.2
uname==Linux 4.3.0-1-desktop #1 SMP PREEMPT Wed Nov 4 22:12:50 EET 2015 i686 i686 i386 GNU/Linux
./configure --prefix=/usr
.
.
Project MESSAGE: Project is built in RELEASE mode.
Project MESSAGE: Disabling debug output.
configure: Good, your configure finished.
ERROR make!
qbittorrent-3.3.0> make
@sledgehammer999 commented on GitHub (Nov 30, 2015):
What version of qt5 are you using?
@yuhas commented on GitHub (Nov 30, 2015):
I have qt4 & qt5.
@yuhas commented on GitHub (Nov 30, 2015):
if i don't qt5, i have "error" from configure
@sledgehammer999 commented on GitHub (Nov 30, 2015):
What is the version of Qt5?
I need the complete output of configure AND make.
@yuhas commented on GitHub (Nov 30, 2015):
qt 5.5
@surfernsk commented on GitHub (Nov 30, 2015):
@yuhas try,
or edit conf.pri after configure
должно сработать, если установлены qt4 и qt5 одновременно (в fedora работает)
@yuhas commented on GitHub (Nov 30, 2015):
./configure --prefix=/usr CPPFLAGS=-I/usr/include/qt5
it works !!!!)
Thanks!*
closed
@surfer-nsk
Единственное, не могу понять, если 3.2.* собиралось за 1 минуту, 3.3.0 - 15 минут!!!
Буду посмотреть и потестить, но - спасибо за помощь!
@sledgehammer999 commented on GitHub (Nov 30, 2015):
Just so you know, it is something wrong with your qt5 installation.
But since you didn't post your whole "./configure" output I cannot fix it for future versions.
@yuhas commented on GitHub (Nov 30, 2015):
@sledgehammer999
see above
for u:
without CPPFLAGS=-I/usr/include/qt5
./configure
@sledgehammer999 commented on GitHub (Nov 30, 2015):
That's very weird.
/usr/lib/qt5/bin/qmakeshould know where its headers are located. It shouldn't need you to tell it where to find them.@yuhas commented on GitHub (Nov 30, 2015):
@sledgehammer999
but only works well
@yuhas commented on GitHub (Nov 30, 2015):
@sledgehammer999
with CPPFLAGS=-I/usr/include/qt5
@sledgehammer999 commented on GitHub (Nov 30, 2015):
I understand. I am just telling an observation. Usually the "qmake" tool knows where its files are. But in this case you have to tell it where they are. That probably means that the opensuse has packaged qt5 "wrong" or "weirdly".
@yuhas commented on GitHub (Nov 30, 2015):
@sledgehammer999
opensuse? This problem has Fedora and I think - in Centos, Red Hat...
@yuhas commented on GitHub (Nov 30, 2015):
@sledgehammer999 and i have new problen - 3.2.* build 1 min, 3.3.0 - 15 min (Core2)
3.2.* have size - 4.5 mb, 3.3.0 - 5.5mb
@sledgehammer999 commented on GitHub (Nov 30, 2015):
You first post says opensuse 13.2
Size difference is normal. Compile time I think is different due to using c++11.