Building appium from source -- deviceconsole make Error

I am trying to build appium from source. Using this info: https://github.com/appium/appium/blob/master/docs/en/contributing-to-appium/appium-from-source.md

Making deviceconsole…
make: O3: No such file or directory
make: [all] Error 1 (ignored)

anybody seen this and no how to fix?

thanks

I believe you are trying to compile a git submodule:

http://git-scm.com/docs/git-submodule

So by default, downloading the git repo that contains a submodule does not download the submodule. Confusing, I know, I went through this whole thing. Have you run ‘reset.sh’? If you read that file you’ll see that one of the things it does is cd’s into each submodule and downloads the submodule’s repo. It also runs all the make commands for you. Or you could just read that file & do it all by hand if you want.