[EXTERNAL] Re: [xsde-users] macOS x86_64 build help

Boris Kolpackov boris at codesynthesis.com
Thu Aug 18 01:57:11 EDT 2022


Baca, Antony M <abaca6 at sandia.gov> writes:

> abaca6$ make CXX="clang++ -std=c++03" LIBS="-framework CoreServices"
> c++ /Users/abaca6/xsde-3.3.0.a12+dep/xsde/xsde/xsde.cxx
> In file included from /Users/abaca6/xsde-3.3.0.a12+dep/xsde/xsde/xsde.cxx:4:
> In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/set:437:
> In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__debug:21:
> In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37:
> /Users/abaca6/xsde-3.3.0.a12+dep/libxsd-frontend/version:1:1: error: expected unqualified-id

Looks like the cstddef header now includes <version> that gets resolved
as /Users/abaca6/xsde-3.3.0.a12+dep/libxsd-frontend/version, which is
just a text file that contains the version. Can you try to remove
libxsd-frontend/version (or rename it to version.txt) and see if that
helps?



More information about the xsde-users mailing list