cxxopts icon indicating copy to clipboard operation
cxxopts copied to clipboard

Compilation problem on Mac OS 14.4

Open VictorEijkhout opened this issue 8 months ago • 0 comments

In file included from /Users/eijkhout/Installation/cxxopts/cxxopts-3.2.0/test/catch.hpp:72,
                 from /Users/eijkhout/Installation/cxxopts/cxxopts-3.2.0/test/main.cpp:2:
/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h:140:50: error: missing binary operator before token "("
  140 | #if !defined(__has_extension) || !__has_extension(define_target_os_macros)
      |                                                  ^

I'm seeing more tickets about this problem:

https://github.com/catchorg/Catch2/issues/2837

https://github.com/libsdl-org/SDL/pull/9832

VictorEijkhout avatar Jun 19 '24 18:06 VictorEijkhout