Builds fail on SuSE 9.0 w KDE 3.2 && QT 3.3.0
Steven T. Hatton
hattons at globalsymmetry.com
Fri Feb 13 11:48:05 UTC 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm having a hard time getting KDevelop to compile. I recently installed
SuSE's bleeding edge RPMs for KDE 3.2 and QT 3.3.0. There *are*
some /issues/ with these. For one, the mimetypes seem completely messed up.
The /usr/lib/qt is non-mt, and a few other things don't work. My problem may
well lie with my current KDE/QT installation, but I want to run this by
others to see if they are having similar experiences.
This is the script I run to compile:
export KDEDIR=/opt/kde3
export QTDIR=/usr/lib/qt3
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
export SOURCE_HOME=/download/org/kdevelop/repository/inplace-build
export CXXFLAGS="-g3 -O0"
cd $SOURCE_HOME
cvs update -r HEAD
make -f admin/Makefile.common cvs-clean
make -f Makefile.cvs
./configure --prefix=/home/hattons/opt/org/kdevelop
make -j7
And the failure....
make[3]: Leaving directory
`/download/org/kdevelop/repository/inplace-build/vcs/clearcase'
Making all in cvsservice
make[3]: Entering directory
`/download/org/kdevelop/repository/inplace-build/vcs/cvsservice'
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor
- -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
- -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
- -O2 -g3 -O0 -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 libkdevcvsservice.la
- -rpath /home/hattons/opt/org/kdevelop/lib/kde3 -L/usr/X11R6/lib
- -L/usr/lib/qt3/lib -L/opt/kde3/lib -avoid-version -module -no-undefined
- -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib
- -R /usr/lib/qt3/lib -R /usr/X11R6/lib cvspart.lo cvspartimpl.lo cvsform.lo
commitdlg.lo cvsoptionswidget.lo cvsprocesswidget.lo cvsentry.lo cvsdir.lo
changelog.lo cvsoptions.lo checkoutdialog.lo tagdialog.lo diffdialog.lo
releaseinputdialog.lo cvslogdialog.lo cvslogpage.lo cvsdiffpage.lo
diffwidget.lo jobscheduler.lo bufferedstringreader.lo cvsfileinfoprovider.lo
cvsservicedcopIface_skel.lo cvsformbase.lo commitdialogbase.lo
cvsoptionswidgetbase.lo checkoutdialogbase.lo tagdialogbase.lo
diffdialogbase.lo releaseinputdialogbase.lo ../../lib/libkdevelop.la
- -lcvsservice
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld:
cannot find -lcvsservice
collect2: ld returned 1 exit status
make[3]: *** [libkdevcvsservice.la] Error 1
make[3]: Leaving directory
`/download/org/kdevelop/repository/inplace-build/vcs/cvsservice'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/download/org/kdevelop/repository/inplace-build/vcs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/download/org/kdevelop/repository/inplace-build'
make: *** [all] Error 2
STH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFALKtGH2SF0i7rrGwRAkvEAJ4x30lmXn/IBqtsi1hyf988ZFNnNgCfSNv+
CSB+ltf+mvgv3R/nmBrqjmU=
=w/x9
-----END PGP SIGNATURE-----
More information about the KDevelop-devel
mailing list