After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671274 - libgxps-scan.c:7:26: fatal error: libgxps/gxps.h: No such file or directory
libgxps-scan.c:7:26: fatal error: libgxps/gxps.h: No such file or directory
Status: RESOLVED FIXED
Product: libgxps
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libgxps maintainers
libgxps maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-03 21:30 UTC by Michael Biebl
Modified: 2012-03-05 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] build: Fix INCLUDES for libgxps-scan.c (828 bytes, patch)
2012-03-03 21:54 UTC, Michael Biebl
committed Details | Review

Description Michael Biebl 2012-03-03 21:30:10 UTC
I've tried to build libgxps with --enable-gtk-doc. libgxps is *not* installed.

# ./usr/include/libgxps/gxps.h
ls: cannot access /usr/include/libgxps/gxps.h: No such file or directory
# ./configure --enable-gtk-doc && make
...
make[2]: Entering directory `/home/michael/git/libgxps/docs'
Making all in reference
make[3]: Entering directory `/home/michael/git/libgxps/docs/reference'
  DOC   Scanning header files
  DOC   Introspecting gobjects
libgxps-scan.c:7:26: fatal error: libgxps/gxps.h: No such file or directory
compilation terminated.
Compilation of scanner failed: 
make[3]: *** [scan-build.stamp] Error 1
make[3]: Leaving directory `/home/michael/git/libgxps/docs/reference'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/michael/git/libgxps/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/michael/git/libgxps'
make: *** [all] Error 2
Comment 1 Michael Biebl 2012-03-03 21:54:24 UTC
Created attachment 208924 [details] [review]
[PATCH] build: Fix INCLUDES for libgxps-scan.c
Comment 2 Carlos Garcia Campos 2012-03-05 17:04:39 UTC
Review of attachment 208924 [details] [review]:

Pushed, thank you very much.