Bug 144079 - MetaEngine missing a rule, cannot compile?
Summary: MetaEngine missing a rule, cannot compile?
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 17:54 UTC by bcr
Modified: 2018-04-01 09:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bcr 2007-04-11 17:54:09 UTC
Version:           9.2 from SVN (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

Trying to compile DigiKam from SVN for the first time using the all-inclusive script on the "How to install from svn" page but I'm getting an error:

make[3]: *** No rule to make target `../../libkexiv2/libkexiv2.la', needed by `kipiplugin_sendimages.la'.  Stop.
make[3]: Leaving directory `/home/br/dev/libs/kipi-plugins/sendimages'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/br/dev/libs/kipi-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/br/dev/libs'
make: *** [all] Error 2

Am I missing a file or has the build changed in some way?

Thx,
Brian
Comment 1 Angelo Naselli 2007-04-11 21:15:16 UTC
did you download libkexiv2 from svn? otherwhise you should install
it, but the one released by now cannot be used with svn.

HTH,
	Angelo
Comment 2 bcr 2007-04-11 21:31:47 UTC
I assumed the script I mentioned would download it for me as part of the /libs directory, no?

From: http://www.digikam.org/?q=download/svn :

"To Checkout the extragear libs(includes libkipi,kipi-plugins and libkexif) :

# cd ..
# svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/libs "

This would seem to do what I need, right? Its part of the larger script below on that page as well.

I'm confused by what you mean "cannot be used with svn"  You mean the one in SVN is out of date?  Can the script be fixed to get the correct version?

Comment 3 Angelo Naselli 2007-04-11 22:34:10 UTC
Alle 21:31, mercoled
Comment 4 bcr 2007-04-12 16:54:16 UTC
OK, found the problem. I hadn't scrolled up far enough up the transcript to see the check results for all the various packages. 

It also seems that it can't be built on an Ubuntu Edgy Eft build either, that version doesn't have the correct library versions.

Thanks for your help guys.  :)