Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#25590 - [seed] wrong reference to seed.h
Attached to Project:
Arch Linux
Opened by bongo (bongo) - Monday, 15 August 2011, 20:39 GMT
Last edited by Allan McRae (Allan) - Saturday, 16 June 2012, 08:16 GMT
Opened by bongo (bongo) - Monday, 15 August 2011, 20:39 GMT
Last edited by Allan McRae (Allan) - Saturday, 16 June 2012, 08:16 GMT
|
DetailsDescription:
when using seed 3.0.0-1 by including <seed-module.h> a compilation error occurs. /usr/include/seed-gtk3/seed-module.h:23:29: fatal error: ../libseed/seed.h: No such file or directory changing the include in this line to "seed.h" fixes the problem, since the dir structure has changed obviously. Additional info: Package version: 3.0.0-1 Steps to reproduce: install seed from extra; include header in a c program |
This task depends upon
i guess you didn't used the right flags. just for record, you need to use pkg-config seed --cflags to get them
Looking at documentation, seed-module.h is a public header that should be usable:
http://developer.gnome.org/seed/unstable/seed-Modules.html
Can you please report it upstream at http://bugzilla.gnome.org and paste the link here?