phracker / MacOSX-SDKs

A collection of those pesky SDK folders: MacOSX10.1.5.sdk thru MacOSX11.3.sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mising /usr/include/c++/v1 (C++17 headers)

burningmime opened this issue · comments

Seems like these headers are missing, which makes these SDKs fail to work with osxcross

I'm also running into this now. Any updates @burningmime?

Having the same issue.

Like @burningmime I faced the same issue with osxcross. Can you please include the c++ headers?

I have published the latest three SDKs (11.1,10.15,10.14) for working with osxcross if someone is interested in.
https://github.com/joseluisq/macosx-sdks

Weird, I'm using the sdk with cross-rs/cross. 11.3 is ok, but 11.0 reports missing c++ headers for aarch64 target.