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

error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin #90

Open
JRGonz opened this issue Oct 20, 2024 · 1 comment
Open

Comments

@JRGonz
Copy link

JRGonz commented Oct 20, 2024

Fail on build:

cargo/rustc 1.82.0

Compiling weechat v0.4.0 (.../rust-weechat/crates/weechat)
error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/weechat.rs:278:50
|
278 | let printf_datetime_tags = weechat.get().printf_datetime_tags.unwrap();
| ^^^^^^^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: filename, handle, name, description, author ... and 95 others

error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:759:46
|
759 | let printf_date_tags = weechat.get().printf_datetime_tags.unwrap();
| ^^^^^^^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: filename, handle, name, description, author ... and 95 others

error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:781:46
|
781 | let printf_date_tags = weechat.get().printf_datetime_tags.unwrap();
| ^^^^^^^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: filename, handle, name, description, author ... and 95 others

@JRGonz
Copy link
Author

JRGonz commented Oct 23, 2024

So. I found this is a problem if you have weechat-dev installed in ubuntu. Removing the package seems to have fixed it.

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

1 participant