Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17866 closed defect (fixed)

screen doesn't build universal

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: digdog@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: universal Cc: digdog@…
Port: screen

Description

/usr/bin/gcc-4.0 -c -I. -I.    -O2 -isysroot / -arch ppc -arch i386 -mmacosx-version-min=10.5 socket.c
In file included from screen.h:144,
                 from socket.c:37:
display.h:182: warning: 'utmp' is deprecated (declared at //usr/include/utmp.h:97)
In file included from screen.h:145,
                 from socket.c:37:
window.h:247: warning: 'utmp' is deprecated (declared at //usr/include/utmp.h:97)
In file included from screen.h:144,
                 from socket.c:37:
display.h:182: warning: 'utmp' is deprecated (declared at //usr/include/utmp.h:97)
socket.c: In function 'FinishAttach':
socket.c:1216: error: 'RC_WINDOWLIST' undeclared (first use in this function)
socket.c:1216: error: (Each undeclared identifier is reported only once
socket.c:1216: error: for each function it appears in.)
In file included from screen.h:145,
                 from socket.c:37:
window.h:247: warning: 'utmp' is deprecated (declared at //usr/include/utmp.h:97)
socket.c: In function 'FinishAttach':
socket.c:1216: error: 'RC_WINDOWLIST' undeclared (first use in this function)
socket.c:1216: error: (Each undeclared identifier is reported only once
socket.c:1216: error: for each function it appears in.)
lipo: can't figure out the architecture type of: /var/tmp//ccp9OvlB.out
make: *** [socket.o] Error 1

Change History (4)

comment:1 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

marked universal_variant no in r45522

comment:2 Changed 15 years ago by digdog@…

+universal support fixed in r45746

comment:3 Changed 15 years ago by digdog@…

Resolution: fixed
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.