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

Cannot build oct15/normal/daniel-skinner/piano #5

Open
rakyll opened this issue Nov 4, 2015 · 1 comment
Open

Cannot build oct15/normal/daniel-skinner/piano #5

rakyll opened this issue Nov 4, 2015 · 1 comment

Comments

@rakyll
Copy link
Contributor

rakyll commented Nov 4, 2015

go build github.com/golangchallenge/GCSolutions/oct15/normal/daniel-skinner/piano
main.go:8:2: cannot find package "dasa.cc/piano/snd" in any of:
    /Users/jbd/go/src/dasa.cc/piano/snd (from $GOROOT)
    /Users/jbd/src/dasa.cc/piano/snd (from $GOPATH)
main.go:9:2: cannot find package "dasa.cc/piano/snd/al" in any of:
    /Users/jbd/go/src/dasa.cc/piano/snd/al (from $GOROOT)
    /Users/jbd/src/dasa.cc/piano/snd/al (from $GOPATH)

/cc @dskinner

@dskinner
Copy link

dskinner commented Nov 4, 2015

@rakyll the README notes the location requirement of the project, To build from source, the source expects to exist at $GOPATH/src/dasa.cc/piano

there is an import constraint due to the snd subpkg: https://github.com/golangchallenge/GCSolutions/blob/master/oct15/normal/daniel-skinner/piano/snd/snd.go#L23

Sadly, I didn't have time to put everything in a single package to make it more portable for the contest.

I believe the change affects these lines:
https://github.com/golangchallenge/GCSolutions/blob/master/oct15/normal/daniel-skinner/piano/snd/al/al.go#L42
https://github.com/golangchallenge/GCSolutions/blob/master/oct15/normal/daniel-skinner/piano/snd/al/al.go#L94
https://github.com/golangchallenge/GCSolutions/blob/master/oct15/normal/daniel-skinner/piano/snd/al/al.go#L206

I've been meaning to fix this since i noticed the change go in some days back over where I'll be continuing the project: https://github.com/dskinner/snd

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

2 participants