Failing to build in Mac OSX
- Dominant language
- Java
- Stars
- 818
- Forks
- 112
- Avg merge
- 12m
- Merged PRs (30d)
- 5
Description
I have been running into an issue by following the instructions to build here. I'm on Mac OSX 10.9.5, using java 1.8.0_71, maven 3.2.5. When I call
`mvn eclipse:configure-workspace eclipse:eclipse install`
to build, I get the following error
```
goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project caliper: Compilation failure: Compilation failure:
[ERROR] ./caliper/caliper/src/main/java/com/google/caliper/runner/ExperimentingCaliperRun.java:[225,18] cannot find symbol
[ERROR] symbol: method transformAsync(com.google.common.util.concurrent.ListenableFuture,>)
[ERROR] location: class com.google.common.util.concurrent.Futures
```
I suspect this has something to do with the upgrade to Guava, but I'm familiar with any of these tools enough to make a strict conclusion.
Contributor guide
Assessment
This issue has not been assessed yet.