On 12/11/13 15:59, szebi wrote:
> On 11/12/2013 04:50 PM, David Vincent-Jones wrote:
>> /home/david/darktable/src/common/darktable.c:76:24: fatal error: 
>> magick/api.h: No such file or directory
>>   #include <magick/api.h>
>>
>> Could somebody please tell me what I am missing in this git install
> 
> we had this already 5 days ago (Reinstall git problem, started by yourself):
> 
> $ sudo apt-get install libgraphicsmagick1-dev

And a more general approach for sorting out this kind of thing would be to 
install apt-file, and update its package
archives:

sudo apt-get install apt-file
sudo apt-file update

Now you can search for a list of packages that provide a given file:

apt-file search magick/api.h

Regards,

Rob

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to