You are not logged in.

#1 2017-10-08 14:20:43

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

community/bazel

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

Board footer

Powered by FluxBB