bonesoul / hypepool

:rocket: :zap: :sparkles: next-gen mining pool server software
Other
118 stars 68 forks source link

Compilation Failure #73

Open Marty19 opened 6 years ago

Marty19 commented 6 years ago

Trying to compile on Ubuntu 14.04, dotnet 2.1.4, nodejs 10.1.0 and getting errors:

Utils/Helpers/Time/FastClock.cs(29,34): error CS0234: The type or namespace name 'Exporters' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/wallets/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj] Utils/Helpers/Time/FastClock.cs(30,34): error CS0234: The type or namespace name 'Jobs' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/wallets/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]

Any suggestions?

Thanks

Marty19 commented 6 years ago

Reverted change "Merge pull request #55 from bonesoul/renovate/benchmarkdotnet-0.x" and compilation works ok.