#4392 closed defect (fixed)
WebKitGTK+-2.2.2 won't build with FreeType-2.5.1
Reported by: | Wayne Blaszczyk | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I get the following error:
CXX Source/WebCore/platform/graphics/opengl/libPlatform_la-Extensions3DOpenGLCommon.lo Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp:42:31: fatal error: freetype/freetype.h: No such file or directory #include <freetype/freetype.h> ^ compilation terminated. make[1]: *** [Source/WebCore/platform/graphics/harfbuzz/libPlatform_la-HarfBuzzFaceCairo.lo] Error 1 stdErr: make[1]: *** Waiting for unfinished jobs.... stdOut: make[1]: Leaving directory `/sources/webkitgtk-2.2.2' make: *** [all] Error 2
Change History (9)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
by , 11 years ago
Attachment: | webkitgtk-2.2.2-freetype-1-old.patch added |
---|
This works, but I am testing a propre one
comment:3 by , 11 years ago
Wayne, I tested with the "old" patch, it works. But I am testing with another one (also attatched), which complies with the instructions in the release of FreeType-2.5.1. Anyway, these indicate howto correct other packages that do not work.
by , 11 years ago
Attachment: | webkitgtk-2.2.2-freetype-1.patch added |
---|
comment:4 by , 11 years ago
The patch webkitgtk-2.2.2-freetype-1.patch was malformed, replaced by a new version
comment:5 by , 11 years ago
OK, both patches worked and webkitgtk-2.2.2-freetype-1.patch will be used, for reasons described above.
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for reporting, Wayne.
Fixed at r12315.
Note:
See TracTickets
for help on using tickets.
I think I solved this. Testing now.