[Kwintv] Latest CVS

Richard Moore kwintv@mail.kde.org
Sat, 25 Jan 2003 17:47:53 +0000


Chris Hammond wrote:
> 
> What can I do about it?  Anything? Or is QT that is being used broken or
> changed in some way that may require changes in QTVision?

You can add extra flags to the linker by doing something like:

LD_FLAGS=-lstdc++ make all

but I can't remember the details off hand. You can also do it via
arguments to configure.

Cheers

Rich.

> 
> Thanks
> Chris
> 
> On Fri, 2003-01-24 at 20:35, Richard Moore wrote:
> > Qt is compiled with STL support, but you aren't linking it.
> >
> > Rich.
> >
> > Chris Hammond wrote:
> > >
> > > I am have done a fresh install of RedHat 8.1 beta 2 and the previous
> > > problems I was having with widgets is gone.  It was definately a broken
> > > QT install.  But now I am getting a compile failure during the v4l
> > > stuff.  Any ideas?
> > >
> > > make[4]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video/xv'
> > > Making all in v4l
> > > make[4]: Entering directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video/v4l'
> > > Making all in kv4lsetup
> > > make[5]: Entering directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video/v4l/kv4lsetup'
> > > source='kv4lsetup.c' object='kv4lsetup.o' libtool=no \
> > > depfile='.deps/kv4lsetup.Po' tmpdepfile='.deps/kv4lsetup.TPo' \
> > > depmode=gcc3 /bin/sh ../../../../../../admin/depcomp \
> > > gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../..   -DQT_THREAD_SUPPORT
> > > -D_REENTRANT  -ansi -W -Wall -pedantic -Wchar-subscripts -Wshadow
> > > -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
> > > -D_BSD_SOURCE -g -O2   -Wformat-security -Wmissing-format-attribute -c
> > > `test -f 'kv4lsetup.c' || echo './'`kv4lsetup.c
> > > In file included from kv4lsetup.c:48:
> > > videodev2.h:42: warning: comma at end of enumerator list
> > > videodev2.h:65: warning: comma at end of enumerator list
> > > videodev2.h:72: warning: comma at end of enumerator list
> > > videodev2.h:77: warning: comma at end of enumerator list
> > > videodev2.h:83: warning: comma at end of enumerator list
> > > videodev2.h:111: warning: comma at end of enumerator list
> > > /bin/sh ../../../../../../libtool --silent --mode=link gcc  -ansi -W
> > > -Wall -pedantic -Wchar-subscripts -Wshadow -Wpointer-arith
> > > -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> > > -g -O2   -Wformat-security -Wmissing-format-attribute   -o kv4lsetup
> > > -L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -L/usr/lib  kv4lsetup.o -lqt-mt
> > > -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lXinerama -lXxf86vm
> > > -lXxf86dga -lXvMC -lXv
> > > /usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
> > > `std::basic_string<char, std::char_traits<char>, std::allocator<char>
> > > >::_Rep::_S_terminal'
> > > collect2: ld returned 1 exit status
> > > make[5]: *** [kv4lsetup] Error 1
> > > make[5]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video/v4l/kv4lsetup'
> > > make[4]: *** [all-recursive] Error 1
> > > make[4]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video/v4l'
> > > make[3]: *** [all-recursive] Error 1
> > > make[3]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins/video'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision/plugins'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory
> > > `/root/cvs/qtvision/kdenonbeta/kwintv3/qtvision'
> > > make: *** [all-recursive] Error 1
> > > [root@RedHatWS kwintv3]#
> > >
> > > Thanks
> > > Chris
> > >
> > > --
> > > Chris Hammond <chammond@cox.net>
> > >
> > > _______________________________________________
> > > kwintv mailing list
> > > kwintv@mail.kde.org
> > > http://mail.kde.org/mailman/listinfo/kwintv
> > _______________________________________________
> > kwintv mailing list
> > kwintv@mail.kde.org
> > http://mail.kde.org/mailman/listinfo/kwintv
> --
> Chris Hammond <chammond@cox.net>
> 
> _______________________________________________
> kwintv mailing list
> kwintv@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kwintv