Riccardo

Results 326 comments of Riccardo

@catap if you like to try? I don't build current Firefox myself. I think the issue might be in here: https://github.com/rmottola/Arctic-Fox/blob/master/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h So I found potentially this commit could be the...

@catap worth investigating though, because read around and fixes maybe undefs and swizzling header orders and we know current firefox has no issues, so a backport might be worth. Interesting...

@catap so OpenBSD like FreeBSD here. Did you check the file, like I did in https://github.com/rmottola/Arctic-Fox/pull/211#issuecomment-2368683386 ? something is different in the build system. I insist here, because reading bugzilla,...

@catap I think what you see is the issue why this fix doesn't apply! But.... why I don't know.

it pisses me off that two BSDs are broken... but the issue here is Clang and is libc++... Disliked it. On FreeBSD gcc13 fails because it misses arc4random (old issue,...

@catap I tried again on 7.5 i386. Clang fails with the known error, gcc with ``` 127:40.50 INPUT("StaticXULComponentsEnd/StaticXULComponentsEnd.o") 127:40.50 127:40.50 ld: error: undefined hidden symbol: arc4random 127:40.50 >>> referenced by...

@catap gcc builds are now pretty reliable for me! did you try? arc4random issue fixed... AF running decently here!

@catap true, it was using GCC... but things change... new release is out today. Testing on OpenBSD and FreeBSD will get on for me next week. It would make using...

@catap darn... which compiler? did you try gcc ?