Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed!!! #2

Open
hfeeki opened this issue Feb 20, 2013 · 4 comments
Open

Build failed!!! #2

hfeeki opened this issue Feb 20, 2013 · 4 comments

Comments

@hfeeki
Copy link

hfeeki commented Feb 20, 2013

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.

@stesla
Copy link
Owner

stesla commented Feb 22, 2013

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
Copy link
Owner

stesla commented Feb 22, 2013

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.

@doun
Copy link

doun commented Mar 21, 2013

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

@doun
Copy link

doun commented Mar 21, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants