Closed
Bug 456416
Opened 17 years ago
Closed 17 years ago
Compilation source code
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ccorreafy, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.11
This error in compilation seamonkey 1.1.11 in my linux Red Hat 7.3
cairo-xlib-surface.c: In function `_get_glyphset_cache':
cairo-xlib-surface.c:2279: `PictStandardA1' undeclared (first use in this function)
cairo-xlib-surface.c:2279: warning: assignment makes pointer from integer without a cast
cairo-xlib-surface.c:2282: `PictStandardA8' undeclared (first use in this function)
cairo-xlib-surface.c:2282: warning: assignment makes pointer from integer without a cast
cairo-xlib-surface.c:2285: `PictStandardARGB32' undeclared (first use in this function)
cairo-xlib-surface.c:2285: warning: assignment makes pointer from integer without a cast
gmake[4]: *** [cairo-xlib-surface.o] Error 1
gmake[4]: Saliendo directorio `/tmp/pagos/mozilla/gfx/cairo/cairo/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Saliendo directorio `/tmp/pagos/mozilla/gfx/cairo'
gmake[2]: *** [libs] Error 2
gmake[2]: Saliendo directorio `/tmp/pagos/mozilla/gfx'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Saliendo directorio `/tmp/pagos/mozilla'
make: *** [default] Error 2
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Assignee: build-config → nobody
Component: Build Config → GFX: Thebes
Product: SeaMonkey → Core
QA Contact: build-config → thebes
Comment 1•17 years ago
|
||
I guess you are missing Xrender headers. Try installing libXrender-devel.
You should rather use newsgroups (news://news.mozilla.org/mozilla.dev.builds) for such compilations issues, unless you think the build system should be improved to provide a better error message in this situation.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•