Opened 14 years ago

Closed 14 years ago

#26182 closed defect (invalid)

at-spi build failure

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: sewebster@…
Port: py26-gnome

Description

I am seeing the following error trying to build at-spi on Mac OS X 10.6.4 and Xcode 3.2.2.

ui.c: In function 'pyui_add_constants':
ui.c:7711: error: 'GNOME_TYPE_UI_INFO_TYPE' undeclared (first use in this function)
ui.c:7712: error: 'GNOME_TYPE_UI_INFO_CONFIGURABLE_TYPES' undeclared (first use in this function)
ui.c:7713: error: 'GNOME_TYPE_UI_PIXMAP_TYPE' undeclared (first use in this function)
ui.c:7714: error: 'GNOME_TYPE_INTERACT_STYLE' undeclared (first use in this function)
ui.c:7715: error: 'GNOME_TYPE_DIALOG_TYPE' undeclared (first use in this function)
ui.c:7716: error: 'GNOME_TYPE_SAVE_STYLE' undeclared (first use in this function)
ui.c:7717: error: 'GNOME_TYPE_RESTART_STYLE' undeclared (first use in this function)
ui.c:7718: error: 'GNOME_TYPE_CLIENT_STATE' undeclared (first use in this function)
ui.c:7719: error: 'GNOME_TYPE_CLIENT_FLAGS' undeclared (first use in this function)
ui.c:7720: error: 'GNOME_TYPE_DATE_EDIT_FLAGS' undeclared (first use in this function)
ui.c:7721: error: 'GNOME_TYPE_EDGE_POSITION' undeclared (first use in this function)
ui.c:7722: error: 'GNOME_TYPE_FONT_PICKER_MODE' undeclared (first use in this function)
ui.c:7723: error: 'GNOME_TYPE_ICON_LIST_MODE' undeclared (first use in this function)
ui.c:7724: error: 'GNOME_TYPE_ICON_LOOKUP_FLAGS' undeclared (first use in this function)
ui.c:7725: error: 'GNOME_TYPE_ICON_LOOKUP_RESULT_FLAGS' undeclared (first use in this function)
ui.c:7726: error: 'GNOME_TYPE_MDI_MODE' undeclared (first use in this function)
ui.c:7727: error: 'GNOME_TYPE_PASSWORD_DIALOG_REMEMBER' undeclared (first use in this function)
ui.c:7728: error: 'GNOME_TYPE_THUMBNAIL_SIZE' undeclared (first use in this function)
ui.c:7729: error: 'GNOME_TYPE_PREFERENCES_TYPE' undeclared (first use in this function)
ui.c: In function 'pyui_register_classes':
ui.c:7918: error: 'GNOME_TYPE_MODULE_INFO' undeclared (first use in this function)
ui.c:7919: error: 'GNOME_TYPE_ABOUT' undeclared (first use in this function)
ui.c:7920: error: 'GNOME_TYPE_APP' undeclared (first use in this function)
ui.c:7922: error: 'GNOME_TYPE_APPBAR' undeclared (first use in this function)
ui.c:7923: error: 'GNOME_TYPE_CLIENT' undeclared (first use in this function)
ui.c:7925: error: 'GNOME_TYPE_COLOR_PICKER' undeclared (first use in this function)
ui.c:7927: error: 'GNOME_TYPE_DATE_EDIT' undeclared (first use in this function)
ui.c:7928: error: 'GNOME_TYPE_DIALOG' undeclared (first use in this function)
ui.c:7929: error: 'GNOME_TYPE_DRUID' undeclared (first use in this function)
ui.c:7931: error: 'GNOME_TYPE_DRUID_PAGE' undeclared (first use in this function)
ui.c:7933: error: 'GNOME_TYPE_DRUID_PAGE_EDGE' undeclared (first use in this function)
ui.c:7934: error: 'GNOME_TYPE_DRUID_PAGE_STANDARD' undeclared (first use in this function)
ui.c:7936: error: 'GNOME_TYPE_ENTRY' undeclared (first use in this function)
ui.c:7938: error: 'GNOME_TYPE_FILE_ENTRY' undeclared (first use in this function)
ui.c:7940: error: 'GNOME_TYPE_FONT_PICKER' undeclared (first use in this function)
ui.c:7942: error: 'GNOME_TYPE_HREF' undeclared (first use in this function)
ui.c:7944: error: 'GNOME_TYPE_ICON_ENTRY' undeclared (first use in this function)
ui.c:7946: error: 'GNOME_TYPE_ICON_LIST' undeclared (first use in this function)
ui.c:7947: error: 'GNOME_TYPE_ICON_SELECTION' undeclared (first use in this function)
ui.c:7949: error: 'GNOME_TYPE_ICON_TEXT_ITEM' undeclared (first use in this function)
ui.c:7950: error: 'GNOME_TYPE_MDI' undeclared (first use in this function)
ui.c:7951: error: 'GNOME_TYPE_MDI_CHILD' undeclared (first use in this function)
ui.c:7952: error: 'GNOME_TYPE_MDI_GENERIC_CHILD' undeclared (first use in this function)
ui.c:7953: error: 'GNOME_TYPE_MESSAGE_BOX' undeclared (first use in this function)
ui.c:7954: error: 'GNOME_TYPE_PIXMAP' undeclared (first use in this function)
ui.c:7955: error: 'GNOME_TYPE_PIXMAP_ENTRY' undeclared (first use in this function)
ui.c:7957: error: 'GNOME_TYPE_PROPERTY_BOX' undeclared (first use in this function)
ui.c:7959: error: 'GNOME_TYPE_SCORES' undeclared (first use in this function)
ui.c:7960: error: 'GNOME_TYPE_THUMBNAIL_FACTORY' undeclared (first use in this function)
make[2]: *** [ui_la-ui.lo] Error 1

Attachments (1)

main.log (93.1 KB) - added by mf2k (Frank Schima) 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 14 years ago by sewebster@…

Try a non-parallel build? (xcode 3.2.3 is available by the way)

comment:2 Changed 14 years ago by sewebster@…

Cc: sewebster@… added

Cc Me!

comment:3 Changed 14 years ago by mf2k (Frank Schima)

Port: py26-gnome added; at-spi removed
Resolution: invalid
Status: newclosed

My mistake, this was actually building py26-gnome which now works. I did upgrade to Xcode 3.2.3, so maybe that was the solution?

Note: See TracTickets for help on using tickets.