Changes between Version 2 and Version 3 of Ticket #57196, comment 7


Ignore:
Timestamp:
Sep 30, 2018, 4:04:58 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57196, comment 7

    v2 v3  
    33I was trying to sort out why Tenomoto's build still failed with only 1 build job, which could not be due to the issue you raised.
    44
    5 I have also noted at least one port where `#include <somefile.h>` had to be changed to `#include "somefile.h"` to make it work, and I wondered if the CPP has changed somewhat.
     5I have also noted at least one port where `#include <somefile.h>` had to be changed to `#include "somefile.h"` to make it build with Xcode 10, and I wondered if the CPP has changed somewhat.
    66
    77But as it (surprisingly) builds for me with no trouble at all, I will not be able to debug this locally anyway, so I'll leave it to people who exhibit the issue to sort out.