Opened 18 years ago

Closed 18 years ago

#10423 closed defect (fixed)

Pango 1.12.3 fails to build due to missing pangoatsui-private.h file.

Reported by: mrgibson@… Owned by: kvv@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: DarwinPorts Cc: markd@…
Port:

Description

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/opt/local/etc\" -DLIBDIR=\"/opt/local/lib\" -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/opt/local/include/cairo -I/usr/X11R6/include -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include -no-cpp-precomp -xobjective-c -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo -c pangocairo-fontmap.c -fno-common -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-fontmap.o In file included from pangocairo-fontmap.c:29: pangocairo-atsui.h:25:32: error: pangoatsui-private.h: No such file or directory In file included from pangocairo-fontmap.c:29: pangocairo-atsui.h:39: error: parse error before 'PangoATSUIFontMap' pangocairo-atsui.h:39: warning: no semicolon at end of struct or union pangocairo-atsui.h:44: error: parse error before '}' token pangocairo-atsui.h:48: error: parse error before '*' token pangocairo-atsui.h:52: warning: type defaults to 'int' in declaration of '_pango_cairo_atsui_font_new' pangocairo-atsui.h:52: warning: data definition has no type or storage class make[4]: * [libpangocairo_1_0_la-pangocairo-fontmap.lo] Error 1 make[3]: * [all-recursive] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 18 years ago by kevin@…

Component: darwinbuilddports
Keywords: DarwinPorts added; darwinbuild removed
product: darwinbuildDarwinPorts
Version: current1.2

comment:2 Changed 18 years ago by markd@…

Cc: markd@… added

Pango 1.14.0 and Cairo 1.2.4 were just committed. Please do a selfupdate and see if that fixes it.

comment:3 Changed 18 years ago by mrgibson@…

Resolution: fixed
Status: newclosed

pango 1.14.0_0 builds PERFECTLY and resolves this. Thanks for the tip ;)

Note: See TracTickets for help on using tickets.