[erlang-questions] No Makefile Found

Robert Raschke rtrlists@REDACTED
Wed Oct 4 08:18:12 CEST 2017


The tunnel app is trying to call a function called cowboy:start_clear which
can't be found. I think that's a cowboy v2 function and you are pulling v1
as a dependency.


On 4 Oct 2017 02:13, "qp" <quantumpotato@REDACTED> wrote:

> Hi, that changed the error I got! Now I get a kernel pid crash:
>
> https://gist.github.com/quantumproducer/44ed820a42a02435beab413d4177c33d
>
> Again, I can cd into my original directory and run fine.
>
> On Tue, Oct 3, 2017 at 3:08 PM, Robert Raschke <rtrlists@REDACTED>
> wrote:
>
>> 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/20171004/0f354ced/attachment.htm>


More information about the erlang-questions mailing list