qbittorrent 3.3.0 make error! #3403

Closed
opened 2026-02-21 16:45:09 -05:00 by deekerman · 16 comments
Owner

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

cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake /files/qbittorrent-3.3.0/src/src.pro -o Makefile ) && make -f Makefile 
make[1]: вход в каталог «/files/qbittorrent-3.3.0/src»
compiling app/qtsingleapplication/qtsingleapplication.cpp
In file included from /usr/include/qt5/QtWidgets/QApplication:1:0,
                 from app/qtsingleapplication/qtsingleapplication.h:44,
                 from app/qtsingleapplication/qtsingleapplication.cpp:42:
/usr/include/qt5/QtWidgets/qapplication.h:100:24: error: missing binary operator before token "("
 #if QT_DEPRECATED_SINCE(5, 0)
                        ^
/usr/include/qt5/QtWidgets/qapplication.h:136:24: error: missing binary operator before token "("
 #if QT_DEPRECATED_SINCE(5, 0)
                        ^
/usr/include/qt5/QtWidgets/qapplication.h:166:24: error: missing binary operator before token "("
 #if QT_DEPRECATED_SINCE(5, 0)
                        ^
In file included from /usr/include/qt5/QtGui/qguiapplication.h:39:0,
                 from /usr/include/qt5/QtWidgets/qapplication.h:45,
                 from /usr/include/qt5/QtWidgets/QApplication:1,
                 from app/qtsingleapplication/qtsingleapplication.h:44,
                 from app/qtsingleapplication/qtsingleapplication.cpp:42:
/usr/include/qt5/QtGui/qinputmethod.h:75:18: error: expected «;» at end of member declaration
     Q_ENUM(Action)
                  ^
/usr/include/qt5/QtGui/qinputmethod.h:82:5: error: «QLocale» not a type name
     QLocale locale() const;
     ^
/usr/include/qt5/QtGui/qinputmethod.h:91:21: error: «Qt::InputMethodQueries» not been declared
     void update(Qt::InputMethodQueries queries);
                     ^
In file included from /usr/include/qt5/QtWidgets/qapplication.h:45:0,
                 from /usr/include/qt5/QtWidgets/QApplication:1,
                 from app/qtsingleapplication/qtsingleapplication.h:44,
                 from app/qtsingleapplication/qtsingleapplication.cpp:42:
/usr/include/qt5/QtGui/qguiapplication.h:85:12: error: «QWindowList» not a type name
     static QWindowList allWindows();
            ^
/usr/include/qt5/QtGui/qguiapplication.h:86:12: error: «QWindowList» not a type name
     static QWindowList topLevelWindows();
            ^                                                                                                                                     
/usr/include/qt5/QtGui/qguiapplication.h:138:12: error: «QFunctionPointer» not a type name
     static QFunctionPointer platformFunction(const QByteArray &function);                                                                        
            ^                                                                                                                                     
/usr/include/qt5/QtGui/qguiapplication.h:143:12: error: «ApplicationState» in namespace «Qt» does not name a type                                
     static Qt::ApplicationState applicationState();                                                                                              
            ^                                                                                                                                     
/usr/include/qt5/QtGui/qguiapplication.h:146:36: error: expected «;» at end of member declaration                                                
     bool notify(QObject *, QEvent *) Q_DECL_OVERRIDE;                                                                                            
                                    ^                                                                                                             
/usr/include/qt5/QtGui/qguiapplication.h:146:38: error: «Q_DECL_OVERRIDE» not a type name
     bool notify(QObject *, QEvent *) Q_DECL_OVERRIDE;                                                                                            
                                      ^                                                                                                           
/usr/include/qt5/QtGui/qguiapplication.h:164:38: error: «Qt::ApplicationState» not been declared
     void applicationStateChanged(Qt::ApplicationState state);
                                      ^
/usr/include/qt5/QtGui/qguiapplication.h:173:24: error: expected «;» at end of member declaration
     bool event(QEvent *) Q_DECL_OVERRIDE;
                        ^
/usr/include/qt5/QtGui/qguiapplication.h:173:26: error: «Q_DECL_OVERRIDE» not a type name
     bool event(QEvent *) Q_DECL_OVERRIDE;
                          ^
/usr/include/qt5/QtGui/qguiapplication.h:174:69: error: expected «;» at end of member declaration
     bool compressEvent(QEvent *, QObject *receiver, QPostEventList *) Q_DECL_OVERRIDE;
                                                                     ^
