Closed
Bug 466780
Opened 16 years ago
Closed 16 years ago
Qt integration fails to build
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 463872
People
(Reporter: bero, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4
Build Identifier: mozilla-central hg checkout, tip 21884
cairo-qpainter-surface.cpp: In function 'cairo_int_status_t _cairo_qpainter_surface_show_glyphs(void*,cairo_operator_t, cairo_pattern_t*, cairo_glyph_t*, int, cairo_scaled_font_t*, int*)':
cairo-qpainter-surface.cpp:1391: error: invalid conversion from 'int' to 'cairo_text_cluster_flags_t'
cairo-qpainter-surface.cpp:1391: error: initializing argument 10 of 'cairo_status_t _cairo_surface_show_text_glyphs(cairo_surface_t*, cairo_operator_t, cairo_pattern_t*, const char*, int, cairo_glyph_t*,int, const cairo_text_cluster_t*, int, cairo_text_cluster_flags_t, cairo_scaled_font_t*)'
cairo-qpainter-surface.cpp: In function 'void _cairo_image_surface_write_to_ppm(cairo_image_surface_t*, const char*)':
cairo-qpainter-surface.cpp:1798: warning: deprecated conversion from string constant to 'char*'
cairo-qpainter-surface.cpp:1800: warning: deprecated conversion from string constant to 'char*'
cairo-qpainter-surface.cpp: At global scope:
cairo-qpainter-surface.cpp:129: warning: 'g_dump_path' defined but not used
cairo-qpainter-surface.cpp:130: warning: 'timer_start_val' defined but not used
cairo-qpainter-surface.cpp:155: warning: 'const char* _opstr(cairo_operator_t)' defined but not used
gmake[5]: *** [cairo-qpainter-surface.o] Error 1
Reproducible: Always
Steps to Reproduce:
1. Grab current mozilla-central hg
2. Try to build xulrunner with --enable-default-toolkit=cairo-qt
Actual Results:
(see details)
Expected Results:
should have compiled
gcc version is 4.3.1, I've also had to use --disable-pedantic to get rid of an earlier build error.
Reporter | ||
Comment 1•16 years ago
|
||
Attaching fix
Comment 2•16 years ago
|
||
Dup for 463872
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•