driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

Windows: Unable to build lc-admin from master #292

Closed jfrome closed 8 years ago

jfrome commented 8 years ago

I receive the following error when running the following command in Windows:

$ go install . ./lc-admin ./lc-tlscert
# github.com/driskell/log-courier/lc-admin
lc-admin\admin.go:34: undefined: admin.Client

Both log-courier.exe and lc-tlscert.exe are built without errors.

Per documentation here: https://github.com/driskell/log-courier/blob/master/docs/BuildingFromSource.md#windows

driskell commented 8 years ago

lc-admin is currently in development still so doesn't work in master currently as WIP. Expecting to resolve it shortly

driskell commented 8 years ago

You can successfully build the other components though just by omitting ./lc-admin from the argument lists

driskell commented 8 years ago

lc-admin is now updated