You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
compilation with gcc7 currently fails with:
I don't know what this failure is due to.
as well as
This is due to gcc7 not having for enumerators.
The text was updated successfully, but these errors were encountered: