Closed
Bug 287594
Opened 20 years ago
Closed 20 years ago
Cairo SVG Build Bustage
Categories
(Core :: SVG, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: artooro, Assigned: tor)
Details
Attachments
(1 file)
Today I've been getting this error as of 13:40 EST. gcc -DHAVE_CONFIG_H -I. -I/Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src -I.. -I/Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src -I/Users/arthur/Mozilla/mozilla/obj-app/dist/include/cairo -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT cairo_atsui_font.lo -MD -MP -MF .deps/cairo_atsui_font.Tpo -c /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c -o cairo_atsui_font.o /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:40:34: cairo-quartz-private.h: No such file or directory /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c: In function `_cairo_atsui_font_text_to_glyphs': /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:248: warning: `style' might be used uninitialized in this function /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c: In function `_cairo_atsui_font_glyph_bbox': /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:410: warning: unused variable `err' /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c: In function `_cairo_atsui_font_show_glyphs': /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:462: error: `cairo_quartz_surface_t' undeclared (first use in this function) /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:462: error: (Each undeclared identifier is reported only once /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:462: error: for each function it appears in.) /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:462: error: `surface' undeclared (first use in this function) /Users/arthur/Mozilla/mozilla/gfx/cairo/cairo/src/cairo_atsui_font.c:462: error: parse error before ')' token make[4]: *** [cairo_atsui_font.lo] Error 1 make[3]: *** [install-recursive] Error 1 make[2]: *** [cairo] Error 2 make[1]: *** [default] Error 2 make: *** [build] Error 2 With Apple's GCC 3.3 and Xcode 1.5. Looks like it's busted. I'm not sure if it's a problem with my build system as I just recently went back to GCC 3.3 from 4.0 and also went back a couple cctools releases. But it should all be as normal. I'm going to submit this bug as unconfirmed anyway.
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•