I may have gotten confused by the interleaved compiler messages, as Jeroen 
suspected.

Below is the real error. It's not related to /usr/bin/cc; it's using gcc.
Is this another case of objective-c syntax leaking into the C headers?



   1. gcc -std=gnu99 -I../../../../include -DNDEBUG -I../../../include -I
   ../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -
   fPIC -g -O2 -c devQuartz.c -o devQuartz.o 
   2. In file included from /usr/include/Availability.h:153:0, 
   3. from /usr/include/stdio.h:65, 
   4. from ../../../../include/Rinternals.h:37, 
   5. from ../../../include/Defn.h:80, 
   6. from devQuartz.c:30: 
   7. /System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.
   framework/Headers/FSEvents.h:486:41: error: expected ',' or '}' before 
   '__attribute__' 
   8. kFSEventStreamEventFlagItemIsHardlink __OSX_AVAILABLE_STARTING(
   __MAC_10_10, __IPHONE_9_0) = 0x00100000,


On Wednesday, April 15, 2015 at 11:15:03 AM UTC-4, Buck Evan wrote:
>
> Here's the same error under -j1, in case it helps:
> http://paste.pound-python.org/show/CSFQbBf722doPeyrXxJi/
>
>
> On Wednesday, April 15, 2015 at 10:58:42 AM UTC-4, Jeroen Demeyer wrote:
>>
>> On 2015-04-15 16:46, Buck Evan wrote: 
>> > Full details are here: 
>> > http://paste.pound-python.org/show/9mou1V2L8kJPOg3ztHcb/ 
>> I can't help with this problem, but as a general rule, it's much easier 
>> to debug a build with "make -j1". 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to