/usr/include/qt5/QtGui/qguiapplication.h:174:71: error: «Q_DECL_OVERRIDE» not a type name
     bool compressEvent(QEvent *, QObject *receiver, QPostEventList *) Q_DECL_OVERRIDE;
                                                                       ^
In file included from /usr/include/qt5/QtWidgets/QApplication:1:0,
                 from app/qtsingleapplication/qtsingleapplication.h:44,
                 from app/qtsingleapplication/qtsingleapplication.cpp:42:
/usr/include/qt5/QtWidgets/qapplication.h:65:37: error: expected initializer before «:» token
 class Q_WIDGETS_EXPORT QApplication : public QGuiApplication
                                     ^
Makefile:2260: error performance objectives for the recipe «qtsingleapplication.o»
make[1]: *** [qtsingleapplication.o] error 1
make[1]: выход из каталога «/files/qbittorrent-3.3.0/src»
Makefile:42: Error performance objectives for the recipe «sub-src-make_first»
make: *** [sub-src-make_first] error 2
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** ``` cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake /files/qbittorrent-3.3.0/src/src.pro -o Makefile ) && make -f Makefile make[1]: вход в каталог «/files/qbittorrent-3.3.0/src» compiling app/qtsingleapplication/qtsingleapplication.cpp In file included from /usr/include/qt5/QtWidgets/QApplication:1:0, from app/qtsingleapplication/qtsingleapplication.h:44, from app/qtsingleapplication/qtsingleapplication.cpp:42: /usr/include/qt5/QtWidgets/qapplication.h:100:24: error: missing binary operator before token "(" #if QT_DEPRECATED_SINCE(5, 0) ^ /usr/include/qt5/QtWidgets/qapplication.h:136:24: error: missing binary operator before token "(" #if QT_DEPRECATED_SINCE(5, 0) ^ /usr/include/qt5/QtWidgets/qapplication.h:166:24: error: missing binary operator before token "(" #if QT_DEPRECATED_SINCE(5, 0) ^ In file included from /usr/include/qt5/QtGui/qguiapplication.h:39:0, from /usr/include/qt5/QtWidgets/qapplication.h:45, from /usr/include/qt5/QtWidgets/QApplication:1, from app/qtsingleapplication/qtsingleapplication.h:44, from app/qtsingleapplication/qtsingleapplication.cpp:42: /usr/include/qt5/QtGui/qinputmethod.h:75:18: error: expected «;» at end of member declaration Q_ENUM(Action) ^ /usr/include/qt5/QtGui/qinputmethod.h:82:5: error: «QLocale» not a type name QLocale locale() const; ^ /usr/include/qt5/QtGui/qinputmethod.h:91:21: error: «Qt::InputMethodQueries» not been declared void update(Qt::InputMethodQueries queries); ^ In file included from /usr/include/qt5/QtWidgets/qapplication.h:45:0, from /usr/include/qt5/QtWidgets/QApplication:1, from app/qtsingleapplication/qtsingleapplication.h:44, from app/qtsingleapplication/qtsingleapplication.cpp:42: /usr/include/qt5/QtGui/qguiapplication.h:85:12: error: «QWindowList» not a type name static QWindowList allWindows(); ^ /usr/include/qt5/QtGui/qguiapplication.h:86:12: error: «QWindowList» not a type name static QWindowList topLevelWindows(); ^ /usr/include/qt5/QtGui/qguiapplication.h:138:12: error: «QFunctionPointer» not a type name static QFunctionPointer platformFunction(const QByteArray &function); ^ /usr/include/qt5/QtGui/qguiapplication.h:143:12: error: «ApplicationState» in namespace «Qt» does not name a type static Qt::ApplicationState applicationState(); ^ /usr/include/qt5/QtGui/qguiapplication.h:146:36: error: expected «;» at end of member declaration bool notify(QObject *, QEvent *) Q_DECL_OVERRIDE; ^ /usr/include/qt5/QtGui/qguiapplication.h:146:38: error: «Q_DECL_OVERRIDE» not a type name bool notify(QObject *, QEvent *) Q_DECL_OVERRIDE; ^ /usr/include/qt5/QtGui/qguiapplication.h:164:38: error: «Qt::ApplicationState» not been declared void applicationStateChanged(Qt::ApplicationState state); ^ /usr/include/qt5/QtGui/qguiapplication.h:173:24: error: expected «;» at end of member declaration bool event(QEvent *) Q_DECL_OVERRIDE; ^ /usr/include/qt5/QtGui/qguiapplication.h:173:26: error: «Q_DECL_OVERRIDE» not a type name bool event(QEvent *) Q_DECL_OVERRIDE; ^ /usr/include/qt5/QtGui/qguiapplication.h:174:69: error: expected «;» at end of member declaration bool compressEvent(QEvent *, QObject *receiver, QPostEventList *) Q_DECL_OVERRIDE; ^ /usr/include/qt5/QtGui/qguiapplication.h:174:71: error: «Q_DECL_OVERRIDE» not a type name bool compressEvent(QEvent *, QObject *receiver, QPostEventList *) Q_DECL_OVERRIDE; ^ In file included from /usr/include/qt5/QtWidgets/QApplication:1:0, from app/qtsingleapplication/qtsingleapplication.h:44, from app/qtsingleapplication/qtsingleapplication.cpp:42: /usr/include/qt5/QtWidgets/qapplication.h:65:37: error: expected initializer before «:» token class Q_WIDGETS_EXPORT QApplication : public QGuiApplication ^ Makefile:2260: error performance objectives for the recipe «qtsingleapplication.o» make[1]: *** [qtsingleapplication.o] error 1 make[1]: выход из каталога «/files/qbittorrent-3.3.0/src» Makefile:42: Error performance objectives for the recipe «sub-src-make_first» make: *** [sub-src-make_first] error 2 ```
deekerman 2026-02-21 16:45:09 -05:00
  • closed this issue
  • added the
    OS: Linux
    label
