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 627649 - Two small patches to fix building against latest devhelp
Two small patches to fix building against latest devhelp
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-22 14:31 UTC by Kalev Lember
Modified: 2010-08-22 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pkgconfig: Require webkitgtk-3.0 instead of webkit-3.0 (839 bytes, patch)
2010-08-22 14:32 UTC, Kalev Lember
committed Details | Review
Use double quotes for including dh- headers (837 bytes, patch)
2010-08-22 14:33 UTC, Kalev Lember
none Details | Review

Description Kalev Lember 2010-08-22 14:31:42 UTC
I tried to build Anjuta against devhelp 2.90.5 in rawhide and cooked up two small patches to fix build failures.

In addition to the two patches I'm attaching the following changeset was also needed:

commit 73ef11d132c3f45eda96207a698f422bb8eaf3e3
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Jul 24 15:45:59 2010 +0200

    Fixed installation directory of header files
Comment 1 Kalev Lember 2010-08-22 14:32:28 UTC
Created attachment 168502 [details] [review]
pkgconfig: Require webkitgtk-3.0 instead of webkit-3.0
Comment 2 Kalev Lember 2010-08-22 14:33:36 UTC
Created attachment 168503 [details] [review]
Use double quotes for including dh- headers
Comment 3 Frederic Peters 2010-08-22 15:44:38 UTC
Do note Anjuta 2.31.x targets Devhelp 2.31.x (created from the gnome-2-32 branch), not Devhelp 2.90.x (created from the master branch).
Comment 4 Frederic Peters 2010-08-22 15:45:23 UTC
Comment on attachment 168503 [details] [review]
Use double quotes for including dh- headers

This was already done as commit aafd186d; I cherrypicked it for master.
Comment 5 Frederic Peters 2010-08-22 15:47:34 UTC
And I pushed the other patch; thanks.