You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that if you only compile using the cflags that pkgconfig tells you to use, compilation fails because file gphoto2/gphoto2-context.h can not be found.
I think the simplest fix is changing pkgconfig (and gphoto2-config) cflags to be $prefix/include/gphoto2 AND $prefix/include/
The text was updated successfully, but these errors were encountered:
…24.12.2
Albert Astals Cid (1):
Workaround gphoto/libgphoto2#1077
Heiko Becker (2):
GIT_SILENT Upgrade release service version to 24.12.2.
GIT_SILENT Update Appstream for new release
l10n daemon script (1):
GIT_SILENT Sync po/docbooks with svn
pkgconfig file says that cflags are
$prefix/include/gphoto2
the headers are installed in
$prefix/include/gphoto2
but then the headers reference eachother with
#include <gphoto2/gphoto2-context.h>
This means that if you only compile using the cflags that pkgconfig tells you to use, compilation fails because file gphoto2/gphoto2-context.h can not be found.
I think the simplest fix is changing pkgconfig (and gphoto2-config) cflags to be $prefix/include/gphoto2 AND $prefix/include/
The text was updated successfully, but these errors were encountered: