-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to build with Mac Sonoma 14.7 #664
Comments
Can you try this solution and let us know if you can compile with it:
https://stackoverflow.com/a/44340246
…On Tue, Oct 22, 2024 at 9:30 AM Matt Godbolt ***@***.***> wrote:
When trying to install with brew on Sonoma 14.7:
==> Installing et from mistertea/et
==> cmake . -DDISABLE_VCPKG:BOOL=ON -DPYTHON_EXECUTABLE=/usr/bin/python3
==> make install
Last 15 lines from /Users/mgodbolt/Library/Logs/Homebrew/et/02.make:
/tmp/et-20241022-97876-5tiujl/EternalTerminal-et-v6.2.9/external_imported/sentry-native/external/crashpad/minidump/minidump_misc_info_writer.cc:194:47: error: use of undeclared identifier '__MAC_OS_X_VERSION_MAX_ALLOWED'
194 | AvailabilityVersionToMacOSVersionNumber(__MAC_OS_X_VERSION_MAX_ALLOWED));
| ^
1 error generated.
I've tried reinstalling the latest developer tools (at least I think I
have) as I saw other reports that looked a little similar, but this doesn't
seem to be missing header files. Any help welcomed. Thank you!
—
Reply to this email directly, view it on GitHub
<#664>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACK5PYMWCSQVYACL536XR3Z4ZOR7AVCNFSM6AAAAABQMU4VXWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDKNRTGM4DEMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi: I'll give it a go but presumably that means I can't use |
Thanks for the instructions on building: I followed and they failed during the
as with the above it seems like it's a problem in sentry-native's build, so ... I'll poke about in there and see what I can change... |
Actually there's nowhere for me to put this, and it seems like it's a vcpkg issue? I can't see how to edit a CMake cache variable that'll be picked up by a build that vcpkg is seemingly doing behind my back? |
Created microsoft/vcpkg#41756 - thanks again for the help so far. |
Makes sense, best of luck!
…On Thu, Oct 24, 2024 at 9:32 AM Matt Godbolt ***@***.***> wrote:
Created microsoft/vcpkg#41756
<microsoft/vcpkg#41756> - thanks again for the
help so far.
—
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACK5P7LQONEYYFN5SBPPUTZ5EAHTAVCNFSM6AAAAABQMU4VXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVGQ3DKOBTHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
When trying to install with
brew
on Sonoma 14.7:I've tried reinstalling the latest developer tools (at least I think I have) as I saw other reports that looked a little similar, but this doesn't seem to be missing header files. Any help welcomed. Thank you!
The text was updated successfully, but these errors were encountered: