LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   digikam no compile (https://www.linuxquestions.org/questions/slackware-14/digikam-no-compile-704175/)

micder 02-12-2009 09:10 AM

digikam no compile
 
Got Slack-12.1 and KDE-3.5.9.
Tried to install digikam.
./configure went OK
Code:


checking for Qt... libraries /usr/lib/qt-3.3.8b/lib, headers /usr/lib/qt/include using -mt

-- digiKam configure results -------------------
-- libsqlite3 library found....... YES
-- libgphoto2 library found....... YES
-- libkipi library found.......... YES
-- libtiff library found..... .... YES
-- libpng library found........... YES
-- libjasper library found........ YES
-- liblcms library found.......... YES
-- libkexiv2 library found........ YES
-- libkdcraw library found........ YES
------------------------------------------------

Good - your configure finished. Start make now

make fails with
Code:


grep: /usr/lib/qt-3.3.8/lib/libqt-mt.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/qt-3.3.8/lib/libqt-mt.la: No such file or directory
libtool: link: `/usr/lib/qt-3.3.8/lib/libqt-mt.la' is not a valid libtool archive

Searching on linuxquestions brought me to ~alien/slackbuilds.
Installation of Bob's packages gave me digikam.:)
I'l keep that site in mind, it's fantastic!

However, it keeps nagging me that my compilation did not succeed.
Anybody any ideas why?

gegechris99 02-12-2009 11:31 AM

Hello,

Your compile error seems to indicate that libqt-mt.la is missing.

Have you 12.1 package qt-3.3.8b-i486-2.tgz installed on your system? If yes, try to reinstall the package.

Furthermore, digikam has several dependencies. So make sure to install them to avoid any trouble.

One way to compile flawlessly digikam and its dependencies is to use Slackbuilds (shell scripts that automate the compilation and creation of packages).

Here's the link to digikam Slackbuild for 12.1 (the dependencies are listed in the README):

http://slackbuilds.org/repository/12...phics/digikam/

micder 02-13-2009 09:10 AM

Reinstallation of qt-3.3.8b-i486-2.tgz solved the problem.
Original install somehow borked...?
Anyhow thank you.


All times are GMT -5. The time now is 11:04 AM.