rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
310 stars 36 forks source link

MacOS PPC support - 10.5 branch: #201

Open rmottola opened 5 months ago

rmottola commented 5 months ago

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 commented 5 months ago

just as a specific update @barracuda156

rmottola commented 3 weeks ago

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

barracuda156 commented 3 weeks ago

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

rmottola commented 1 week ago

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.