GithubHelp home page GithubHelp logo

Starter guide results in errors about vugu HOT 7 CLOSED

vugu avatar vugu commented on April 28, 2024
Starter guide results in errors

from vugu.

Comments (7)

MwumLi avatar MwumLi commented on April 28, 2024 3

😸This works to me

from vugu.

bevand10 avatar bevand10 commented on April 28, 2024

Closing this.

Turns out there's a bug in the current Ubuntu debian package distribution of go, preventing your code from finding the misc/wasm folder,

Fix was as follows:

$ sudo -i
# cd /usr/lib/go-1.12
# ln -s ../../share/go-1.12/misc .

And it's been fixed upstream: https://salsa.debian.org/go-team/compiler/golang/commit/c1f2a6bc262fee7cd2f8821471faa2ed940b3ac9

Just waiting for it to trickle down.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

Okay, makes sense. Glad it worked out.

from vugu.

kneal avatar kneal commented on April 28, 2024

Did anyone run into the issue where when the main_wasm.go file gets generated you get a collision on the main function?

2019/04/15 10:47:45 Error from compile: exit status 2 (out path="/var/folders/tv/fk0mbn7j53l9xh5n6ydwk3ndbdt82j/T/main_wasm_129578788"); Output:
./main_wasm.go:13:6: main redeclared in this block
        previous declaration at ./devserver.go:11:6

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

@kneal Take a look at the build tags at the top of each of the relevant files. devserver.go is intended to have // +build ignore at the top, so it's main func won't conflict with the one in main_wasm.go

from vugu.

MwumLi avatar MwumLi commented on April 28, 2024

why close the issue? The starter cann't run in mac. The erros is below:

/main_wasm.go:13:6: main redeclared in this block
        previous declaration at ./devserver.go:11:6

image

Viste http://127.0.0.1:8844 After go run devserver.go, the file structure is below:
image

from vugu.

bradleypeabody avatar bradleypeabody commented on April 28, 2024

@MwumLi You are most likely missing the // +build ignore from the top your devserver.go file (see https://www.vugu.org/doc/start ). Or, you might have some other issue which is causing it to not be recognized - see https://golang.org/pkg/go/build/#hdr-Build_Constraints

If you are still having problems please post your devserver.go so I can take a look.

from vugu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.