Author
Owner

@sledgehammer999 commented on GitHub (Nov 30, 2015):

What version of qt5 are you using?

@sledgehammer999 commented on GitHub (Nov 30, 2015): What version of qt5 are you using?
Author
Owner

@yuhas commented on GitHub (Nov 30, 2015):

I have qt4 & qt5.

@yuhas commented on GitHub (Nov 30, 2015): I have qt4 & qt5.
Author
Owner

@yuhas commented on GitHub (Nov 30, 2015):

if i don't qt5, i have "error" from configure

@yuhas commented on GitHub (Nov 30, 2015): if i don't qt5, i have **"error"** from **configure**
Author
Owner

@sledgehammer999 commented on GitHub (Nov 30, 2015):

What is the version of Qt5?
I need the complete output of configure AND make.

@sledgehammer999 commented on GitHub (Nov 30, 2015): What is the version of Qt5? I need the complete output of configure AND make.
Author
Owner

@yuhas commented on GitHub (Nov 30, 2015):

qt 5.5

@yuhas commented on GitHub (Nov 30, 2015): qt 5.5
Author
Owner

@surfernsk commented on GitHub (Nov 30, 2015):

@yuhas try,

./configure --prefix=/usr CPPFLAGS=-I/usr/include/qt5

or edit conf.pri after configure

change
INCLUDEPATH += /usr/include /usr/include/libtorrent

to
INCLUDEPATH += /usr/include/qt5 /usr/include/libtorrent

должно сработать, если установлены qt4 и qt5 одновременно (в fedora работает)

@surfernsk commented on GitHub (Nov 30, 2015): @yuhas try, ``` ./configure --prefix=/usr CPPFLAGS=-I/usr/include/qt5 ``` or edit conf.pri after configure ``` change INCLUDEPATH += /usr/include /usr/include/libtorrent to INCLUDEPATH += /usr/include/qt5 /usr/include/libtorrent ``` должно сработать, если установлены qt4 и qt5 одновременно (в fedora работает)
Author
Owner

@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 минут!!!
Буду посмотреть и потестить, но - спасибо за помощь!

@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 минут!!! Буду посмотреть и потестить, но - спасибо за помощь!
Author
Owner

@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.

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

@yuhas commented on GitHub (Nov 30, 2015):

@sledgehammer999
see above

for u:
without CPPFLAGS=-I/usr/include/qt5
./configure

