Interesting thing, I had been trying to compile with -march=native ...but I took your advice and disabled the item you suggested, I also took march=native out of my cflags.
It spent about 5 hours compiling, and it finally did finish...
but it immediately panics when I try to open it. Please see below:
[1:1:0705/000803:FATAL:setuid_sandbox_client.cc(126)] Check failed: IsFileSystemAccessDenied().
On Mon, Jul 4, 2016 at 5:27 PM, Fredrik <fredrik@rinnestam.se> wrote:
On 2016-07-04 19:05, Steve Volumetric wrote:
> ../../out/Release/gen/library_loaders/libspeechd.h:7:42: fatal error:
> speech-dispatcher/libspeechd.h: No such file or directory
> compilation terminated.
> [5091/19680] CXX obj/third_party/skia/src/core/skia_library.SkMipMap.o
> ninja: build stopped: subcommand failed.
> =======> ERROR: Building
> '/usr/ports/opt/chromium/chromium#51.0.2704.106-1.pkg.tar.gz' failed.
>
> -- Packages where install failed
> chromium
>
> speech-dispatcher is installed, which should provide libspeechd.h (or so
> I thought)
>
> does something else provide that?
>
Nope, speech-dispatcher is the correct package:
~$ prt-get fsearch libspeechd.h
Found in /usr/ports/opt/speech-dispatcher:
/usr/include/speech-dispatcher/libspeechd.h
Can't really help more than that but I do know chromium installed fine
on my workstation at work. You might want to try to change
-Dlinux_link_libspeechd=1 to 0 (still doesnt explain why it fails but it
might help you get going)