Can't Build Digikam from Source

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't Build Digikam from Source

Jordan
I know, I know, I can add the philips5 package, but from my experience  
I've had repository headaches for months after installing the Debian (no  
offense to Philip Johnsson -- great work getting the process streamlined),  
so I like to use the tar package for installing.  However, here is what  
happens:

user@host:~/Downloads/Apps/digikam-2.9.0$ ./download-repos
sh: 1: cd: can't cd to core/.git/hooks
sh: 1: cd: can't cd to extra/libkface/.git/hooks
sh: 1: cd: can't cd to extra/libkgeomap/.git/hooks
sh: 1: cd: can't cd to extra/kipi-plugins/.git/hooks
sh: 1: cd: can't cd to extra/libkexiv2/.git/hooks
sh: 1: cd: can't cd to extra/libkdcraw/.git/hooks
sh: 1: cd: can't cd to extra/libkipi/.git/hooks
sh: 1: cd: can't cd to extra/libksane/.git/hooks
sh: 1: cd: can't cd to extra/libmediawiki/.git/hooks
sh: 1: cd: can't cd to extra/libkvkontakte/.git/hooks
sh: 1: cd: can't cd to doc/digikam/.git/hooks
sh: 1: cd: can't cd to doc/kipi-plugins/.git/hooks

I even tried to run "perl ./download-repos" and tried to initialize an  
empty/nonempty git repository within digikam.  I get the same results.  
Any ideas?  Thanks.

--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Gilles Caulier-4
do not use tarball with ./download-repos. It's only to checkout code
from git repository. code is already in tarball (:=)))

Run directly one of bootstrap script on root dir. In fact look in README file.

Gillles Caulier

2012/9/4 Jordan H. <[hidden email]>:

> I know, I know, I can add the philips5 package, but from my experience I've
> had repository headaches for months after installing the Debian (no offense
> to Philip Johnsson -- great work getting the process streamlined), so I like
> to use the tar package for installing.  However, here is what happens:
>
> user@host:~/Downloads/Apps/digikam-2.9.0$ ./download-repos
> sh: 1: cd: can't cd to core/.git/hooks
> sh: 1: cd: can't cd to extra/libkface/.git/hooks
> sh: 1: cd: can't cd to extra/libkgeomap/.git/hooks
> sh: 1: cd: can't cd to extra/kipi-plugins/.git/hooks
> sh: 1: cd: can't cd to extra/libkexiv2/.git/hooks
> sh: 1: cd: can't cd to extra/libkdcraw/.git/hooks
> sh: 1: cd: can't cd to extra/libkipi/.git/hooks
> sh: 1: cd: can't cd to extra/libksane/.git/hooks
> sh: 1: cd: can't cd to extra/libmediawiki/.git/hooks
> sh: 1: cd: can't cd to extra/libkvkontakte/.git/hooks
> sh: 1: cd: can't cd to doc/digikam/.git/hooks
> sh: 1: cd: can't cd to doc/kipi-plugins/.git/hooks
>
> I even tried to run "perl ./download-repos" and tried to initialize an
> empty/nonempty git repository within digikam.  I get the same results.  Any
> ideas?  Thanks.
>
> --
> Using Opera's revolutionary email client: http://www.opera.com/mail/
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Jordan
When I do run the ./bootstrap.ubuntu, I get the following error:

CMake Error: The source directory "/home/user/Downloads/graphics" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.


I've extracted the digikam source into /home/user/Downloads/Apps/ (so, bootstrap.ubuntu is in /home/user/Downloads/Apps/digikam-2.9.0/bootstrap.ubuntu).

