Error while building master branch of frenetic from Source .
madiha005 opened this issue · 1 comments
Hi @smolkaj I tried to build the master branch of frenetic from source following the instruction in the READ ME. I am done with 1 -4 steps successfully but when I try to build frenetic via make &&make install command as mentioned in step 5, I got following error:
Then I try
git clone -b fixes https://github.com/frenetic-lang/frenetic.git
and again, got following error
Then I tried to build it completely from the source from the following link
https://github.com/frenetic-lang/frenetic/wiki/Source-Build
frenetic tornado 6.0.1 get successfully installed. I created topology and try to start up frenetic from below command
$ frenetic http-controller --verbosity debug
I again ran into issue that command not found.
Can you please look into it and help me on this?
Thank You.
There is a Makefile
in the top-level directory. It appears you didn't change into that directory (e.g., cd frenetic
) after checking out the repository from GitHub.
Hence, you couldn't run the controller because it was never built or installed.