gospecify icon indicating copy to clipboard operation
gospecify copied to clipboard

Build failed!!!

Open hfeeki opened this issue 12 years ago • 4 comments

michael@michael-desktop:~/repos/golang/gospecify$ make
cd src; make test
make[1]: enter directory `/home/michael/repos/golang/gospecify/src'
Makefile:21: /home/michael/opt/go/src/Make.inc: file or directory not exists.
Makefile:40: /home/michael/opt/go/src/Make.pkg: file or directory not exists.
make[1]: *** there is no rules to create“/home/michael/opt/go/src/Make.pkg”。 stop。
make[1]:leave directory `/home/michael/repos/golang/gospecify/src'
make: *** [test] error 2

/src/Make.inc /src/Make.pkg Those two file do not exists.

hfeeki avatar Feb 20 '13 12:02 hfeeki

Truthfully, the bug here is that there's a Makefile at all. This project needs to get updated to just work properly with the go command.

stesla avatar Feb 22 '13 05:02 stesla

I'll also be honest, I'm not really using this myself these days. I just use the testing package. So, I'll see about getting this fixed when I've got some cycles, but in the meantime, I'd see how far you could get just trying to get it to work with go build.

stesla avatar Feb 22 '13 05:02 stesla

I updated this to fit the go command, see my fork, pull request?

doun avatar Mar 21 '13 13:03 doun

any idea create a golang "specify" cmd, not script? may be add a RunSpecial func to the runner?

doun avatar Mar 21 '13 14:03 doun