-
Notifications
You must be signed in to change notification settings - Fork 29
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
I cannot run call graph on my mac #9
Comments
After some trying. I got some done. But still not working.
and running callgraph is succesfully. but still the last step when I type callGraph . It does not work and I get:
|
I'm guessing here since I don't have a Mac: |
@JohnCheeKinChow if you are able to run the callGRAPH guide me through this i'm unable to figured out this followed the issue 1 |
Hi @mujtabaat |
Have you installed graphviz succesfully? My files are javascript and it worked |
Yeah i did callGraph is running, don't know why it didn't find the function calls[found 3 function definition] in the code of flutter application. |
Could you share the lines containing the 3 function definitions (just the
line with function name), and the lines containing the calls to those
functions?
…On Tue, Aug 30, 2022 at 2:41 AM mujtabaat ***@***.***> wrote:
Yeah i did callGraph is running, don't know why it didn't find the
function calls[found 3 function definition] in the code of flutter
application.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK7KKTT2M72KSJT7JRTJLDV3XJMDANCNFSM52ZCOKHQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Also, could you share how you installed graphviz for mac? |
It's possible that at the time you raised the issue, graphviz may not have had a successful formula in homebrew, though I doubt that since I've been using that for years.
If you don't want to futz around with cpan configuration, which I didn't, you can Then for the dependencies for callGraph on cpan packages, All that'd be left is to make sure that callGraph is either being called explicitly, or that it's in your path. I cloned the repo and used |
Thank you @thegoatinthemachine |
Just to provide another data point, callGraph works just fine on my machine running macOS Monterey (version 12.6), Homebrew (version 3.6.4), and GraphViz (version 6.0.1). Also, everything works as expected after adding callGraph to Notably, I ran into configuration issues ( |
Thanks @cosmojg for sharing your config and experience |
Figured I leave another data point for those looking to get it running on macOS (Monterey 12.6). Thanks to @thegoatinthemachine instructions I got it working without any fuss.
|
Hi,
I am a rookie in this, but I want to get this tool works.
I saw the issue of luke: #1.
I tried following his advice but that don't work.
Is someone that can help me?
Thanks a lot!
The text was updated successfully, but these errors were encountered: