Thread: can't compile
View Single Post
  #1 (permalink)  
Old March 28th, 2002
karlnapf_ger karlnapf_ger is offline
Disciple
 
Join Date: March 8th, 2002
Location: Germany
Posts: 17
karlnapf_ger is flying high
Unhappy can't compile

hello
i can't compile qtella-0.5
the configure script runs well
but then compiling doesnt work for /src

i get the following

[...]
QtellaSubConfig.cpp: In method `void QtellaSub::readConfiguration()':
QtellaSubConfig.cpp:359: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'
QtellaSubConfig.cpp:366: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'
QtellaSubConfig.cpp:373: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'

[...]

QtellaSubConfig.cpp: In method `void QtellaSub::slotApplyConfig()':
QtellaSubConfig.cpp:524: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'
QtellaSubConfig.cpp:525: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'
QtellaSubConfig.cpp:528: invalid use of undefined type `class QPopupMenu'
../include/QtellaSub.h:15: forward declaration of `class QPopupMenu'

[...]

make[1]: *** [QtellaSubConfig.o] Error 1
make[1]: Leaving directory `/home/karlnapf/qtella-0.5.0/src'
make: *** [all-recursive] Error 1


what am i doing wrong??
im compiling with-kde=no
qt-2.3.1

qtella-0.41 worked just fine

any help?

thanks
karlnapf
Reply With Quote