gowade / wade

Web development with isomorphic Go
BSD 2-Clause "Simplified" License
164 stars 11 forks source link

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

Closed tomtom87 closed 9 years ago

tomtom87 commented 9 years ago

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 commented 9 years ago

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

tomtom87 commented 9 years ago

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 https://github.com/gowade/wade/issues/12#issuecomment-145533299.

Tom Whitbread Gript.co.uk

glycerine commented 9 years ago

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

cd /wade/browser_tests/worklog/main
fuel build

does nothing; there is no run_gopherjs file.

tomtom87 commented 9 years ago

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 https://github.com/gowade/wade/commit/d3363af13de191f2b466b39e3bf634e4f625d69d

|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 https://github.com/gowade/wade/issues/12#issuecomment-145718770.

Tom Whitbread Gript.co.uk

hami9x commented 9 years ago

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 commented 9 years ago

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 https://github.com/gowade/wade/issues/12#issuecomment-146046711.

Tom Whitbread Gript.co.uk