Yet another CVS compile error
Bernd Pol
bernd.pol at online.de
Sun Sep 14 02:03:06 UTC 2003
Hi all,
I am making progress, compile runs better, since I re-stored all .ui
files in parts/doctreeview again using the old Qt 3.1 designer. (There
defiitely is an inconsistence in the .ui files. Couldn't we stick to Qt
3.1 as long as possible?)
Yet I did not get through. In CVS updated about midnight compilation
stops again.
Sorry for nerving ... ;-)
Bernd
-------------------------
/usr/lib/qt3/bin/moc ./uichooser_widget.h -o uichooser_widget.moc
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/interfaces -I../../lib/util
-I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long
-Wundef -Wall -pedantic -W -Wpointer-arith -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 -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT
uichooser_widget.lo -MD -MP -MF ".deps/uichooser_widget.Tpo" \
-c -o uichooser_widget.lo `test -f 'uichooser_widget.cpp' || echo
'./'`uichooser_widget.cpp; \
then mv -f ".deps/uichooser_widget.Tpo" ".deps/uichooser_widget.Plo"; \
else rm -f ".deps/uichooser_widget.Tpo"; exit 1; \
fi
uichooser_widget.cpp:19:25: kmdidefines.h: No such file or directory
uichooser_widget.cpp: In member function `void UIChooserWidget::load()':
uichooser_widget.cpp:52: error: `KMdi' undeclared (first use this
function)
uichooser_widget.cpp:52: error: (Each undeclared identifier is reported
only
once for each function it appears in.)
uichooser_widget.cpp:52: error: parse error before `::' token
uichooser_widget.cpp:56: error: parse error before `::' token
uichooser_widget.cpp:59: error: parse error before `::' token
uichooser_widget.cpp:62: error: parse error before `::' token
uichooser_widget.cpp:65: error: parse error before `::' token
uichooser_widget.cpp:58: warning: unreachable code at beginning of
switch
statement
uichooser_widget.cpp: In member function `void UIChooserWidget::save()':
uichooser_widget.cpp:89: error: parse error before `::' token
make[3]: *** [uichooser_widget.lo] Fehler 1
--------------------------
More information about the KDevelop-devel
mailing list