View Single Post
  #1 (permalink)  
Old March 28th, 2002
Unregistered
Guest
 
Posts: n/a
Default 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
Reply With Quote