<html>
Hi All<br><br>
I have downloaded a version of Kdetv-0.8.rc2 and tried to compile it. Ok,
this is when it went wrong. Now the machine in running Redhat 9.0 and is
using the up2date service from redhat, for now.... The KDE version is
3.1-13 and kernel is 2.4.20-30-9. I have included both the compile output
and configure output.&nbsp; Any advice would be and I think it will help
others.<br><br>
<font face="Courier New, Courier" size=2>- Phil<br><br>
<br>
[root@gollum kdetv-0.8rc2]# make<br>
make&nbsp; all-recursive<br>
make[1]: Entering directory `/root/kdetv-0.8rc2'<br>
Making all in kdetv<br>
make[2]: Entering directory `/root/kdetv-0.8rc2/kdetv'<br>
Making all in kvideoio<br>
make[3]: Entering directory `/root/kdetv-0.8rc2/kdetv/kvideoio'<br>
Making all in kv4lsetup<br>
make[4]: Entering directory
`/root/kdetv-0.8rc2/kdetv/kvideoio/kv4lsetup'<br>
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..&nbsp;&nbsp;
-DQT_THREAD_SUPPORT&nbsp; -D_REENTRANT&nbsp; -ansi -W -Wall
-Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2&nbsp;&nbsp;
-Wformat-security -Wmissing-format-attribute -MT kv4lsetup.o -MD -MP -MF
&quot;.deps/kv4lsetup.Tpo&quot; \<br>
&nbsp; -c -o kv4lsetup.o `test -f 'kv4lsetup.c' || echo './'`kv4lsetup.c;
\<br>
then mv &quot;.deps/kv4lsetup.Tpo&quot; &quot;.deps/kv4lsetup.Po&quot;;
\<br>
else rm -f &quot;.deps/kv4lsetup.Tpo&quot;; exit 1; \<br>
fi<br>
/bin/sh ../../../libtool --silent --mode=link gcc&nbsp; -ansi -W -Wall
-Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2&nbsp;&nbsp;
-Wformat-security -Wmissing-format-attribute&nbsp;&nbsp; -o kv4lsetup
-L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -L/usr/lib&nbsp; kv4lsetup.o
-lqt-mt&nbsp; -lz -lpng -lz -lm -lXext -lX11&nbsp; -lSM -lICE -lpthread
-lXrandr -lXrender -lXinerama -lXxf86vm -lXxf86dga -lXvMC -lXv<br>
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
`std::basic_string&lt;char, std::char_traits&lt;char&gt;,
std::allocator&lt;char&gt; &gt;::_Rep::_S_terminal'<br>
collect2: ld returned 1 exit status<br>
make[4]: *** [kv4lsetup] Error 1<br>
make[4]: Leaving directory
`/root/kdetv-0.8rc2/kdetv/kvideoio/kv4lsetup'<br>
make[3]: *** [all-recursive] Error 1<br>
make[3]: Leaving directory `/root/kdetv-0.8rc2/kdetv/kvideoio'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/root/kdetv-0.8rc2/kdetv'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/root/kdetv-0.8rc2'<br>
make: *** [all] Error 2<br><br>
<br><br>
<br>
[root@gollum kdetv-0.8rc2]# ./configure<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking target system type... i686-pc-linux-gnu<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking for -p flag to install... yes<br>
checking whether build environment is sane... yes<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking for kde-config... /usr/bin/kde-config<br>
checking where to install... /usr (as returned by kde-config)<br>
checking for style of include used by make... GNU<br>
checking for gcc... gcc<br>
checking for C compiler default output... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables...<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking dependency style of gcc... gcc3<br>
checking how to run the C preprocessor... gcc -E<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>
checking whether g++ supports -Wmissing-format-attribute... yes<br>
checking whether gcc supports -Wmissing-format-attribute... yes<br>
checking whether g++ supports -Wundef... yes<br>
checking whether g++ supports -Wno-long-long... yes<br>
checking whether g++ supports -Wnon-virtual-dtor... yes<br>
checking whether g++ supports -fno-exceptions... yes<br>
checking whether g++ supports -fno-check-new... yes<br>
checking whether g++ supports -fno-common... yes<br>
checking whether g++ supports -fexceptions... yes<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking whether g++ supports -O0... yes<br>
checking whether g++ supports -Wl,--no-undefined... yes<br>
checking whether g++ supports -Wl,--allow-shlib-undefined... yes<br>
not using lib directory suffix<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for egrep... grep -E<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for BSD-compatible nm... /usr/bin/nm -B<br>
checking whether ln -s works... yes<br>
checking how to recognise dependent libraries... pass_all<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking for g77... g77<br>
checking whether we are using the GNU Fortran 77 compiler... yes<br>
checking whether g77 accepts -g... yes<br>
checking the maximum length of command line arguments... 32768<br>
checking command to parse /usr/bin/nm -B output from gcc object...
ok<br>
checking for objdir... .libs<br>
checking for ar... ar<br>
checking for ranlib... ranlib<br>
checking for strip... strip<br>
checking if gcc static flag&nbsp; works... yes<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC<br>
checking if gcc PIC flag -fPIC works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking for shl_load... no<br>
checking for shl_load in -ldld... no<br>
checking for dlopen... no<br>
checking for dlopen in -ldl... yes<br>
checking whether a program can dlopen itself... yes<br>
checking whether a statically linked program can dlopen itself...
yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... no<br>
configure: creating libtool<br>
appending configuration tag &quot;CXX&quot; to libtool<br>
checking for ld used by g++... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking for g++ option to produce PIC... -fPIC<br>
checking if g++ PIC flag -fPIC works... yes<br>
checking if g++ supports -c -o file.o... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking for shl_load... (cached) no<br>
checking for shl_load in -ldld... (cached) no<br>
checking for dlopen... (cached) no<br>
checking for dlopen in -ldl... (cached) yes<br>
checking whether a program can dlopen itself... (cached) yes<br>
checking whether a statically linked program can dlopen itself...
(cached) yes<br>
appending configuration tag &quot;F77&quot; to libtool<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... no<br>
checking for g77 option to produce PIC... -fPIC<br>
checking if g77 PIC flag -fPIC works... yes<br>
checking if g77 supports -c -o file.o... yes<br>
checking whether the g77 linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking for msgfmt... /usr/bin/msgfmt<br>
checking for gmsgfmt... /usr/bin/msgfmt<br>
checking for xgettext... /usr/bin/xgettext<br>
checking if C++ programs can be compiled... yes<br>
checking for strlcat... no<br>
checking if strlcat needs custom prototype... yes - in libkdefakes<br>
checking for strlcpy... no<br>
checking if strlcpy needs custom prototype... yes - in libkdefakes<br>
checking for main in -lutil... yes<br>
checking for main in -lcompat... no<br>
checking for crypt in -lcrypt... yes<br>
checking for socklen_t... socklen_t<br>
checking for dnet_ntoa in -ldnet... no<br>
checking for dnet_ntoa in -ldnet_stub... no<br>
checking for inet_ntoa... yes<br>
checking for connect... yes<br>
checking for remove... yes<br>
checking for shmat... yes<br>
checking for sys/types.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking sys/bitypes.h usability... yes<br>
checking sys/bitypes.h presence... yes<br>
checking for sys/bitypes.h... yes<br>
checking for poll in -lpoll... no<br>
checking CoreAudio/CoreAudio.h usability... no<br>
checking CoreAudio/CoreAudio.h presence... no<br>
checking for CoreAudio/CoreAudio.h... no<br>
checking if res_init needs -lresolv... yes<br>
checking if res_init is available... yes<br>
checking for killpg in -lucb... no<br>
checking for int... yes<br>
checking size of int... 4<br>
checking for short... yes<br>
checking size of short... 2<br>
checking for long... yes<br>
checking size of long... 4<br>
checking for char *... yes<br>
checking size of char *... 4<br>
checking for dlopen in -ldl... (cached) yes<br>
checking for shl_unload in -ldld... no<br>
checking for size_t... yes<br>
checking size of size_t... 4<br>
checking for unsigned long... yes<br>
checking size of unsigned long... 4<br>
checking sizeof size_t == sizeof unsigned long... yes<br>
checking crt_externs.h usability... no<br>
checking crt_externs.h presence... no<br>
checking for crt_externs.h... no<br>
checking for _NSGetEnviron... no<br>
checking for vsnprintf... yes<br>
checking for snprintf... yes<br>
checking for X... libraries /usr/X11R6/lib, headers
/usr/X11R6/include<br>
checking for IceConnectionNumber in -lICE... yes<br>
checking for libXext... yes<br>
checking for pthread_create in -lpthread... yes<br>
checking for extra includes... no<br>
checking for extra libs... no<br>
checking for libz... -lz<br>
checking for libpng... -lpng -lz -lm<br>
checking for libjpeg6b... no<br>
checking for libjpeg... -ljpeg<br>
checking for perl... /usr/bin/perl<br>
checking for Qt... libraries /usr/lib/qt-3.1/lib, headers
/usr/lib/qt-3.1/include using -mt<br>
checking for moc... /usr/lib/qt-3.1/bin/moc<br>
checking for uic... /usr/lib/qt-3.1/bin/uic<br>
checking whether uic supports -L ... yes<br>
checking whether uic supports -nounload ... yes<br>
checking if Qt needs -ljpeg... no<br>
checking for rpath... yes<br>
checking for KDE... libraries /usr/lib, headers /usr/include/kde<br>
checking if UIC has KDE plugins available... yes<br>
checking for KDE paths... defaults<br>
checking for dcopidl... /usr/bin/dcopidl<br>
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp<br>
checking for mcopidl... /usr/bin/mcopidl<br>
checking for artsc-config... /usr/bin/artsc-config<br>
checking for meinproc... /usr/bin/meinproc<br>
checking for xmllint... /usr/bin/xmllint<br>
checking for Qt docs... /usr/lib/qt-3.1/doc/html<br>
checking for dot... not found<br>
checking for doxygen... /usr/bin/doxygen<br>
checking for linux/dvb/frontend.h... no<br>
checking for XvQueryExtension in -lXv... yes<br>
checking for XvMCQueryExtension in -lXvMC... yes<br>
checking for XF86DGAQueryExtension in -lXxf86dga... yes<br>
checking for XF86VidModeQueryExtension in -lXxf86vm... yes<br>
checking for X11/extensions/dpms.h... yes<br>
checking for X11/extensions/XShm.h... yes<br>
checking for DPMSQueryExtension in -lXdpms... no<br>
checking for XineramaQueryExtension in -lXinerama... yes<br>
checking for libzvbi... not found. VBI services disabled.<br>
checking for XRRConfigCurrentConfiguration in -lXrandr... yes<br>
checking X11/extensions/Xrender.h usability... yes<br>
checking X11/extensions/Xrender.h presence... yes<br>
checking for X11/extensions/Xrender.h... yes<br>
checking for XRenderSetPictureTransform in -lXrender... yes<br>
checking for alsa libraries and headers... not found. Alsa mixer plugin
disabled<br>
checking linux/videodev.h usability... yes<br>
checking linux/videodev.h presence... yes<br>
checking for linux/videodev.h... yes<br>
checking if kdetv v4l plugin should be compiled... yes<br>
checking if kdetv should be compiled... yes<br>
configure: creating ./config.status<br>
fast creating Makefile<br>
fast creating kdetv/Makefile<br>
fast creating kdetv/clients/Makefile<br>
fast creating kdetv/clients/kdetv/Makefile<br>
fast creating kdetv/clients/kdetvapplet/Makefile<br>
fast creating kdetv/clients/kdetvpanelextension/Makefile<br>
fast creating kdetv/clients/kdetvpart/Makefile<br>
fast creating kdetv/clients/kdetvscreensaver/Makefile<br>
fast creating kdetv/clients/shared/Makefile<br>
fast creating kdetv/clients/shared/icons/Makefile<br>
fast creating kdetv/kvideoio/Makefile<br>
fast creating kdetv/kvideoio/kv4lsetup/Makefile<br>
fast creating kdetv/libkdetv/Makefile<br>
fast creating kdetv/libkdetv/data/Makefile<br>
fast creating kdetv/libkdetv/tests/Makefile<br>
fast creating kdetv/plugins/Makefile<br>
fast creating kdetv/plugins/channel/Makefile<br>
fast creating kdetv/plugins/channel/csv/Makefile<br>
fast creating kdetv/plugins/channel/kwintv/Makefile<br>
fast creating kdetv/plugins/channel/xawtv/Makefile<br>
fast creating kdetv/plugins/channel/xml/Makefile<br>
fast creating kdetv/plugins/channel/zapping/Makefile<br>
fast creating kdetv/plugins/misc/Makefile<br>
fast creating kdetv/plugins/misc/simon/Makefile<br>
fast creating kdetv/plugins/misc/telex/Makefile<br>
fast creating kdetv/plugins/mixer/Makefile<br>
fast creating kdetv/plugins/mixer/alsa/Makefile<br>
fast creating kdetv/plugins/mixer/oss/Makefile<br>
fast creating kdetv/plugins/osd/Makefile<br>
fast creating kdetv/plugins/osd/elegant/Makefile<br>
fast creating kdetv/plugins/osd/haze/Makefile<br>
fast creating kdetv/plugins/vbi/Makefile<br>
fast creating kdetv/plugins/vbi/libzvbidecoder/Makefile<br>
fast creating kdetv/plugins/video/Makefile<br>
fast creating kdetv/plugins/video/v4l/Makefile<br>
fast creating kdetv/plugins/video/xv/Makefile<br>
config.pl: fast created 36 file(s).<br>
config.status: creating config.h<br>
config.status: executing depfiles commands<br><br>
Good - your configure finished. Start make now<br><br>
</font><x-sigsep><p></x-sigsep>
-----------------------------------------------------------------------------------------<br>
Philip
Joyce&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Swinburne University of Technology<br>
Lecturer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Ph&nbsp;&nbsp; (03) 9214 8942<br>
-----------------------------------------------------------------------------------------</html>