-
Notifications
You must be signed in to change notification settings - Fork 88
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
Request: add Mac OS 9 support #224
Comments
Hi, Did you try building the library on macos 9? What issues did you observe? |
I have not tried building the library on Mac OS 9. I assumed it would not work. |
While I haven’t tested with macos 9 personally and don’t test it in ci cpptrace does have pretty good support for older compilers. There’s a good chance it works as-is. |
I would try but I don't know how to build it on Mac OS 9. The closest directions are for Mac OS X and up. These two operating systems are very different in architecture. |
I really find cpptrace to be useful. I was debugging a program on Mac OS 9 when it occurred to me that if I had a stacktrace, I would know where exactly my problem is located. Is it possible you could add support for Mac OS 9 please?
Note: I use a project called Retro68 to build C++ 11 programs for Mac OS 9 and under. It is located here: https://github.com/autc04/Retro68
The text was updated successfully, but these errors were encountered: