Summary: | Build fails due to missing header, although CMake reports that all external packages have been found | ||
---|---|---|---|
Product: | [Applications] kmag | Reporter: | Frank Reininghaus <frank78ac> |
Component: | general | Assignee: | sarang |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | cfeck, gladhorn |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frank Reininghaus
2012-08-25 13:00:03 UTC
at-spi2-core-devel ? Thanks Christoph, that package indeed contains this header file. However, the build still aborts with the same error message. The header file is located at /usr/include/at-spi-2.0/atspi/atspi-constants.h and apparently cannot be found there by the compiler. So it seems that not only the CMake check, but also the include dirs should probably be fixed. Can you pull libkdeaccessibilityclient and also post here what "pkg-config --cflags atspi-2" outputs for you? (Right now it probably doesn't compile because I just renamed the lib according to the review comments, but KMag should be updated in two hours or so...) It builds fine now, thanks! (In reply to comment #3) > Can you pull libkdeaccessibilityclient and also post here what "pkg-config > --cflags atspi-2" outputs for you? ~/kde/src/KDE/libkdeaccessibilityclient$ pkg-config --cflags atspi-2 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include |