Opened 16 years ago

Last modified 15 years ago

#16718 closed defect

objc_encoding.m does not compile — at Version 2

Reported by: milosh@… Owned by: toby@…
Priority: Normal Milestone: MacPorts 1.7.0
Component: base Version: 1.7.0
Keywords: Cc:
Port:

Description (last modified by blb@…)

compiling macports trunk fails with

objc_encoding.m:45:20: warning: ctypes.h: No such file or directory
objc_encoding.m: In function ‘objc_to_tclobj’:
objc_encoding.m:59: error: ‘intptr_t’ undeclared (first use in this function)
objc_encoding.m:59: error: (Each undeclared identifier is reported only once
objc_encoding.m:59: error: for each function it appears in.)
objc_encoding.m:59: error: expected ‘)’ before ‘val’
make: *** [objc_encoding.o] Error 1

Regression caused by r40058. Note: uname -a Linux 2.6.26-1-686 #1 SMP ... i686 GNU/Linux

Change History (2)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to toby@…

comment:2 Changed 16 years ago by blb@…

Description: modified (diff)

Isn't intptr_t C99-only?

Note: See TracTickets for help on using tickets.