Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   Qtella (Linux/Unix) (https://www.gnutellaforums.com/qtella-linux-unix/)
-   -   compiling errors (https://www.gnutellaforums.com/qtella-linux-unix/9768-compiling-errors.html)

Unregistered March 28th, 2002 05:52 PM

compiling errors
 
I have tried to compile different versions of qtella (from 0.4.0 up to 0.5.0) and i always got the same error message when i have started make, after ./configure runs without any problem.

I am using qt 3.0.3 on Linux with a 2.2.16 (from SuSE)


Making all in ui
make[1]: Entering directory `/home/public/LINUX/misc/qtella-0.5.0/ui'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/public/LINUX/misc/qtella-0.5.0/ui'
Making all in src
make[1]: Entering directory `/home/public/LINUX/misc/qtella-0.5.0/src'
c++ -DPACKAGE=\"qtella\" -DVERSION=\"0.5.0\" -DHAVE_STDINT_H=1 -DPIXMAP_DIR=\"/usr/local/share/qtella/pixmaps\" -fexceptions -DKDE -DQT_THREAD_SUPPORT -I../include -I../ui -I/usr/lib/qt2/include -I/opt/kde2/include -g -O2 -c BAddApplication.cpp
BAddApplication.cpp: In method `BAddApplication::BAddApplication(QWidget * = 0, const char * = 0, bool = FALSE, unsigned int = 0)':
BAddApplication.cpp:33: implicit declaration of function `int setSizePolicy(...)'
BAddApplication.cpp:44: no matching function for call to `QFrame::setSizePolicy (QSizePolicy)'
BAddApplication.cpp:57: no matching function for call to `QLineEdit::setSizePolicy (QSizePolicy)'
BAddApplication.cpp:67: no matching function for call to `QLineEdit::setSizePolicy (QSizePolicy)'
make[1]: *** [BAddApplication.o] Error 1
make[1]: Leaving directory `/home/public/LINUX/misc/qtella-0.5.0/src'
make: *** [all-recursive] Error 1

Unregistered March 28th, 2002 07:44 PM

you may have a old set of QT libs??? just a guess
but it looks like a QT call

Etzi March 29th, 2002 02:57 PM

configure has found the wrong locations for qt3 headers and libraries. It uses qt2. Start configure like:
"./configure --with-qt-dir=....." or
"./configure --with-qt-includes=.... --with-qt-libs=...."


All times are GMT -7. The time now is 05:41 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.