Package: libgksu2-dev
Version: 1.9.2
The file /usr/include/libgksu/libgksu.h includes these lines:
#define SN_API_NOT_YET_FROZEN
#include <libsn/sn.h>
but the sn.h header exists only in
/usr/include/startup-notification-1.0/libsn/sn.h
Moreover, the line:
#include <gconf/gconf-client.h> is quite bad, because
1) Bleeding-edge libs like libgksu2 require gconf2 more than gconf1,
thus we may need the line to be:
#include <gconf/2/gconf/gconf-client.h>
2) The package libgksu2-dev should thus depend on libgconf2-dev
These two packages (libstartup-notification0-dev and libgconf2-dev) seem
to have a broken header tree organisation, because it's not consistent
with the paths used in the header files.
Because of these 2 errors, including this header, building of any
program using libgksu2 fails.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]