Hi all,
So I finally got it built for Adelie.
Generally it works better than Firefox, faster startup and lighter on resources.
Pages render correctly. Will try youtube next.
Screenshot at the end.
@wicknix
It seems to be a bit unstable. I'm getting a lot of segmentation faults randomly.
I user your mozconfig but had to add a few options:
In LDFLAGS had to add -lfts
Also had to disable jemalloc because it failed to compile because of missing sys/sysctl.h
Also hat to use system libevent because it failed to build also because of the same include.
Had to modify a couple of files:
xpcom/nsLocalFileUnix.cpp because of missing BLOCK_SIZE --> #include <linux/fs.h>
extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h --> had to comment #define calloc and #define free.
It also got built into /usr/local/arcticfox... instead of just /usr/arcticfox... which created a few
problems with missing libraries at run time: libmozsqlite3 and libmozalloc.
Any ideas?
Best regards,
voidRunner