ivlovric / HFP

HEP Fidelity Proxy
15 stars 7 forks source link

DecodeHEP is undefined #5

Closed lmangani closed 3 years ago

lmangani commented 3 years ago

Latest version fails compiling due to DecodeHEP being undefined

./HFP.go:54:19: undefined: DecodeHEP
./HFP.go:119:18: undefined: DecodeHEP
./HFP.go:160:18: undefined: DecodeHEP
ivlovric commented 3 years ago

Please include hep.go as well and start by go run hep.go HFP.go <switches> or compile by having hep.go and HFP.go in same directory and go build .

lmangani commented 3 years ago

I adjusted the Dockerfile to fix this, but it expects dependencies hep.go:10:9: no required module provides package github.com/negbie/logp

ivlovric commented 3 years ago

Ok. let me adjust hep.go not to use this dependency, it is not crucial.

ivlovric commented 3 years ago

Please try again when able, hep.go is updated

lmangani commented 3 years ago

works a beauty now