Skip to content
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

MacOS PPC support - 10.5 branch: #201

Open
rmottola opened this issue Apr 12, 2024 · 4 comments
Open

MacOS PPC support - 10.5 branch: #201

rmottola opened this issue Apr 12, 2024 · 4 comments

Comments

@rmottola
Copy link
Owner

compilation with gcc7 currently fails with:

68:38.63 /Users/multix/code/Arctic-Fox/obj-powerpc-apple-darwin9.8.0/dist/include/mozilla/dom/BindingUtils.h:1786:8: error: expected unqualified-id before '=' token
68:38.63      id = INTERNED_STRING_TO_JSID(cx, str);
68:38.63         ^

I don't know what this failure is due to.

as well as

68:38.65 /Users/multix/code/Arctic-Fox/dom/media/webspeech/synth/cocoa/OSXSpeechSynthesizerService.mm:288:24: error: expected ';' before 'in'
68:38.65    for (NSString* voice in voices) {

This is due to gcc7 not having for enumerators.

@rmottola
Copy link
Owner Author

just as a specific update @barracuda156

@rmottola
Copy link
Owner Author

10.5 dev branch updated. crashes before opening windows on x86-64

@barracuda156
Copy link

@rmottola Wonder if we face the same/similar issue as with White Star.

@rmottola
Copy link
Owner Author

No idea, I don't work on White Star. on the 1'.5 bug the crash I have on intel 64bit is shown, if it tells you something. Probably some of the hacks or workarounds is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants