From abaca6 at sandia.gov Mon Sep 12 14:32:11 2022 From: abaca6 at sandia.gov (Baca, Antony M) Date: Mon Sep 12 14:27:02 2022 Subject: [EXTERNAL] Re: [xsde-users] macOS x86_64 build help In-Reply-To: References: Message-ID: I was able to get the new package built! Thanks! -----Original Message----- From: Boris Kolpackov Sent: Friday, August 19, 2022 12:40 AM To: Baca, Antony M Cc: xsde-users@codesynthesis.com Subject: Re: [EXTERNAL] Re: [xsde-users] macOS x86_64 build help Baca, Antony M writes: > /Users/abaca6/xsde-3.3.0.a12+dep/libcutl/cutl/details/boost/functional/hash/extensions.hpp:172:40: error: no member named 'tuple' in namespace 'std' Turned out Boost was trying to include C++11 in C++03 mode for some reason. I've fixed this (and the version rename) and published 3.3.0.a13: https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcodesynthesis.com%2F~boris%2Ftmp%2Fxsde%2Fxsde-3.3.0.a13%2Bdep.tar.bz2&data=05%7C01%7Cabaca6%40sandia.gov%7C4a7121cb45604c96be6f08da81adab79%7C7ccb5a20a303498cb0c129007381b574%7C1%7C0%7C637964883339893078%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=j76TH32syRwHChteni5SlyYKMZZPUI%2FOw9FTU%2BQp2DU%3D&reserved=0 It now builds fine for me with the same version of Apple Clang but on M1. With this version you also get Expat security fixes as a bonus for your troubles.