CVS does not compile
Bernd Pol
bernd.pol at online.de
Sat Sep 13 17:55:07 UTC 2003
Hi all,
On Saturday 13 September 2003 15:05, Amilcar do Carmo Lucas wrote:
> Please do:
> make -f Makefile.cvs
> ./configure .....with you optrions...
>
> And if the problem presists,
> cd parts/doctreeview
> make distclean
> cd -
> make -f Makefile.cvs
> ./configure .....with you optrions...
Something is broken with the libkedevinterfaces UI files now. They seem
to have become incompatible with Qt 3.1.
To make sure I started over from scratch, complete checked out again,
but I get a bunch of library errors.
It's a pity as I can upgrade to Qt 3.2 only when SuSE provides the rpms.
I got not enough disk space to compile everything afresh.
Bernd
----------------------------
...
make[3]: Entering directory `/home/devel/kdevelop/lib'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++
-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 -o libkdevelop.la -rpath /opt/kde3/lib
-L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/kde3/lib -no-undefined
-Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 1:0
dummy.lo ../lib/interfaces/libkdevinterfaces.la
../lib/util/libkdevutil.la ../lib/project/libkdevproject.la
-lktexteditor -lkparts -lkio
../lib/project/.libs/libkdevproject.a(runoptionswidget.o)(.text+0x27):
In function
`RunOptionsWidget::RunOptionsWidget[not-in-charge](QDomDocument&,
QString const&, QString const&, QWidget*, char const*)':
: undefined reference to
`RunOptionsWidgetBase::RunOptionsWidgetBase[not-in-charge](QWidget*,
char const*, unsigned)'
...
------------------------------
... and so on, all xxxBase errors
More information about the KDevelop-devel
mailing list