Results 487 comments of Kirill A. Korinsky

So, it's doomed :) BTW, Pale Moon had quite a story with attempt to bring it into OpenBSD. You may read the last discussion here: https://forum.palemoon.org/viewtopic.php?f=5&t=30732&p=247364 and the whole sotre...

@rmottola I've tried `dev` branch (local root `413f36554d4e7ebf86c9a585099be9122d8208da`) and it failed as before: ``` 71:27.03 In file included from /home/catap/src/Arctic-Fox/obj-amd64-unknown-openbsd7.6/dist/system_wrappers/locale:4: 71:27.03 /usr/include/c++/v1/locale:2827:22: error: no member named 'HunspellAllocator' in namespace 'std';...

@rmottola I've used clang as usuall. I'll try gcc later this week.

@rmottola how can I switch building to use gcc? I'v added into top of `.mozconfig`: ``` export CC="egcc" export CXX="eg++" ``` but it still uses `cc` and `c++`.

It fixes https://github.com/rmottola/Arctic-Fox/issues/208

With this fix I was able to build artic-fox on OpenBSD -current/amd64 with config: ``` export CC="clang" export CXX="clang++" export LDFLAGS="-Wl,-zwxneeded" mk_add_options MOZ_MAKE_FLAGS="-s -j2" ac_add_options --disable-crashreporter ac_add_options --disable-tests ac_add_options --disable-debug...

> However Firefox kept that in esr52 and esr60 - I wonder if this hack is needed on OpenBSD for those if somebody still compiles them? It was removed -...

> you can try standard setup with "ac_add_options --enable-optimize" without further specifying It crashes on start.

Hm, I just rebuild it with `ac_add_options --enable-optimize="-g3"` and it works

> However Firefox kept that in esr52 and esr60 - I wonder if this hack is needed on OpenBSD for those if somebody still compiles them? It was removed -...