--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/084f8d47-4394-4e46-a401-d90168e05fa6n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACwGi-5dNCzztEH5t-oQHgSoiHV4jrNbKSpt_S9YfVsSqdewqg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9fe5d8ed-e5aa-4e37-a5c2-5ab2f479bb24n%40chromium.org.
Got it to compile till almost the end, when i'm stuck with some linking error that I cannot figure out :)> autoninja -C /Users/sebionofrei/Projects/brave/src/out/Release brave -k 1 --offline
ninja: Entering directory `/Users/sebionofrei/Projects/brave/src/out/Release'
[1/292] LINK ./v8_context_snapshot_generator
FAILED: v8_context_snapshot_generator v8_context_snapshot_generator.unstripped
TOOL_VERSION=1701280563 ../../build/toolchain/apple/linker_driver.py -Wcrl,driver,../../third_party/llvm-build/Release+Asserts/bin/clang++ -Wcrl,strippath, [etc][.........]ld64.lld: error: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from obj/third_party/abseil-cpp/absl/base/base/spinlock.o with '[2 x i32] [i32 14, i32 0]' from ld-temp.o)
ld64.lld: error: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from obj/third_party/abseil-cpp/absl/base/log_severity/log_severity.o with '[2 x i32] [i32 14, i32 0]' from ld-temp.o)
ld64.lld: error: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from obj/third_party/abseil-cpp/absl/types/bad_optional_access/bad_optional_access.o with '[2 x i32] [i32 14, i32 0]' from ld-temp.o)
ld64.lld: error: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from obj/third_party/abseil-cpp/absl/strings/strings/ascii.o with '[2 x i32] [i32 14, i32 0]' from ld-temp.o)
ld64.lld: error: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from obj/third_party/abseil-cpp/absl/strings/strings/charconv.o with '[2 x i32] [i32 14, i32 0]' from ld-temp.o)
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/a6d1f43c-dc2b-4301-a06d-61c9cfb27e98n%40chromium.org.
Hello guys,Building worked, thanks all for your feedback.However, despite it being successfully built, it failed to run on a Mac Sonoma (14.1.2)Any advice on this?
Hey Avi. Yes, sorry for the evasive reply.The error states that the app is not supported on that MAC os version (and it's logo in the dmg package has a "denied" overlay.
livia@Livias-MacBook-Pro /Applications % open Brave\ Browser.appThe application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10661 "(null)" UserInfo={_LSLine=4141, _LSFunction=_LSOpenStuffCallLocal}That is the only text in terminal when running it.
Absolutely not.Built it on an outdated mac ( stuck with Monterey, it's a 2015 mac) but with 14.1 SDK copied-over so latest code compiled according to suggestions from Nico Weber (received here in this discussions thread).The same binary works ok on my Monterey, but fails with the above error code on Sonoma (didn't tested on Ventura though, didn't had the chance to)