ondrajz / go-callvis

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

could not import "C" #113

Open Arrkwen opened 2 years ago

Arrkwen commented 2 years ago

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

ondrajz commented 2 years ago

Please, try disabling cgo by setting CGO_ENABLED=0.