| Summary: | Использует gtk в заголовочных файлах, но CFLAGS не заполняет путём к gtk | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Vitaly Lipatov <lav> |
| Component: | libgnomeoffice-devel | Assignee: | Yuri N. Sedunov <aris> |
| Status: | CLOSED WONTFIX | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | aris |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 20706 | ||
Тоже про glade: /usr/include/libgoffice-0.8/goffice/gtk/goffice-gtk.h:23:29: error: glade/glade-xml.h: No such file or directory Закрываю как устаревшее. |
$ grep gtk /usr/include/libgoffice-0.8/goffice/goffice.h #include <gtk/gtk.h> $ rpm -qf /usr/include/libgoffice-0.8/goffice/goffice.h libgnomeoffice-devel-0.7.9-alt1 $ cat /usr/lib/pkgconfig/libgoffice-0.8.pc ... Requires.private: glib-2.0 gobject-2.0 gio-2.0 libxml-2.0 gtk+-2.0 libglade-2.0 cairo pangocairo gconf-2.0 ... Cflags: -I${includedir}/libgoffice-0.8 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 Уж не знаю, зачем понадобился хак с Requires.private и ручное прописывание Cflags, но пути к gtk там не хватает.