-
Notifications
You must be signed in to change notification settings - Fork 377
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
JackLockedEngine.h: internal compiler error: in objc_eh_runtime_type, at objc/objc-next-runtime-abi-01.cc #950
Comments
an internal compiler error is not an issue in jack2 but in the compiler. not much we can do to fix this |
@falkTX Thank you for responding. Yes, I understand ICE is not your bug, but maybe you could suggest a possible workaround? It it something not generally acceptable, we can have a local patch in Macports to use only with GCC. P. S. I need to check, but I recall GCC upstream is aware of the problem, but ObjC no one cares. |
You can always try to disable optimizations, either globally or in that specific part of the code by use of |
I will try that, thank you. For GCC, apparently |
I have found a ticket on GCC Bugzilla, it is a bug in GCC for 32-bit targets: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61759 |
@alarixnia Could you say if |
A dependency of it requires CMake and I don't have a compiler capable of building CMake for Darwin/ppc. |
Unless that dependency is extremely picky, CMake 3.9.6 builds without C++11. |
Build is broken on PowerPC. Tested on 10.5.8 and 10.6, with gcc7 and gcc12.
https://trac.macports.org/ticket/67794
The bug is not new: https://trac.macports.org/ticket/60420
The text was updated successfully, but these errors were encountered: