Bug 106821 - svn make failure KIO::NetAccess
Summary: svn make failure KIO::NetAccess
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 08:29 UTC by Davide Minini
Modified: 2005-06-05 17:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Minini 2005-06-05 08:29:16 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

make error:

----------------------------------------
make  all-recursive
make[1]: Entering directory `/home/dave/kdebase'
Making all in konsole
make[2]: Entering directory `/home/dave/kdebase/konsole'
Making all in konsole
make[3]: Entering directory `/home/dave/kdebase/konsole/konsole'
/usr/bin/dcopidl ./konsoleiface.h > konsoleiface.kidl || ( rm -f konsoleiface.kidl ; false )
/usr/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub konsoleiface.kidl
/usr/bin/dcopidl ./sessioniface.h > sessioniface.kidl || ( rm -f sessioniface.kidl ; false )
/usr/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub sessioniface.kidl
/usr/qt/bin/moc ./TEWidget.h -o TEWidget.moc
/usr/qt/bin/moc ./TEmulation.h -o TEmulation.moc
/usr/qt/bin/moc ./zmodem_dialog.h -o zmodem_dialog.moc
/usr/qt/bin/moc ./session.h -o session.moc
/usr/qt/bin/moc ./TEmuVt102.h -o TEmuVt102.moc
/usr/qt/bin/moc ./konsole_part.h -o konsole_part.moc
/usr/qt/bin/moc ./TEPty.h -o TEPty.moc
creating libkonsolepart_la.all_cpp.cpp ...
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/usr/qt/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium3 -fomit-frame-pointer -s -pipe -fforce-addr -falign-functions=64 -fprefetch-loop-arrays -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT libkonsolepart_la.all_cpp.lo -MD -MP -MF ".deps/libkonsolepart_la.all_cpp.Tpo" -c -o libkonsolepart_la.all_cpp.lo libkonsolepart_la.all_cpp.cpp; \
then mv -f ".deps/libkonsolepart_la.all_cpp.Tpo" ".deps/libkonsolepart_la.all_cpp.Plo"; else rm -f ".deps/libkonsolepart_la.all_cpp.Tpo"; exit 1; fi
In file included from libkonsolepart_la.all_cpp.cpp:8:
TEWidget.cpp: In member function `virtual void TEWidget::dropEvent(QDropEvent*)
   ':
TEWidget.cpp:2152: error: 'class KIO::NetAccess' has no member named '
   mostLocalURL'
make[3]: *** [libkonsolepart_la.all_cpp.lo] Error 1
make[3]: Leaving directory `/home/dave/kdebase/konsole/konsole'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dave/kdebase/konsole'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dave/kdebase'
make: *** [all] Error 2
Comment 1 Davide Minini 2005-06-05 08:30:01 UTC
the installed kde is 3.4,
i try to compile konsole from svn.
Comment 2 Maksim Orlovich 2005-06-05 17:24:53 UTC
You need kdelibs from SVN to build applications from SVN