Can not compile kdevelop

F@lk Brettschneider gigafalk at yahoo.com
Thu May 10 19:13:27 UTC 2001


Hi Andreas,

Andreas Winkler wrote:
> 
> Am Mittwoch, 9. Mai 2001 12:27 schrieben Sie:
> > Hi Andreas,
> >
> > Please, try this to recompile from scratch:
> >
> > Clean your project:
> >   make -f admin/Makefile.common cvs-clean
> > or
> >   make distclean
> > or
> >   make clean
> >
> > Then compile:
> >   export CPPFLAGS=-DGDB_MONITOR
> >   make -f Makefile.cvs
> >   ./configure --prefix=/where/your/kde/is/located --enable-debug
> >   make
> >   make install
> >
> > HTH,
> > F at lk
> >
> 
> Hi F at lk,
> 
> I have just compiled the sources of kdevelop with no errors.
Really? The configure script tells some errors:
> /usr/lib/qt2/include/qvaluelist.h:55: undefined reference to
> `QString::setLatin1(char const *, int)'
no setLatin1(..). Seems it tries to link against an non-UNICODE version
of Qt. That was before Qt-2.0. Seems you also installed Qt-1.45...

Before you run the commands I wrote about above try to set these
environment variables on command line:
export QTDIR=/where/qt2.2.4/or/qt2.3.0/is/located
export KDEDIR=/where/kde2.2/is/located
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
...

Then after make install try to start kdevelop again.

HTH,
F at lk

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list