ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.85k stars 406 forks source link

packages contain errors #60

Closed BluceHuang closed 4 years ago

BluceHuang commented 4 years ago
go-callvis.exe --debug -nostd ./resbroker/broker/                                                                                                           
D:\Go\src\runtime\cgo\cgo.go:31:8: could not import C (no metadata for C)
D:\GOPATH\pkg\mod\github.com\mattn\go-sqlite3@v2.0.2+incompatible\backup.go:16:8: could not import C (no metadata for C)
17:15:55.715345 packages contain errors
BluceHuang commented 4 years ago

I resole this by installing mingw64 on my computer

Arrkwen commented 2 years ago

on the ubuntu system,it does not work after install mingw64. besides, i set the ignore flag to ignore the package include 'c' api. How can I solve the problem?