[Kwintv] Re: Naive bug?

Joao Fraga kwintv@mail.kde.org
Mon, 24 Mar 2003 15:33:56 +0000


kwintv-request@mail.kde.org wrote:
>   You're better off trying the latest rewrite code from kdenonbeta/kwintv3/.  
> The old code is known to be very buggy and there isn't much effort to fix it 
> given the overwhelming number of bugs and the amount of effort required.  The 
> rewrite is fairly usable now.

I tried to do that, but the compilation failed in the 'kdedb' directory:
------------------------------------------------------------------------
/usr/lib/qt-3.0.5/bin/moc ./connectionwidget.h -o connectionwidget.moc
source='connectionwidget.cpp' object='connectionwidget.lo' libtool=yes \
depfile='.deps/connectionwidget.Plo' 
tmpdepfile='.deps/connectionwidget.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ 
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../kdedb -I../../kio 
-I/opt/kde3/include -I/usr/lib/qt-3.0.5/include -I/usr/X11R6/include 
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-c -o connectionwidget.lo `test -f 'connectionwidget.cpp' || echo 
'./'`connectionwidget.cpp
connectionwidget.cpp: In constructor
    `KDB::ConnectionWidget::ConnectionWidget(QWidget*, const char*, bool)':
connectionwidget.cpp:39: invalid use of undefined type `struct KSeparator'
connectionbase.h:19: forward declaration of `struct KSeparator'
make[1]: *** [connectionwidget.lo] Error 1
make[1]: Leaving directory `/home/jf/123/kdenonbeta/kdedb/kdbui'
make: *** [all-recursive] Error 1
------------------------------------------------------------------------

I am using gcc 3.2 and Qt 3.0.5, on SuSE 8.1.


Joao