build problems after switching branches/kdevelop/3.4 to branches/KDE/3.5/kdevelop
Matthew Woehlke
mw_triad at users.sourceforge.net
Tue Mar 27 23:13:12 UTC 2007
...anyone check anything into KDE/branches/3.5 that doesn't build, or
did I do something wrong?
Earlier today I did:
svn switch svn+ssh://me@svn.kde.org/home/kde/branches/KDE/3.5/kdevelop
...which updated a bunch of stuff (this was in my working copy that was
previously branches/kdevelop/3.4, of course). Now, when I try to build,
I get this:
Making all in fileview
make[3]: Entering directory
`/usr/local/src/kde/kdevelop-svn-3.4/parts/fileview'
Makefile:1069: warning: overriding commands for target
`vcscolorsconfigwidgetbase.moc'
Makefile:852: warning: ignoring old commands for target
`vcscolorsconfigwidgetbase.moc'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/compat
-I../../lib/interfaces -I../../lib/interfaces/extensions
-I../../lib/util -I/usr/local/kde-3.5-svn/include
-I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith
-O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT
vcsfiletreewidgetimpl.lo -MD -MP -MF ".deps/vcsfiletreewidgetimpl.Tpo"
-c -o vcsfiletreewidgetimpl.lo vcsfiletreewidgetimpl.cpp; \
then mv -f ".deps/vcsfiletreewidgetimpl.Tpo"
".deps/vcsfiletreewidgetimpl.Plo"; else rm -f
".deps/vcsfiletreewidgetimpl.Tpo"; exit 1; fi
vcsfiletreewidgetimpl.cpp: In member function `virtual
KFileTreeViewItem*
VCSFileTreeBranchItem::createTreeViewItem(KFileTreeViewItem*, KFileItem*)':
vcsfiletreewidgetimpl.cpp:156: error: no matching function for call to
`KDevVCSFileInfoProvider::requestStatus(QString&)'
../../lib/interfaces/extensions/kdevversioncontrol.h:212: note:
candidates are: virtual bool
KDevVCSFileInfoProvider::requestStatus(const QString&, void*)
make[3]: *** [vcsfiletreewidgetimpl.lo] Error 1
make[3]: Leaving directory
`/usr/local/src/kde/kdevelop-svn-3.4/parts/fileview'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/kde/kdevelop-svn-3.4/parts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kde/kdevelop-svn-3.4'
make: *** [all] Error 2
(I already tried 'make clean'.)
Is that a real problem, something stupid, or did I break my working
copy? (I've no idea if I did the svn switch right!)
--
Matthew
Patches Thoughtfully Considered -- FLOSS mantra
More information about the KDevelop-devel
mailing list