-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can not compile cpclib-disc #7
Comments
Hello; are you using a nightly compiler ?
I can dig during next week end. Ping me if I forget
…On Wed, Sep 21, 2022 at 1:54 PM Olivier Rousseil ***@***.***> wrote:
Hello,
When calling cargo build in cpclib-disc directory, I got this errors :
error[E0557]: feature has been removed
--> cpclib-disc/src/lib.rs:1:12
|
1 | #![feature(register_attr)]
| ^^^^^^^^^^^^^ feature has been removed
|
= note: removed in favor of `#![register_tool]`
error: cannot find attribute `register_attr` in this scope
--> cpclib-disc/src/lib.rs:2:4
|
2 | #![register_attr(get)]
| ^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `register_tool`
—
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADBX5EY7JA6BXWOINQPQX3V7LZPTANCNFSM6AAAAAAQR7YCNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'm on linux (debian 10)
other modules like |
I just have try on a more recent ubuntu 22.04 (with clang 14) And it give me the same error (feature has been removed) nb : for documentation you could add in prerequisite to install libssl-dev with : |
Hello last commit #d9a062a1d66c37b843bdf93f0d9c8105dce08c2d should fix the issue. Please note that I'm not confident of the cpclib-disc crate implementation. For my latest demo https://www.pouet.net/prod.php?which=88554 I quickly stopped to use it to rely on already existing tools as I had too many bugs. I do not remember if I have updated the crate since |
Hello,
When calling
cargo build
in cpclib-disc directory, I got this errors :The text was updated successfully, but these errors were encountered: