<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks Bill, that got me closer but it still is not working.<div><br></div><div><br></div><div>When I do a make I get back</div><div><br></div><div><br></div><div><div>lxd kevin$ make</div><div>go get -v -d ./...</div><div>go install -v ./...</div><div><a href="http://github.com/lxc/lxd/lxd/migration">github.com/lxc/lxd/lxd/migration</a></div><div># <a href="http://github.com/lxc/lxd/lxd/migration">github.com/lxc/lxd/lxd/migration</a></div><div>lxd/migration/migrate.go:38: undefined: lxc.Container</div><div>make: *** [default] Error 2</div></div><div><br></div><div><br></div><div>If anyone is running the client on OS X and has it working…… any insights would be helpful.</div><div><br></div><div><br></div><div>Thanks</div><div>-Kevin</div><div><br></div><div><br></div><div><br><div><div>On Jul 30, 2015, at 12:57 PM, Bill Anderson <<a href="mailto:bill.anderson@RACKSPACE.COM">bill.anderson@RACKSPACE.COM</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 30, 2015, at 2:23 PM, Kevin LaTona <<a href="mailto:lists@studiosola.com" class="">lists@studiosola.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><br class="">
Looking for any GO people on the list who might be able to help me dechiper what this error means which trying to install LXD CLI on to a OS X machine.<br class="">
<br class="">
If I check my current GO path on OS X it's at /usr/local/go</div>
</blockquote>
<blockquote type="cite" class="">
<div class=""><br class="">
Which is where GO installed it at.<br class="">
<br class="">
<br class="">
I got the current LXD tar ball<br class="">
CD to it's top folder and called make<br class="">
<br class="">
From here it give GO path not found error…….through out the whole make script<br class="">
<br class="">
lxd-0.14 kevin$ make<br class="">
go get -v -d ./...<br class="">
package <a href="http://github.com/chai2010/gettext-go/gettext:" class="">github.com/chai2010/gettext-go/gettext:</a> cannot download, $GOPATH not set.</div>
</blockquote>
<div><br class="">
</div>
You need to set your GOPATH environment variable. This is where it will put the repo which ‘go get’ will get. Personally, I use $HOME/.go but it can be wherever you want it to be. See <a href="https://github.com/golang/go/wiki/GOPATH" class="">https://github.com/golang/go/wiki/GOPATH</a> and/or <a href="http://www.ryanday.net/2012/10/01/installing-go-and-gopath/" class="">http://www.ryanday.net/2012/10/01/installing-go-and-gopath/</a> 
 for more details.</div>
</div></blockquote></div><br></div></body></html>