03-24-2022, 03:20 PM
(This post was last modified: 03-24-2022, 03:23 PM by noobsoftware.)
Just wondering did you use the main branch for building on Monterey? I see the clang branch hasn't been updated as recently. When i tried to build using the master branch using -O2 it fails when trying to package and also when trying to run i get the following error:
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x1d0)
frame #0: 0x0000000106f7c6ba XUL`___lldb_unnamed_symbol66960$$XUL + 42
XUL`___lldb_unnamed_symbol66960$$XUL:
-> 0x106f7c6ba <+42>: movq 0x1b0(%rdi), %rax
0x106f7c6c1 <+49>: leaq 0x10(%rax), %rcx
0x106f7c6c5 <+53>: testq %rax, %rax
0x106f7c6c8 <+56>: cmoveq %rdi, %rcx
Target 0: (basilisk) stopped.
Should i be using the Clang branch instead to build on Monterey?
Ah, i misunderstood about the optimizations. I will try building using an older version of macOS.
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x1d0)
frame #0: 0x0000000106f7c6ba XUL`___lldb_unnamed_symbol66960$$XUL + 42
XUL`___lldb_unnamed_symbol66960$$XUL:
-> 0x106f7c6ba <+42>: movq 0x1b0(%rdi), %rax
0x106f7c6c1 <+49>: leaq 0x10(%rax), %rcx
0x106f7c6c5 <+53>: testq %rax, %rax
0x106f7c6c8 <+56>: cmoveq %rdi, %rcx
Target 0: (basilisk) stopped.
Should i be using the Clang branch instead to build on Monterey?
Ah, i misunderstood about the optimizations. I will try building using an older version of macOS.