Quite a regular
Joined: 2006/11/22 17:57 Last Login
: 6/4 16:05
From Italy, Rome
Group:
Registered Users
|
@AmigaBlitter
Successfully compiled and installed pixam.
Cairo configuration ok, but when try the gmake i get:
Makefile:1487: warning: overriding commands for target `recheck' Makefile:1127: warning: ignoring old commands for target `recheck' gmake all-recursive gmake[1]: Entering directory `/OS41/Software/Development/cairo-1.14.2' Makefile:1487: warning: overriding commands for target `recheck' Makefile:1127: warning: ignoring old commands for target `recheck' Making all in src gmake[2]: Entering directory `/OS41/Software/Development/cairo-1.14.2/src' /SDK/C/gmake all-am gmake[3]: Entering directory `/OS41/Software/Development/cairo-1.14.2/src' CC cairo-analysis-surface.lo In file included from cairo-mutex-type-private.h:45, from cairo-scaled-font-private.h:45, from cairoint.h:422, from cairo-analysis-surface.c:37: cairo-mutex-impl-private.h:262:3: error: #error "XXX: No mutex implementation found. Cairo will not work with multiple threads. Define CAIRO_NO_MUTEX to 1 to acknowledge and accept this limitation and compile cairo without thread-safety support." In file included from cairo-mutex-type-private.h:45, from cairo-scaled-font-private.h:45, from cairoint.h:422, from cairo-analysis-surface.c:37: cairo-mutex-impl-private.h:271: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_recursive_mutex_impl_t' In file included from cairo-scaled-font-private.h:45, from cairoint.h:422, from cairo-analysis-surface.c:37: cairo-mutex-type-private.h:49:3: error: #error "CAIRO_MUTEX_IMPL_LOCK not defined. Check cairo-mutex-impl-private.h." cairo-mutex-type-private.h:52:3: error: #error "CAIRO_MUTEX_IMPL_UNLOCK not defined. Check cairo-mutex-impl-private.h." cairo-mutex-type-private.h:55:3: error: #error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined. Check cairo-mutex-impl-private.h." cairo-mutex-type-private.h:139:3: error: #error "CAIRO_MUTEX_IMPL_LOCK not defined" cairo-mutex-type-private.h:142:3: error: #error "CAIRO_MUTEX_IMPL_UNLOCK not defined" cairo-mutex-type-private.h:151:3: error: #error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined" In file included from cairo-scaled-font-private.h:45, from cairoint.h:422, from cairo-analysis-surface.c:37: cairo-mutex-type-private.h:161: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_mutex_t' cairo-mutex-type-private.h:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_recursive_mutex_t' In file included from cairoint.h:422, from cairo-analysis-surface.c:37: cairo-scaled-font-private.h:110: error: expected specifier-qualifier-list before 'cairo_mutex_t' In file included from cairo-mutex-private.h:62, from cairoint.h:2040, from cairo-analysis-surface.c:37: cairo-mutex-list-private.h:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_pattern_solid_surface_cache_lock' cairo-mutex-list-private.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_image_solid_cache_mutex' cairo-mutex-list-private.h:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_toy_font_face_mutex' cairo-mutex-list-private.h:44: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_intern_string_mutex' cairo-mutex-list-private.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_scaled_font_map_mutex' cairo-mutex-list-private.h:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_scaled_glyph_page_cache_mutex' cairo-mutex-list-private.h:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_scaled_font_error_mutex' cairo-mutex-list-private.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_glyph_cache_mutex' cairo-mutex-list-private.h:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_atomic_mutex' In file included from cairo-surface-snapshot-inline.h:39, from cairo-analysis-surface.c:45: cairo-surface-snapshot-private.h:46: error: expected specifier-qualifier-list before 'cairo_mutex_t' In file included from cairo-analysis-surface.c:45: cairo-surface-snapshot-inline.h: In function '_cairo_surface_snapshot_get_target': cairo-surface-snapshot-inline.h:54: error: implicit declaration of function 'CAIRO_MUTEX_IMPL_LOCK' cairo-surface-snapshot-inline.h:54: error: 'cairo_surface_snapshot_t' has no member named 'mutex' cairo-surface-snapshot-inline.h:55: error: 'cairo_surface_snapshot_t' has no member named 'target' cairo-surface-snapshot-inline.h:56: error: implicit declaration of function 'CAIRO_MUTEX_IMPL_UNLOCK' cairo-surface-snapshot-inline.h:56: error: 'cairo_surface_snapshot_t' has no member named 'mutex' gmake[3]: *** [cairo-analysis-surface.lo] Error 1 gmake[3]: Leaving directory `/OS41/Software/Development/cairo-1.14.2/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/OS41/Software/Development/cairo-1.14.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/OS41/Software/Development/cairo-1.14.2' gmake: *** [all] Error 2 3.OS41:Software/Development/cairo-1.14.2>
|