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

Problem during installation #157

Open
remyleone opened this issue May 9, 2023 · 7 comments
Open

Problem during installation #157

remyleone opened this issue May 9, 2023 · 7 comments

Comments

@remyleone
Copy link

$ go install github.com/ofabry/go-callvis@latest

go: downloading github.com/ofabry/go-callvis v0.7.0
go: downloading golang.org/x/tools v0.8.0
go: downloading github.com/goccy/go-graphviz v0.1.1
go: downloading github.com/fogleman/gg v1.3.0
go: downloading golang.org/x/image v0.6.0
go: downloading github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
# github.com/goccy/go-graphviz/internal/ccall
In file included from dotgen.c:15:
go/pkg/mod/github.com/goccy/[email protected]/internal/ccall/dotgen/dotsplines.c:2310:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
go/pkg/mod/github.com/goccy/[email protected]/internal/ccall/dotgen/dotsplines.c:2310:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
go/pkg/mod/github.com/goccy/[email protected]/internal/ccall/dotgen/dotsplines.c:2504:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
go/pkg/mod/github.com/goccy/[email protected]/internal/ccall/dotgen/dotsplines.c:2504:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]

@Sherlockouo
Copy link

got same issue when installing

1 similar comment
@huturen
Copy link

huturen commented May 12, 2023

got same issue when installing

@iostrovok
Copy link

iostrovok commented May 15, 2023

same
MacOS ventura (13.3)
go version go1.20.4 darwin/arm64

@levnzzz
Copy link

levnzzz commented May 22, 2023

got same issue when installing

@SZLforGithub
Copy link

same issue here
but those warnings didn't stop the install, the installation was successful
run <your GOPATH>/bin/go-callvis --version to verify it

@rishinair11
Copy link

Basically,

$(go env GOPATH)/bin/go-callvis

@ondrajz
Copy link
Owner

ondrajz commented Jan 1, 2025

These are just warnings. Refer to #162 for more info.

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

8 participants