:/files/qbittorrent-3.3.0> ./configure
configure: loading site script /usr/share/site/i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking dependency style of g++... none
checking whether OS is FreeBSD... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.23... yes
checking whether to enable the Debug build... no
checking whether to enable the GUI... yes
checking whether to install the systemd service file... no
checking whether to enable the WebUI... yes
checking whether Qt4 should be enabled... no
checking for /usr/lib/qt5/bin/qmake... yes
checking for Qt5 qmake >= 5.2.0... /usr/lib/qt5/bin/qmake
checking whether QtDBus should be enabled... yes
checking for Qt5DBus >= 5.2.0... found
checking for boostlib >= 1.35... yes                                                                                                              
configure: Boost CPPFLGAS: -I/usr/include                                                                                                         
checking whether the Boost::System library is available... yes                                                                                    
checking for exit in -lboost_system... yes                                                                                                        
configure: Boost.System LIB: -lboost_system                                                                                                       
checking which qtsingleapplication to use... shipped                                                                                              
checking for libtorrent... yes                                                                                                                    
checking for zlib... yes                                                                                                                          
checking that generated files are newer than configure... done                                                                                    
configure: creating ./config.status                                                                                                               
config.status: creating conf.pri                                                                                                                  
config.status: executing depfiles commands                                                                                                        
configure: Running qmake to generate the makefile...                                                                                              
Project MESSAGE: Building translations                                                                                                            
Project MESSAGE: Processing lang/qbittorrent_fr
Project MESSAGE: Processing lang/qbittorrent_zh
Project MESSAGE: Processing lang/qbittorrent_zh_TW
Project MESSAGE: Processing lang/qbittorrent_zh_HK
Project MESSAGE: Processing lang/qbittorrent_en
Project MESSAGE: Processing lang/qbittorrent_en_AU
Project MESSAGE: Processing lang/qbittorrent_en_GB
Project MESSAGE: Processing lang/qbittorrent_ca
Project MESSAGE: Processing lang/qbittorrent_es
Project MESSAGE: Processing lang/qbittorrent_eo
Project MESSAGE: Processing lang/qbittorrent_pl
Project MESSAGE: Processing lang/qbittorrent_ko
Project MESSAGE: Processing lang/qbittorrent_de
Project MESSAGE: Processing lang/qbittorrent_nl
Project MESSAGE: Processing lang/qbittorrent_tr
Project MESSAGE: Processing lang/qbittorrent_sv
Project MESSAGE: Processing lang/qbittorrent_el
Project MESSAGE: Processing lang/qbittorrent_ru
Project MESSAGE: Processing lang/qbittorrent_uk
Project MESSAGE: Processing lang/qbittorrent_bg
Project MESSAGE: Processing lang/qbittorrent_id
Project MESSAGE: Processing lang/qbittorrent_it
Project MESSAGE: Processing lang/qbittorrent_sk
Project MESSAGE: Processing lang/qbittorrent_sl
Project MESSAGE: Processing lang/qbittorrent_ro
Project MESSAGE: Processing lang/qbittorrent_pt
Project MESSAGE: Processing lang/qbittorrent_nb
Project MESSAGE: Processing lang/qbittorrent_fi
Project MESSAGE: Processing lang/qbittorrent_da
Project MESSAGE: Processing lang/qbittorrent_ja
Project MESSAGE: Processing lang/qbittorrent_hu
Project MESSAGE: Processing lang/qbittorrent_pt_BR
Project MESSAGE: Processing lang/qbittorrent_cs
Project MESSAGE: Processing lang/qbittorrent_sr
Project MESSAGE: Processing lang/qbittorrent_ar
Project MESSAGE: Processing lang/qbittorrent_hr
Project MESSAGE: Processing lang/qbittorrent_gl
Project MESSAGE: Processing lang/qbittorrent_hy
Project MESSAGE: Processing lang/qbittorrent_lt
Project MESSAGE: Processing lang/qbittorrent_ka
Project MESSAGE: Processing lang/qbittorrent_be
Project MESSAGE: Processing lang/qbittorrent_eu
Project MESSAGE: Processing lang/qbittorrent_he
Project MESSAGE: Processing lang/qbittorrent_vi
Project MESSAGE: Processing lang/qbittorrent_hi_IN
Reading /files/qbittorrent-3.3.0/src/src.pro
Project MESSAGE: Project is built in RELEASE mode.
Project MESSAGE: Disabling debug output.

