Replies: 1 comment 2 replies
-
Run using these commands:
Attach the output file to your response. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I am trying to build a RabbitMQ server on Windows based on instructions from https://www.rabbitmq.com/build-server.html. When I try to
make
ormake run-broker
I get the following error:Error: No Makefile to build dependency C:/RabbitMQ/deps/jsx
.I tried
rm -rf deps/jsx
, deleting .erlang.mk, trying the same process on a clean different machine, but that did not help as well.This is the full error message:
make[1]: Entering directory '/c/rabbitmq/deps/rabbit_common' Error: No Makefile to build dependency /c/rabbitmq/deps/jsx. make[1]: *** [../../erlang.mk:4512: deps] Error 2 make[1]: Leaving directory '/c/rabbitmq/deps/rabbit_common' make: *** [erlang.mk:4512: deps] Error 2
I am using the master branch from https://github.com/rabbitmq/rabbitmq-server, running
make
from msys2 bash on a Windows 10 machine.Does anyone have any ideas about what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions