In article <p05200f0dba2013320b77@[192.168.0.2]>,
 [EMAIL PROTECTED] (Emmanuel. M. Decarie) wrote:

> Mac-Carbon-0.02 01 doesn't compile on my machine. I get this error:
> 
> /usr/include/gcc/darwin/2.95.2/g++/../stdbool.h:10: warning: empty declaration
> AppleEvents.xs: In function `XS Mac  AppleEvents AESend':
> AppleEvents.xs:624: `keyReplyPortAttr' undeclared (first use in this function)
> AppleEvents.xs:624: (Each undeclared identifier is reported only once
> AppleEvents.xs:624: for each function it appears in.)
> make[1]: *** [AppleEvents.o] Error 1
> make: *** [subdirs] Error 2

Could you search your system headers for "keyReplyPortAttr"?

If you can't find it, try (in Carbon.h, or AppleEvents.xs):

   #define keyReplyPortAttr 'repp'

See if that works.

Thanks,

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to