On 02/15/2011 09:41 PM, David C. Rankin wrote:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
Aborting...
<snip>
kdeaccessibility gives the same error. Maybe I'm screwing up the configure? I'm
prepping and configuring as follows:
cd ${startdir}
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
make -f admin/Makefile.common
# set --enable-closure configure option if needed (needed for kdeaccessibility)
trinity_prefix="/opt/trinity"
./configure --prefix=${trinity_prefix} \
--includedir=${trinity_prefix}/include/kde \
--mandir=${trinity_prefix}/share/man \
--infodir=${trinity_prefix}/share/info \
--with-extra-libs=${trinity_prefix}/lib/kde3 \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=${trinity_prefix}/lib/kde3 \
--disable-rpath \
--with-xinerama \
--with-qt-dir=/opt/qt \
--with-qt-includes=/opt/qt/include \
--with-qt-libraries=/opt/qt/lib \
--with-extra-includes=/opt/qt/include/tqt \
--enable-closure
cd ${srcdir}
make || return 1
Does anybody see anything glaringly wrong with how I'm trying to setup the build
for either kdebinding or kdeaccessibility? It looks like I'm screwing up
--prefix, but I can't understand how?
HowToBuild says the build order is:
* tqtinterface
* arts
* kdelibs
* kdebase
* kdebindings (not required for a working Trinity environment)
The following build order seems to work well for the remaining core packages:
* kdeaccessibility
* kdeutils
* kdemultimedia
* kdenetwork
I've made it through kdebase:
21:59 trinity:~> pmq | grep trinity
trinity-qt3 3.3.8-20
trinity-pyqt3 3.18.1-9
trinity-tqtinterface 1220969-1.0
trinity-arts 1220969-1.1
trinity-kdelibs 1220969-1.1
trinity-kdebase 1220975-1.0
but after that things are presenting a bit more challenge ;-) Where do I need
to focus my attention in the build order next?
--
David C. Rankin, J.D.,P.E.