-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error #61
Comments
I don't, because you haven't provided enough information.
|
OK - so now it seems it was because I had Erlang but no "dev" version. I have installed erlang-dev and now: Error: No Makefile to build dependency .../rabbitmq-email/deps/thoas. I use Ubuntu 22.04 LTS - I am not a compilation expert, sorry. Everything possible is updated to most recent version. |
And indeed, the output is a giant wall of text... But it starts with: output
|
Please note how I edited your previous comment to put the text behind a dropdown.
|
OK, erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell |
Thanks. I am getting a different error than you. I will investigate. Here is the output from my Ubuntu 22 env: |
Just FYI, I am working on higher priority items like this but will fix this issue as time allows. |
Fixes #61 Update erlang.mk and rabbitmq-components.mk
Hello, please see if this works in your environment:
|
Thank you @lukebakken, with your hint it work in my environment I leave here a snippet of code for a multistage docker build where before we build the plugin and then copy the plugin inside the rabbitmq image. This for rabbitmq 3.11
This for rabbitmq 3.12 with new erlang/otp version
|
Hi,
"make" command results in the following error:
Writing file src/smtp_rfc5322_scan.erl, /usr/lib/erlang/lib/parsetools-2.5/include/leexinc.hrl: no such file or directory
Any idea?
The text was updated successfully, but these errors were encountered: