Package: libflickcurl-dev
Version: 1.14-1
Severity: grave
Hello,
When I try to compile one of the test programs, I get this message:
~ gcc -lflickcurl photo-info.c
In file included from photo-info.c:18:
/usr/include/flickcurl.h:31:25: error: libxml/tree.h: No such file or directory
In file included from photo-info.c:18:
/usr/include/flickcurl.h:1507: error: expected declaration specifiers or '...'
before 'xmlDocPtr'
There are several things wrong here. First, you are missing a
dependency of the package on libxml2-dev, which actually contains the
libxml/tree.h file.
Second, even with this package installed, it doesn't work. Why ?
Because the real file we are trying to include is this one:
/usr/include/libxml2/libxml/tree.h
So, either /usr/include/flickcurl.h should use
#include <libxml2/libxml/tree.h>
either flickcurl-config --cflags should return
-I/usr/include/libxml2/
Meanwhile, this package is pretty useless, hence the "grave" severity.
Cheers,
Vincent
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages libflickcurl-dev depends on:
ii libflickcurl0 1.14-1 C library for accessing the Flickr
libflickcurl-dev recommends no packages.
libflickcurl-dev suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]