Skip to content
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

Cannot build in latest nightly due to possible compiler change influencing maud_macros #3

Open
thePalindrome opened this issue May 29, 2018 · 2 comments

Comments

@thePalindrome
Copy link

Compiling on the latest nightly (1.28.0) results in a failure to compile, stating this:

/target/debug/deps/libmaud_macros-47a7b704f937589f.so: undefined symbol: __rustc_plugin_registrar_83d325d51709f388a4d3c187f8e5cca5__
 --> src/main.rs:2:11
  |
2 | #![plugin(maud_macros)]
  |           ^^^^^^^^^^^

Information from lambda-fairy/maud#119 suggests it may be a compiler change.

@vaartis
Copy link
Member

vaartis commented May 29, 2018

Hey there. Read the issue on maud. Have you already tried to use it as a proc macro as suggested in the issue? I don't really have time to do this myself, but i'd accept a PR if you are willing to fix it.

@vaartis
Copy link
Member

vaartis commented May 30, 2018

While using maud as a proc macro does help the error with it, there are still errors building because of all the updated libraries.. Should've pinned the versions, didn't I.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants