Changes between Initial Version and Version 1 of Ticket #37647, comment 4


Ignore:
Timestamp:
Feb 9, 2013, 11:51:33 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37647, comment 4

    initial v1  
    66FYI, on my system, I had to add the following to the gcc47 variant:
    77
     8{{{
    89    configure.cflags-append -DOS_OBJECT_USE_OBJC=0
     10}}}
    911
    1012Otherwise, the C compiler ends up trying to parse an Objective-C header file through some transitive inclusion chain.  Perhaps there's another way to effect the same thing, but since a patch is pending already....