Bug 99797 - make check fails on compilation of dataprotocoltest.cpp
Summary: make check fails on compilation of dataprotocoltest.cpp
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Leo Savernik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 17:16 UTC by Peter Volkov
Modified: 2005-02-25 07:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov 2005-02-19 17:16:56 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.5  (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
 
OS:                Linux

Hello.

I've tried to make check kdelibs and this fails on:
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl -I../.. -I../../kio -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I. -I/usr/kde/3.3/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 -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=pentium4 -fomit-frame-pointer -pipe -mcpu=pentium4 -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  -c -o dataprotocoltest.o dataprotocoltest.cpp
In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3/backward/iostream.h:31,
                 from dataprotocoltest.cpp:24:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard.Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
In file included from dataprotocoltest.cpp:188:
../../kio/kio/dataprotocol.cpp: In member function `virtual void
   KIO::DataProtocol::get(const KURL&)':
../../kio/kio/dataprotocol.cpp:260: error: `ref' undeclared (first use this
   function)
../../kio/kio/dataprotocol.cpp:260: error: (Each undeclared identifier is
   reported only once for each function it appears in.)
../../kio/kio/dataprotocol.cpp:323: error: `deref' undeclared (first use this
   function)
make[3]: *** [dataprotocoltest.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.3.2-r3/work/kdelibs-3.3.2/kio/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.3.2-r3/work/kdelibs-3.3.2/kio/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.3.2-r3/work/kdelibs-3.3.2/kio'
make: *** [check-recursive] Error 1

Thank you for your attention,
Peter.
Comment 1 George Staikos 2005-02-24 22:48:08 UTC
*** Bug has been marked as fixed ***.
Comment 2 Peter Volkov 2005-02-25 07:01:27 UTC
Thank you very much!