Changes between Initial Version and Version 1 of Ticket #58682, comment 3


Ignore:
Timestamp:
Jul 8, 2019, 8:05:54 PM (5 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58682, comment 3

    initial v1  
    6262Yes, there appears to be the words "Syntax error" appended to the conftest.cpp file, using tabs for indentation. I have no idea where this can come from...
    6363
    64 Could you try with clang 5 or 6 from MacPorts (I have tested those myself, and I would avoid clang 8 because of a warning I saw somewhere)?
     64EDIT: actually, it comes from the configure script, and is appended to catch a feature of a compiler on the Next OS (!), namely that `cc -E` pulls the output through the parser.
     65The error suggests this feature also exists in the clang version of the Xcode you're using. Which is strange, because /methinks that lots of configure scripts are going to be failing.
     66
     67Could you try with clang 5 or 6 from MacPorts (I have tested those myself, and I would avoid clang 8 because of a warning I saw somewhere)? If that works we may have to blacklist the clang version of your Xcode...