Changes between Version 1 and Version 2 of Ticket #62912, comment 1


Ignore:
Timestamp:
May 17, 2021, 8:58:17 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62912, comment 1

    v1 v2  
    1 You didn't attach the main.log, but the portion of it that you copied into the ticket description is enough to figure out that this is the familiar problem where you are using a C++20-capable compiler on a case-insensitive filesystem and the project you are trying to compile includes a VERSION file and it adds a `-I` flag pointing to the directory containing the VERSION file (which then conflicts with the C++20 "version" header). See https://bugs.llvm.org/show_bug.cgi?id=42540
     1You didn't attach the main.log, but the portion of it that you copied into the ticket description is enough to figure out that this is the familiar problem where you are using a C++20-capable compiler on a case-insensitive filesystem and the project you are trying to compile includes a VERSION file and it adds a `-I` flag pointing to the directory containing the VERSION file which then conflicts with the C++20 "version" header. See https://bugs.llvm.org/show_bug.cgi?id=42540
    22
    33It's an upstream issue that should be reported to and fixed by the developers of netcdf-cxx.