Opened 14 years ago

Closed 9 years ago

#26671 closed defect (fixed)

tcl plus odcctools: error: nested redefinition of 'enum NXByteOrder'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: raphael-st (Raphael Straub)
Port: tcl, odcctools

Description

Can't install tcl (8.5.9) on Leopard PowerPC when odcctools (20090808) is installed:

:info:build In file included from /mp/var/macports/build/_Volumes_data_macports_ports_lang_tcl/work/tcl8.5.9/unix/../unix/tclLoadDyld.c:62:
:info:build /mp/include/mach-o/arch.h:35: error: nested redefinition of 'enum NXByteOrder'
:info:build /mp/include/mach-o/arch.h:35: error: redeclaration of 'enum NXByteOrder'
:info:build /mp/include/mach-o/arch.h:36: error: redeclaration of enumerator 'NX_UnknownByteOrder'
:info:build /usr/include/architecture/byte_order.h:137: error: previous definition of 'NX_UnknownByteOrder' was here
:info:build /mp/include/mach-o/arch.h:37: error: redeclaration of enumerator 'NX_LittleEndian'
:info:build /usr/include/architecture/byte_order.h:138: error: previous definition of 'NX_LittleEndian' was here
:info:build /mp/include/mach-o/arch.h:39: error: redeclaration of enumerator 'NX_BigEndian'
:info:build /usr/include/architecture/byte_order.h:140: error: previous definition of 'NX_BigEndian' was here

Uninstalling odcctools lets tcl install.

Change History (2)

comment:1 Changed 14 years ago by raphael-st (Raphael Straub)

Cc: raphael@… added

Cc Me!

comment:2 Changed 9 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

odcctools was replaced by cctools.

Note: See TracTickets for help on using tickets.