[Kde-nonlinux] QT snapshot fails to build on FreeBSD 4.5 -stable

Mike McLean kde-nonlinux@kde.org
30 Mar 2002 14:22:36 -0700


On Sat, 2002-03-30 at 13:59, Frerich Raabe wrote:
> On Saturday 30 March 2002 21:51, Mike McLean wrote:
> > I'm attempting to build KDE 3 RC3 on my FreeBSD 4.5 -stable system.
> > I've downloaded everything, and got qt configured fine, but the build
> > process fails here:
> >
> > gmake[4]: Leaving directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/tools/designer/uili
> >b' cd designer && gmake -f Makefile
> > gmake[4]: Entering directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/tools/designer/desi
> >gner' /usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/bin/uic
> > dbconnections.ui -o dbconnections.h
> > /usr/libexec/ld-elf.so.1: Undefined symbol "_6QColor$colormodel"
> > referenced from COPY relocation in
> > /usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/bin/uic
> > gmake[4]: *** [dbconnections.h] Error 1
> > gmake[4]: Leaving directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/tools/designer/desi
> >gner' gmake[3]: *** [sub-designer] Error 2
> > gmake[3]: Leaving directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/tools/designer'
> > gmake[2]: *** [sub-designer] Error 2
> > gmake[2]: Leaving directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319/tools'
> > gmake[1]: *** [sub-tools] Error 2
> > gmake[1]: Leaving directory
> > `/usr/home2/libolt2/kde/build/qt-copy-snapshot-20020319'
> > gmake: *** [init] Error 2
> 
> I think you're trying to link against a binary incompatible version of the Qt 
> library. Try 'ldd  Make sure that

That appears to it.  It's linking against qt2 that I've got in
/usr/X11R6/lib because I've got kde 2.2.2 installed currently.  How do I
get it to only link against the qt in $QTDIR?

Thanks for the help,

Mike

> 
> - Frerich
> 
> _______________________________________________
> kde-nonlinux mailing list
> kde-nonlinux@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-nonlinux