kdevelop compile problems

Andreas Pakulat apaku at gmx.de
Tue Jul 10 15:14:35 CEST 2007


On 09.07.07 13:22:27, Andreas Pakulat wrote:
> On 09.07.07 13:16:40, Andreas Pakulat wrote:
> > On 09.07.07 12:04:20, Ralf Habacker wrote:
> > > Andreas Pakulat schrieb:
> > > > On 09.07.07 02:04:30, Ralf Habacker wrote:
> > > >>  #find_package(BerkeleyDB)
> > > >>  #find_package(TDB)
> > > >>  include (KDE4Defaults)
> > > >> Index: languages/cpp/CMakeLists.txt
> > > >> ===================================================================
> > > >> --- languages/cpp/CMakeLists.txt	(revision 685261)
> > > >> +++ languages/cpp/CMakeLists.txt	(working copy)
> > > >> @@ -31,7 +31,6 @@
> > > >>      cppcodecompletionmodel.cpp
> > > >>  )
> > > >>  
> > > >> -if(NOT WIN32)
> > > >>  set(kdevcpplanguagesupport_PART_SRCS
> > > >>      ${kdevcpplanguagesupport_PART_SRCS}
> > > >>      includepathresolver.cpp
> > > >> @@ -39,7 +38,6 @@
> > > >>      stringhelpers.cpp
> > > >>      setuphelpers.cpp
> > > >>  )
> > > >> -endif(NOT WIN32)
> > > >>     
> > > >
> > > > Huh? It built fine here 2 weeks ago. Can you please check what exactly
> > > > is the problem? We need to fix that. Please don't commit this part.
> > > >   
> > > Linking CXX shared module ../../lib/kdevcpplanguagesupport.dll
> > > CMakeFiles/kdevcpplanguagesupport.dir/cppcodecompletionmodel.obj: In
> > > function
> > > `ZN22CppCodeCompletionModel10setContextEN8KDevelop14DUChainPointerINS0_9DUContextEEERKN11KTextEditor6CursorEPNS4_4ViewE':D:/daten/kdevelop/languages/cpp/cppcodecompletionmodel.cpp:346:
> > > undefined reference to
> > > `Cpp::CodeCompletionContext::~CodeCompletionContext()'
> > 
> > Hehe, mingw is pickier about missing destructors obviously. Fixed.
> 
> Oops, grep fooled me :) I currently have no idea whats happening here,
> the destructor does exist. I'll look into that later tonight.

Fixed now.

Andreas

-- 
You are only young once, but you can stay immature indefinitely.



More information about the Kde-windows mailing list