cannot compile kdevelop

Bhola N De bhola at ieee.org
Sat Dec 25 01:12:58 GMT 1999


Luke SkyWalker wrote:
> 
> I need help installing kdevelop. I apologize if my problem is really simple and I'm not
> seeing the solution.
> I have a freshly installed RedHat Linux 6.1
> I installed the qt packets, libs and devel, both 1.44 and 2.0.1
> After I unpacked kdevelop, the configure script didn't find the qt libs, so I passed it the arguments
> --with-qt-includes=/usr/lib/qt-1.44/include and --with-qt-libraries=/usr/lib/qt-1.44/lib
> ( I'm not sure the paths are ok, as I am writing this e-mail under windows and I don't remember
> them exactly, but at the time, they worked, since configure found qt )
> Configure was finished successfully, and I passed on to make.
> After a bunch of (I think) irrelevant messages, make stopped with:
> 
> Making all in kwrite
> make[3]: Entering directory `/usr/local/src/kdevelop-1.0/kdevelop/kwrite'
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c highlight.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c kmimemagic.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c kwdialog.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c kwdoc.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c kwview.cpp
> /usr/lib/qt-2.0.1/bin/moc ./kwdoc.h -o kwdoc.moc.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-1.44/include  -I/usr/X11R6/include    -O2 -Wall -c kwdoc.moc.cpp
> kwdoc.moc.cpp: In method `void KWriteDoc::initMetaObject()':
> kwdoc.moc.cpp:71: no method `QMetaObject::new_metadata'
> kwdoc.moc.cpp:79: no method `QMetaObject::new_metaobject'
> make[3]: *** [kwdoc.moc.o] Error 1
> make[3]: Leaving directory `/usr/local/src/kdevelop-1.0/kdevelop/kwrite'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/kdevelop-1.0/kdevelop'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/kdevelop-1.0'
> make: *** [all-recursive-am] Error 2
> 
> any help would be greatly appreciated. Thanks.

I am also using RH 6.1.  I created a link in /usr/lib by:  # ln -s
qt-1.44 qt that seemed to solve all the problems.  Hope this helps.




More information about the KDevelop mailing list