frenetic-lang / frenetic

The Frenetic Programming Language and Runtime System
http://www.frenetic-lang.org/
Other
222 stars 52 forks source link

Error while building master branch of frenetic from Source . #630

Closed madiha005 closed 5 years ago

madiha005 commented 5 years ago

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: Instructions 1

Then I try

git clone -b fixes https://github.com/frenetic-lang/frenetic.git and again, got following error Instructions 2

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. From source 1 From source 2 From source 3

Can you please look into it and help me on this? Thank You.

jnfoster commented 5 years ago

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.