configure: Good, your configure finished.
@yuhas commented on GitHub (Nov 30, 2015): @sledgehammer999 see above for u: without CPPFLAGS=-I/usr/include/qt5 ./configure ``` :/files/qbittorrent-3.3.0> ./configure configure: loading site script /usr/share/site/i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a sed that does not truncate output... /usr/bin/sed checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... none checking dependency style of g++... none checking whether OS is FreeBSD... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.23... yes checking whether to enable the Debug build... no checking whether to enable the GUI... yes checking whether to install the systemd service file... no checking whether to enable the WebUI... yes checking whether Qt4 should be enabled... no checking for /usr/lib/qt5/bin/qmake... yes checking for Qt5 qmake >= 5.2.0... /usr/lib/qt5/bin/qmake checking whether QtDBus should be enabled... yes checking for Qt5DBus >= 5.2.0... found checking for boostlib >= 1.35... yes configure: Boost CPPFLGAS: -I/usr/include checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes configure: Boost.System LIB: -lboost_system checking which qtsingleapplication to use... shipped checking for libtorrent... yes checking for zlib... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating conf.pri config.status: executing depfiles commands configure: Running qmake to generate the makefile... Project MESSAGE: Building translations Project MESSAGE: Processing lang/qbittorrent_fr Project MESSAGE: Processing lang/qbittorrent_zh Project MESSAGE: Processing lang/qbittorrent_zh_TW Project MESSAGE: Processing lang/qbittorrent_zh_HK Project MESSAGE: Processing lang/qbittorrent_en Project MESSAGE: Processing lang/qbittorrent_en_AU Project MESSAGE: Processing lang/qbittorrent_en_GB Project MESSAGE: Processing lang/qbittorrent_ca Project MESSAGE: Processing lang/qbittorrent_es Project MESSAGE: Processing lang/qbittorrent_eo Project MESSAGE: Processing lang/qbittorrent_pl Project MESSAGE: Processing lang/qbittorrent_ko Project MESSAGE: Processing lang/qbittorrent_de Project MESSAGE: Processing lang/qbittorrent_nl Project MESSAGE: Processing lang/qbittorrent_tr Project MESSAGE: Processing lang/qbittorrent_sv Project MESSAGE: Processing lang/qbittorrent_el Project MESSAGE: Processing lang/qbittorrent_ru Project MESSAGE: Processing lang/qbittorrent_uk Project MESSAGE: Processing lang/qbittorrent_bg Project MESSAGE: Processing lang/qbittorrent_id Project MESSAGE: Processing lang/qbittorrent_it Project MESSAGE: Processing lang/qbittorrent_sk Project MESSAGE: Processing lang/qbittorrent_sl Project MESSAGE: Processing lang/qbittorrent_ro Project MESSAGE: Processing lang/qbittorrent_pt Project MESSAGE: Processing lang/qbittorrent_nb Project MESSAGE: Processing lang/qbittorrent_fi Project MESSAGE: Processing lang/qbittorrent_da Project MESSAGE: Processing lang/qbittorrent_ja Project MESSAGE: Processing lang/qbittorrent_hu Project MESSAGE: Processing lang/qbittorrent_pt_BR Project MESSAGE: Processing lang/qbittorrent_cs Project MESSAGE: Processing lang/qbittorrent_sr Project MESSAGE: Processing lang/qbittorrent_ar Project MESSAGE: Processing lang/qbittorrent_hr Project MESSAGE: Processing lang/qbittorrent_gl Project MESSAGE: Processing lang/qbittorrent_hy Project MESSAGE: Processing lang/qbittorrent_lt Project MESSAGE: Processing lang/qbittorrent_ka Project MESSAGE: Processing lang/qbittorrent_be Project MESSAGE: Processing lang/qbittorrent_eu Project MESSAGE: Processing lang/qbittorrent_he Project MESSAGE: Processing lang/qbittorrent_vi Project MESSAGE: Processing lang/qbittorrent_hi_IN Reading /files/qbittorrent-3.3.0/src/src.pro Project MESSAGE: Project is built in RELEASE mode. Project MESSAGE: Disabling debug output. configure: Good, your configure finished. ```
Author
Owner

@sledgehammer999 commented on GitHub (Nov 30, 2015):

That's very weird. /usr/lib/qt5/bin/qmake should know where its headers are located. It shouldn't need you to tell it where to find them.

@sledgehammer999 commented on GitHub (Nov 30, 2015): That's very weird. `/usr/lib/qt5/bin/qmake` should know where its headers are located. It shouldn't need you to tell it where to find them.
Author
Owner

@yuhas commented on GitHub (Nov 30, 2015):

@sledgehammer999
but only works well

@yuhas commented on GitHub (Nov 30, 2015): @sledgehammer999 but only works well
Author
Owner

@yuhas commented on GitHub (Nov 30, 2015):

@sledgehammer999
with CPPFLAGS=-I/usr/include/qt5

@yuhas commented on GitHub (Nov 30, 2015): @sledgehammer999 with _CPPFLAGS=-I/usr/include/qt5_
Author
Owner

@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".

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

@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 opensuse? This problem has Fedora and I think - in Centos, Red Hat...
Author
Owner

@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

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

@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.

@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.
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#3403
No description provided.