[erlang-questions] No Makefile Found
Robert Raschke
rtrlists@REDACTED
Tue Oct 3 21:08:09 CEST 2017
It looks a bit like your cowboy dependency isn't building correctly. Try
doing a gmake distclean and then the gmake run. That should redo the deps.
HTH,
Robby
On 3 Oct 2017 07:05, "qp" <quantumpotato@REDACTED> wrote:
When I copy a folder of my erlang project on my local machine, I am able to
cd into the copied directory and gmake run successfully.
When I upload that folder to github and download it, I get "no makefile
found"
~/tdep/gmake run
Error: No Makefile to build dependency /Users/quantum/tdep/deps/cowboy.
gmake: *** [erlang.mk:4182: deps] Error 2
from https://github.com/QuantumProductions/tunnel-deploy
There is a Makefile present:
~/cd tdep
~/tdep/ls
Makefile deps erlang.mk rel src tunnel.d
_rel ebin oldh relx.config static
~/tdep/cat Makefile
PROJECT = tunnel
PROJECT_DESCRIPTION = Findök
PROJECT_VERSION = 0.1.0
DEPS = cowboy jiffy
dep_cowboy_commit = master
dep_jiffy = git https://github.com/davisp/jiffy
include erlang.mk
What is going on here? Could there be some setting on my machine that's
affecting how gmake works?
I expected to be able to clone this repo to my server and run it there.
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171003/4dc683bd/attachment.htm>
More information about the erlang-questions
mailing list