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

go install github.com/gowade/wade/fuel failing #12

Closed
tomtom87 opened this issue Oct 5, 2015 · 6 comments
Closed

go install github.com/gowade/wade/fuel failing #12

tomtom87 opened this issue Oct 5, 2015 · 6 comments

Comments

@tomtom87
Copy link

tomtom87 commented Oct 5, 2015

Trying to follow the install / set-up instructions but getting thrown by this

$ go install github.com/gowade/wade/fuel
/home/top/.gvm/pkgsets/go1.5/global/src/github.com/gowade/wade/fuel/fuel.go:20:2: cannot find package "github.com/gowade/html" in any of:
    /home/top/.gvm/gos/go1.5/src/github.com/gowade/html (from $GOROOT)
    /home/top/.gvm/pkgsets/go1.5/global/src/github.com/gowade/html (from $GOPATH)
    /home/top/goproject/src/github.com/gowade/html

I've looked and the html dir doesn't exist, just fuel. Any ideas where to go from here?

@hami9x
Copy link
Contributor

hami9x commented Oct 5, 2015

Change go install to go get, my bad for a not very good instruction.

@tomtom87
Copy link
Author

tomtom87 commented Oct 5, 2015

Ok, now I got the fuel installed but the next part fuel build doesn't
produce the run_gopherjs file..

On 05/10/2558 BE 20:51, Hai Thanh Nguyen wrote:

Change |go install| to |go get|, my bad for a not very good instruction.


Reply to this email directly or view it on GitHub
#12 (comment).

Tom Whitbread
Gript.co.uk

@glycerine
Copy link

same here; osx 10.10, go1.5.1, wade.go d3363af

cd /wade/browser_tests/worklog/main
fuel build

does nothing; there is no run_gopherjs file.

@tomtom87
Copy link
Author

tomtom87 commented Oct 6, 2015

Debian here, go 1.5.1 and just used fuel on another project is working
fine. I think we are missing something here

On 06/10/2558 BE 08:33, Jason E. Aten, Ph.D. wrote:

same here; osx 10.10, go1.5.1, wade.go d3363af
d3363af

|cd /wade/browser_tests/worklog/main fuel build |

does nothing; there is no run_gopherjs file.


Reply to this email directly or view it on GitHub
#12 (comment).

Tom Whitbread
Gript.co.uk

@hami9x
Copy link
Contributor

hami9x commented Oct 7, 2015

run_gopherjs is actually just a shell script with a couple of commands for convenience, it's not produced by fuel build. The tutorial on README is outdated, I have updated it, hopefully it works now.
On another note, I've been working on a big rework/refactor on Wade for quite a long time, so I've not been very active in other things, hopefully it's gonna be ready this month. I'm sorry if there's any inconvenient.

@tomtom87
Copy link
Author

tomtom87 commented Oct 7, 2015

Thanks for the update, will take another look when you put out the
refactor then :)

On 07/10/2558 BE 07:57, Hai Thanh Nguyen wrote:

|run_gopherjs| is actually just a shell script with a couple of
commands for convenient, it's not produced by |fuel build|. The
tutorial on README is outdated, I have updated it, hopefully it works now.
On another note, I've been working on a big rework/refactor on Wade
for quite a long time, so I've not been very active in other things,
hopefully it's gonna be ready this month.


Reply to this email directly or view it on GitHub
#12 (comment).

Tom Whitbread
Gript.co.uk

@hami9x hami9x closed this as completed Oct 10, 2015
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