You are not logged in.
Pages: 1
Breaks in building singlejar:
In file included from ./src/tools/singlejar/input_jar.h:26:0,
from src/tools/singlejar/input_jar.cc:15:
./src/tools/singlejar/mapped_file.h:40:2: error: #error This code for 64 bit Unix.
#error This code for 64 bit Unix.
^~~~~
There are two suggesions how to deal with this:
1) delete the #error, the code actually compiles on 32-bit
https://github.com/bazelbuild/bazel/issues/3643
2) do not build singlejar
https://svnweb.freebsd.org/ports/head/d … iew=markup
For now I think I'll go with 1) till proven wrong otherwise. :-)
Offline
Pages: 1