Changes between Initial Version and Version 2 of Ticket #20018
- Timestamp:
- Jun 20, 2009, 5:49:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20018 – Description
initial v2 1 {{{scpainter.cpp:40:26: error: cairo-xlib.h: No such file or directory 1 {{{ 2 scpainter.cpp:40:26: error: cairo-xlib.h: No such file or directory 2 3 scpainter.cpp: In constructor 'ScPainter::ScPainter(QPaintDevice*, unsigned int, unsigned int, unsigned int, unsigned int)': 3 4 scpainter.cpp:123: error: 'cairo_xlib_surface_create' was not declared in this scope … … 7 8 make: *** [all] Error 2 8 9 9 Error: Status 1 encountered during processing.}}} 10 Error: Status 1 encountered during processing. 11 }}} 10 12 11 13 Tried upgrading cairo: 12 14 13 {{{$ port installed cairo 15 {{{ 16 $ port installed cairo 14 17 The following ports are currently installed: 15 18 cairo @1.8.6_4+macosx+no_x11+quartz (active) 16 cairo @1.8.8_0+macosx+no_x11+quartz}}} 19 cairo @1.8.8_0+macosx+no_x11+quartz 20 }}} 17 21 18 22 Is this from cairo-devel or something?