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

Baca, Antony M abaca6 at sandia.gov
Wed Aug 17 19:31:00 EDT 2022


Hmm... Still not working. Any other thoughts?

Here's what I've done:

# xerces-c
tar -xf xerces-c-3.2.3.tar.bz2
cd xerces-c-3.2.3
./configure --disable-threads --disable-network --disable-shared CXXFLAGS=-O2 CFLAGS=-O2
cd src
make -j 8

# xsde
tar -xf xsde-3.3.0.a12+dep.tar.bz2
cd xsde-3.3.0.a12+dep
make CXX="clang++ -std=c++03" CPPFLAGS=-I../xerces-c-3.2.3/src LDFLAGS=-L../xerces-c-3.2.3/src/.libs LIBS="-framework CoreServices"
make CXX="clang++ -std=c++03" LIBS="-framework CoreServices"

Here's my output:

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
2.0.0
^
...
^
In file included from /Users/abaca6/xsde-3.3.0.a12+dep/xsde/xsde/xsde.cxx:6:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:292:
/Users/abaca6/xsde-3.3.0.a12+dep/libxsd-frontend/version:1:1: error: expected unqualified-id
2.0.0
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.





-----Original Message-----
From: Boris Kolpackov <boris at codesynthesis.com> 
Sent: Wednesday, August 17, 2022 5:55 AM
To: Baca, Antony M <abaca6 at sandia.gov>
Cc: xsde-users at codesynthesis.com
Subject: [EXTERNAL] Re: [xsde-users] macOS x86_64 build help

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

> ---- xsde
> 
> make -w

Can you try this command:

make CXX="clang++ -std=c++03" LIBS="-framework CoreServices"

Taken from this thread:

https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcodesynthesis.com%2Fpipermail%2Fxsde-users%2F2020-February%2Fthread.html&amp;data=05%7C01%7Cabaca6%40sandia.gov%7Ca1067ba8c8a04dc9507d08da80475faa%7C7ccb5a20a303498cb0c129007381b574%7C1%7C0%7C637963341550900465%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=HMtfsuZ2fl5qvfbXWLZib%2FA5glzvCgWwGDMr2Siki1E%3D&amp;reserved=0



More information about the xsde-users mailing list