https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262637

--- Comment #4 from Sean Champ <lab+bsd@thinkum.space> ---
It was actually during the brotli build that the lang/mono6.8 build was failing
here. Unfortunately, that's still happening in this newere mono 6 build, within
the mono corefx external

~~~~
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:1:
error: unknown type name 'BROTLI_INTERNAL'
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:31:
error: expected ';' after top level declarator
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
                              ^
                              ;
2 errors generated.
gmake[5]: *** [Makefile:2210:
../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-dictionary_hash.lo]
Error 1
~~~~

Maybe there's a missing include directive, such that BROTLI_INTERNAL is not
being defined in those files? while it's defined in a header under the brotli
src.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to