I looked in bootstrap.ubuntu and it seems  that `kde4-config --prefix` results in "/usr" on my system (I'm using Linux Mint 13).
Any ideas?  Thanks.

On Tue, 04 Sep 2012 14:34:26 -0700, Gilles Caulier <[hidden email]> wrote:

> do not use tarball with ./download-repos. It's only to checkout code
> from git repository. code is already in tarball (:=)))
>
> Run directly one of bootstrap script on root dir. In fact look in README
> file.
>
> Gillles Caulier
>
> 2012/9/4 Jordan H. <[hidden email]>:
>> I know, I know, I can add the philips5 package, but from my experience
>> I've
>> had repository headaches for months after installing the Debian (no
>> offense
>> to Philip Johnsson -- great work getting the process streamlined), so I
>> like
>> to use the tar package for installing. However, here is what happens:
>>
>> user@host:~/Downloads/Apps/digikam-2.9.0$ ./download-repos
>> sh: 1: cd: can't cd to core/.git/hooks
>> sh: 1: cd: can't cd to extra/libkface/.git/hooks
>> sh: 1: cd: can't cd to extra/libkgeomap/.git/hooks
>> sh: 1: cd: can't cd to extra/kipi-plugins/.git/hooks
>> sh: 1: cd: can't cd to extra/libkexiv2/.git/hooks
>> sh: 1: cd: can't cd to extra/libkdcraw/.git/hooks
>> sh: 1: cd: can't cd to extra/libkipi/.git/hooks
>> sh: 1: cd: can't cd to extra/libksane/.git/hooks
>> sh: 1: cd: can't cd to extra/libmediawiki/.git/hooks
>> sh: 1: cd: can't cd to extra/libkvkontakte/.git/hooks
>> sh: 1: cd: can't cd to doc/digikam/.git/hooks
>> sh: 1: cd: can't cd to doc/kipi-plugins/.git/hooks
>>
>> I even tried to run "perl ./download-repos" and tried to initialize an
>> empty/nonempty git repository within digikam. I get the same results.
>> Any
>> ideas? Thanks.
>>
>> --
>> Using Opera's revolutionary email client: http://www.opera.com/mail/
>> _______________________________________________
>> Digikam-users mailing list
>> [hidden email]
>> https://mail.kde.org/mailman/listinfo/digikam-users
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users


--
Using Opera's revolutionary email client: http://www.opera.com/mail/

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Jordan
In reply to this post by Jordan
Any ideas?  I keep getting this error when I try to do ./bootstrap.ubuntu:

CMake Error: The source directory "/home/user/graphics" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

I can see that in the executable there's this line:

cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config  
--prefix` ../../graphics

../../graphics is the home directory.  So then I try to create it (I knew  
it wouldn't do anything, but, hey, why not try anyway!) and run the  
executable again:

CMake Error: The source directory "/home/user/graphics" does not appear to  
con
tain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Where SHOULD the graphics/ folder be?  Help please?  Thank you.


On Mon, 03 Sep 2012 18:55:29 -0700, Jordan H. <[hidden email]> wrote:

> I know, I know, I can add the philips5 package, but from my experience  
> I've had repository headaches for months after installing the Debian (no  
> offense to Philip Johnsson -- great work getting the process  
> streamlined), so I like to use the tar package for installing.  However,  
> here is what happens:
>
> user@host:~/Downloads/Apps/digikam-2.9.0$ ./download-repos
> sh: 1: cd: can't cd to core/.git/hooks
> sh: 1: cd: can't cd to extra/libkface/.git/hooks
> sh: 1: cd: can't cd to extra/libkgeomap/.git/hooks
> sh: 1: cd: can't cd to extra/kipi-plugins/.git/hooks
> sh: 1: cd: can't cd to extra/libkexiv2/.git/hooks
> sh: 1: cd: can't cd to extra/libkdcraw/.git/hooks
> sh: 1: cd: can't cd to extra/libkipi/.git/hooks
> sh: 1: cd: can't cd to extra/libksane/.git/hooks
> sh: 1: cd: can't cd to extra/libmediawiki/.git/hooks
> sh: 1: cd: can't cd to extra/libkvkontakte/.git/hooks
> sh: 1: cd: can't cd to doc/digikam/.git/hooks
> sh: 1: cd: can't cd to doc/kipi-plugins/.git/hooks
>
> I even tried to run "perl ./download-repos" and tried to initialize an  
> empty/nonempty git repository within digikam.  I get the same results.  
> Any ideas?  Thanks.
>


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Gilles Caulier-4
No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
don't write this init script.

I use Mageia 2. Look in script relevant to see if you can found a solution...

Gilles Caulier

2012/9/19 Jordan H. <[hidden email]>:

> Any ideas?  I keep getting this error when I try to do ./bootstrap.ubuntu:
>
> CMake Error: The source directory "/home/user/graphics" does not exist.
>
> Specify --help for usage, or press the help button on the CMake GUI.
>
> I can see that in the executable there's this line:
>
> cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config
> --prefix` ../../graphics
>
> ../../graphics is the home directory.  So then I try to create it (I knew it
> wouldn't do anything, but, hey, why not try anyway!) and run the executable
> again:
>
> CMake Error: The source directory "/home/user/graphics" does not appear to
> con
> tain CMakeLists.txt.
>
> Specify --help for usage, or press the help button on the CMake GUI.
>
> Where SHOULD the graphics/ folder be?  Help please?  Thank you.
>
>
>
> On Mon, 03 Sep 2012 18:55:29 -0700, Jordan H. <[hidden email]> wrote:
>
>> I know, I know, I can add the philips5 package, but from my experience
>> I've had repository headaches for months after installing the Debian (no
>> offense to Philip Johnsson -- great work getting the process streamlined),
>> so I like to use the tar package for installing.  However, here is what
>> happens:
>>
>> user@host:~/Downloads/Apps/digikam-2.9.0$ ./download-repos
>> sh: 1: cd: can't cd to core/.git/hooks
>> sh: 1: cd: can't cd to extra/libkface/.git/hooks
>> sh: 1: cd: can't cd to extra/libkgeomap/.git/hooks
>> sh: 1: cd: can't cd to extra/kipi-plugins/.git/hooks
>> sh: 1: cd: can't cd to extra/libkexiv2/.git/hooks
>> sh: 1: cd: can't cd to extra/libkdcraw/.git/hooks
>> sh: 1: cd: can't cd to extra/libkipi/.git/hooks
>> sh: 1: cd: can't cd to extra/libksane/.git/hooks
>> sh: 1: cd: can't cd to extra/libmediawiki/.git/hooks
>> sh: 1: cd: can't cd to extra/libkvkontakte/.git/hooks
>> sh: 1: cd: can't cd to doc/digikam/.git/hooks
>> sh: 1: cd: can't cd to doc/kipi-plugins/.git/hooks
>>
>> I even tried to run "perl ./download-repos" and tried to initialize an
>> empty/nonempty git repository within digikam.  I get the same results.  Any
>> ideas?  Thanks.
>>
>
>
> --
> Using Opera's revolutionary email client: http://www.opera.com/mail/
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

brad
On Wednesday, September 19, 2012 02:14:19 PM Gilles Caulier wrote:
> No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
> don't write this init script.
>

Jordan -- please try the attached script for in place of the packages
bootstrap.  it is largely based on Gilles's bootstrap.mageia. Let us know if
this works for you so this can be checked into the repo so others don't have
the same problem.

Gilles -- i'm not sure why multiple bootstrap scripts exists for linux,
scripts for mageia and mandriva. I propose a single unified script for all
linux distros. As long as kde4-config and qmake are in the user's path then all
necessary paths should be discoverable. I'm hoping the script attached will do
the trick, but i only have one environment i can check.

Cheers,
 - brad


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

bootstrap.linux (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Gilles Caulier-4
yes, i would to have a single script for Linux, but time missing to do
it as usual.

I will test your file under Mageia. If it work, i will merge all to only one...

Gilles

2012/9/19 brad <[hidden email]>:

> On Wednesday, September 19, 2012 02:14:19 PM Gilles Caulier wrote:
>> No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
>> don't write this init script.
>>
>
> Jordan -- please try the attached script for in place of the packages
> bootstrap.  it is largely based on Gilles's bootstrap.mageia. Let us know if
> this works for you so this can be checked into the repo so others don't have
> the same problem.
>
> Gilles -- i'm not sure why multiple bootstrap scripts exists for linux,
> scripts for mageia and mandriva. I propose a single unified script for all
> linux distros. As long as kde4-config and qmake are in the user's path then all
> necessary paths should be discoverable. I'm hoping the script attached will do
> the trick, but i only have one environment i can check.
>
> Cheers,
>  - brad
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

brad
In reply to this post by brad
And of course that script would have a typo. take 2 attached.

 - brad




On Wednesday, September 19, 2012 10:09:53 AM brad wrote:

> On Wednesday, September 19, 2012 02:14:19 PM Gilles Caulier wrote:
> > No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
> > don't write this init script.
>
> Jordan -- please try the attached script for in place of the packages
> bootstrap.  it is largely based on Gilles's bootstrap.mageia. Let us know if
> this works for you so this can be checked into the repo so others don't
> have the same problem.
>
> Gilles -- i'm not sure why multiple bootstrap scripts exists for linux,
> scripts for mageia and mandriva. I propose a single unified script for all
> linux distros. As long as kde4-config and qmake are in the user's path then
> all necessary paths should be discoverable. I'm hoping the script attached
> will do the trick, but i only have one environment i can check.
>
> Cheers,
>  - brad
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

bootstrap.linux (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

brad
In reply to this post by Gilles Caulier-4
On Wednesday, September 19, 2012 04:12:44 PM Gilles Caulier wrote:
> yes, i would to have a single script for Linux, but time missing to do
> it as usual.
>
understood -- at the very least they all  (i.e. bootstrap.
{mageia,mandriva,linux} ) can co-exists for the time being; however the
bootstrap.ubuntu script should be removed as it simply doesn't work.

Thanks,
 - brad


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Jordan
In reply to this post by brad
Firstly, I had to use dos2unix on the file to get rid of the line terminals

It seems to work.  Thank you.  After chasing down dependencies in  
aptitude, though I come across this error:

-- First try at finding OpenCV...
CMake Warning at extra/libkface/CMakeLists.txt:58 (FIND_PACKAGE):
   Could not find module FindOpenCV.cmake or a configuration file for  
package
   OpenCV.

   Adjust CMAKE_MODULE_PATH to find FindOpenCV.cmake or set OpenCV_DIR to  
the
   directory containing a CMake configuration file for OpenCV.  The file  
will
   have one of the following names:

     OpenCVConfig.cmake
     opencv-config.cmake



-- Could not find OpenCV normally, trying internal FindOpenCV.cmake
-- Checking GNUCXX version 3/4 to determine  OpenCV /opt/net/ path
CMake Error at extra/libkface/cmake/modules_opencv/FindOpenCV.cmake:237  
(MESSAGE):
   OpenCV required but some headers or libs not found.  Please specify its
   location with OpenCV_ROOT_DIR env.  variable.
Call Stack (most recent call first):
   extra/libkface/CMakeLists.txt:63 (FIND_PACKAGE)


CMake Error: The following variables are used in this project, but they  
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the  
CMake files:
LCMS2_LIBRARIES (ADVANCED)
     linked by target "libraw" in directory  
/home/user/Downloads/digikam-2.9.0/extra/libkdcraw

I can't find either of those files in my system.  Do I need to install a  
package?  If I try to install opencv-dev, I get several dependencies that  
can't be resolved.  Thanks.


On Wed, 19 Sep 2012 07:09:53 -0700, brad <[hidden email]> wrote:

> On Wednesday, September 19, 2012 02:14:19 PM Gilles Caulier wrote:
>> No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
>> don't write this init script.
>>
>
> Jordan -- please try the attached script for in place of the packages
> bootstrap.  it is largely based on Gilles's bootstrap.mageia. Let us  
> know if
> this works for you so this can be checked into the repo so others don't  
> have
> the same problem.
>
> Gilles -- i'm not sure why multiple bootstrap scripts exists for linux,
> scripts for mageia and mandriva. I propose a single unified script for  
> all
> linux distros. As long as kde4-config and qmake are in the user's path  
> then all
> necessary paths should be discoverable. I'm hoping the script attached  
> will do
> the trick, but i only have one environment i can check.
>
> Cheers,
>  - brad
>


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

brad

On Sep 19, 2012, at 8:08 PM, Jordan H. <[hidden email]> wrote:

> Do I need to install a package?  If I try to install opencv-dev, I get several dependencies that can't be resolved.

umm, clearly something is missing. I do not have a debian system to test on. it looks like you're on the right track, opencv-dev would be the first thing i'd try. Does the command apt-cache search opencv turn up any packages that look useful? Also on older ubuntu systems, i believe that needed package was called libcv-dev, you might try looking for a package like that, or libopencv-dev. Otherwise, if the packages are broken on debian, you can always try to download, compile and install opencv on your own.
Good luck,
 - brad

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Philip Johnsson
In reply to this post by Jordan
If you don't want to use my PPA but build it yourself you could always
check build dependencies for my Digikam packages to get all you need
to build it yourself if you have trouble finding out what's needed.

/Philip


On Thu, Sep 20, 2012 at 2:08 AM, Jordan H. <[hidden email]> wrote:

> Firstly, I had to use dos2unix on the file to get rid of the line terminals
>
> It seems to work.  Thank you.  After chasing down dependencies in aptitude,
> though I come across this error:
>
> -- First try at finding OpenCV...
> CMake Warning at extra/libkface/CMakeLists.txt:58 (FIND_PACKAGE):
>   Could not find module FindOpenCV.cmake or a configuration file for package
>   OpenCV.
>
>   Adjust CMAKE_MODULE_PATH to find FindOpenCV.cmake or set OpenCV_DIR to the
>   directory containing a CMake configuration file for OpenCV.  The file will
>   have one of the following names:
>
>     OpenCVConfig.cmake
>     opencv-config.cmake
>
>
>
> -- Could not find OpenCV normally, trying internal FindOpenCV.cmake
> -- Checking GNUCXX version 3/4 to determine  OpenCV /opt/net/ path
> CMake Error at extra/libkface/cmake/modules_opencv/FindOpenCV.cmake:237
> (MESSAGE):
>   OpenCV required but some headers or libs not found.  Please specify its
>   location with OpenCV_ROOT_DIR env.  variable.
> Call Stack (most recent call first):
>   extra/libkface/CMakeLists.txt:63 (FIND_PACKAGE)
>
>
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> files:
> LCMS2_LIBRARIES (ADVANCED)
>     linked by target "libraw" in directory
> /home/user/Downloads/digikam-2.9.0/extra/libkdcraw
>
> I can't find either of those files in my system.  Do I need to install a
> package?  If I try to install opencv-dev, I get several dependencies that
> can't be resolved.  Thanks.
>
>
>
> On Wed, 19 Sep 2012 07:09:53 -0700, brad <[hidden email]> wrote:
>
>> On Wednesday, September 19, 2012 02:14:19 PM Gilles Caulier wrote:
>>>
>>> No idea. bootstrap.ubuntu is outdated. I don't use this distro. I
>>> don't write this init script.
>>>
>>
>> Jordan -- please try the attached script for in place of the packages
>> bootstrap.  it is largely based on Gilles's bootstrap.mageia. Let us know
>> if
>> this works for you so this can be checked into the repo so others don't
>> have
>> the same problem.
>>
>> Gilles -- i'm not sure why multiple bootstrap scripts exists for linux,
>> scripts for mageia and mandriva. I propose a single unified script for all
>> linux distros. As long as kde4-config and qmake are in the user's path
>> then all
>> necessary paths should be discoverable. I'm hoping the script attached
>> will do
>> the trick, but i only have one environment i can check.
>>
>> Cheers,
>>  - brad
>>
>
>
> --
> Using Opera's revolutionary email client: http://www.opera.com/mail/
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Andrew Goodbody
In reply to this post by brad
On 24/09/12 05:47, brad wrote:
>
> On Sep 19, 2012, at 8:08 PM, Jordan H.<[hidden email]>  wrote:
>
>> Do I need to install a package?  If I try to install opencv-dev, I get several dependencies that can't be resolved.
>
> umm, clearly something is missing. I do not have a debian system to test on. it looks like you're on the right track, opencv-dev would be the first thing i'd try. Does the command apt-cache search opencv turn up any packages that look useful? Also on older ubuntu systems, i believe that needed package was called libcv-dev, you might try looking for a package like that, or libopencv-dev. Otherwise, if the packages are broken on debian, you can always try to download, compile and install opencv on your own.
> Good luck,
>   - brad

I think the package you may need is libopencv-dev

Andrew
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't Build Digikam from Source

Gilles Caulier-4
Common bootstrap script for linux is now committed on git/master...

Gilles Caulier

2012/9/24 Andrew Goodbody <[hidden email]>:

> On 24/09/12 05:47, brad wrote:
>>
>>
>> On Sep 19, 2012, at 8:08 PM, Jordan H.<[hidden email]>  wrote:
>>
>>> Do I need to install a package?  If I try to install opencv-dev, I get
>>> several dependencies that can't be resolved.
>>
>>
>> umm, clearly something is missing. I do not have a debian system to test
>> on. it looks like you're on the right track, opencv-dev would be the first
>> thing i'd try. Does the command apt-cache search opencv turn up any packages
>> that look useful? Also on older ubuntu systems, i believe that needed
>> package was called libcv-dev, you might try looking for a package like that,
>> or libopencv-dev. Otherwise, if the packages are broken on debian, you can
>> always try to download, compile and install opencv on your own.
>> Good luck,
>>   - brad
>
>
> I think the package you may need is libopencv-dev
>
> Andrew
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users