I did
# apt-get install libwebp-dev webp
which installed
libwebp-dev amd64 0.1.3-3+nmu1
webp amd64 0.1.3-3+nmu1
webp amd64 0.1.3-3+nmu1
Do I miss some more packages?
Darktable compiles without that dependices installed of course.
Chris
Gesendet: Dienstag, 05. November 2013 um 12:21 Uhr
Von: "Dimitrios Psychogios" <[email protected]>
An: "Christian Kanzian" <[email protected]>
Cc: "darktable devel" <[email protected]>
Betreff: Re: [darktable-devel] WebP build error and German translation
Von: "Dimitrios Psychogios" <[email protected]>
An: "Christian Kanzian" <[email protected]>
Cc: "darktable devel" <[email protected]>
Betreff: Re: [darktable-devel] WebP build error and German translation
Also, the WebP module is marked s optional in CMake so it shouldn't really block the build if the WebP headers are not installed in the system (you need the libwebp-dev package installed)
On Tue, Nov 5, 2013 at 12:20 PM, Dimitrios Psychogios <[email protected]> wrote:
Which version of libwebp do you have installed? I will need to test this on Wheezy later.On Tue, Nov 5, 2013 at 12:13 PM, Christian Kanzian <[email protected]> wrote:------------------------------------------------------------------------------Dear Developers,
Sorry for creating the noise. While trying to update the German translation (file enclosed) of the latest git version 'c01bd1f', I also ran into a build error. As I don't have any development skills I followed the translating guide.I noticed that WebP does not build because of missing dependices. After installing them on Debian Wheezy, I get following error:/home/chri/Linux/darktable/src/imageio/format/webp.c: In function ‘write_image’:
/home/chri/Linux/darktable/src/imageio/format/webp.c:124:9: error: ‘WebPConfig’ has no member named ‘lossless’
/home/chri/Linux/darktable/src/imageio/format/webp.c:125:9: error: ‘WebPConfig’ has no member named ‘image_hint’
/home/chri/Linux/darktable/src/imageio/format/webp.c:144:3: error: implicit declaration of function ‘WebPPictureImportRGBX’ [-Werror=implicit-function-declaration]
/home/chri/Linux/darktable/src/imageio/format/webp.c:145:14: error: ‘WebPConfig’ has no member named ‘lossless’
/home/chri/Linux/darktable/src/imageio/format/webp.c:146:5: error: implicit declaration of function ‘WebPPictureARGBToYUVA’ [-Werror=implicit-function-declaration]
/home/chri/Linux/darktable/src/imageio/format/webp.c:148:5: error: implicit declaration of function ‘WebPCleanupTransparentArea’ [-Werror=implicit-function-declaration]
/home/chri/Linux/darktable/src/imageio/format/webp.c:149:5: error: implicit declaration of function ‘WebPPictureYUVAToARGB’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
make[2]: *** [src/imageio/format/CMakeFiles/webp.dir/webp.c.o] Fehler 1
make[1]: *** [src/imageio/format/CMakeFiles/webp.dir/all] Fehler 2Any hints for me?With best whishes,Christian
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-devel
--
Psychogios Dimitrios,
IT Systems Specialist
Psychogios Dimitrios,
IT Systems Specialist
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
