Riccardo

Results 359 comments of Riccardo

Same error here on OpenBSD 7.5. Works on linux with gcc14 and on FreeBSD with clang12. Please try using system spellchecker. Install hunspell and add to mozconfig `ac_add_options --enable-system-hunspell` don't...

On x86 32bit 7.5 clang16 with system hunspell I fail now with: ``` 5:18.78 In file included from /home/multix/code/Arctic-Fox/obj-i386-unknown-openbsd7.5/dist/stl_wrappers/vector:52: 5:18.79 In file included from /home/multix/code/Arctic-Fox/obj-i386-unknown-openbsd7.5/dist/system_wrappers/vector:4: 5:18.79 /usr/include/c++/v1/vector:860:7: error: call to...

@catap interestingly, I tried on 7.0 with system clang and it still compiles and works there, so it must be some kind if incompatibility of 7.5

I know, but still a useful check that the AF code didn't break where it did work already.

> On x86 32bit 7.5 clang16 with system hunspell I fail now with: > > ``` > 5:18.78 In file included from /home/multix/code/Arctic-Fox/obj-i386-unknown-openbsd7.5/dist/stl_wrappers/vector:52: > 5:18.79 In file included from /home/multix/code/Arctic-Fox/obj-i386-unknown-openbsd7.5/dist/system_wrappers/vector:4:...

> Do you have any idea how to fix it? do you mean the realloc vs std::realloc issue? not yet. I am hit by it on FreeBSD after I updated....

https://forums.mozillazine.org/viewtopic.php?p=14977229

Yes, using an older version is not an option. But seeing the error on seamonkey shows it is not an ArcticFox specific issue.

On FreeBSD I tried removing hunspell glue files from unified sources (as was a hint in the palemoon forum) but it did not help

@catap I will... I just tryed #211 on FreeBSD with a couple of patches... it builds. But it crashes of startup!! darn. I will anyway try OpenBSD too, just do...