Compiling kdevelop - undefined reference to .... problems

Sean Kelly lists at shortestpath.org
Mon Apr 5 18:13:48 CEST 2004


Quoting Ralf Habacker <ralf.habacker at freenet.de>:

> > .libs/kmdimainfrm.o(.text+0xe6e):kmdimainfrm.cpp: undefined reference
> > to `KMainWindow::menuBar()'
> 
> try 
> make LIBS="-lkdeui -lkdecore -ldcop -lqt-mt -lXext -lX11 -lICE -lSM"
> 
> The class is defined in the kdeui library. 

Thanks, that worked.  I am now failing in kdevelop-3.0.2/languages/fortran 
with an undefined reference to 
FtnchekConfigWidgetBase::FtnchekConfigWidgetBase.

I once more tried adding -lqui to the LIBS statement with no success.  I 
also tried running nm against the libs in /opt/qt/3.2/libs, /opt/kde3/libs 
and /usr/lib but couldn't see FtnchekConfigWidgetBase mentioned in the 
output.  I also couldn't find anything on the mailing list about this 
problem and a web search for FtnchekConfigWidgetBase brought back a couple 
of pages but they didn't mention the library they could be found in.

Would you happen to know where this one lives? :)

Thanks,

-- 
Sean Kelly <lists at shortestpath.org>


More information about the kde-cygwin mailing list