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 compiling on Manjaro #41

Open
agaskins opened this issue Nov 3, 2024 · 2 comments
Open

Error compiling on Manjaro #41

agaskins opened this issue Nov 3, 2024 · 2 comments

Comments

@agaskins
Copy link

agaskins commented Nov 3, 2024

I'm not too familiar with Rust, so forgive me if this is something simple. When compiling I get the following error:

error[E0599]: no method named `debug_toggles` found for mutable reference `&mut UiSpriteMapEditor` in the current scope
  --> src/ui/editor_prototypes/sprite_map_editor/left_panel.rs:36:26
   |
36 |                     self.debug_toggles(ui);
   |                          ^^^^^^^^^^^^^ method not found in `&mut UiSpriteMapEditor`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `smw-editor` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

I'm having a lot of issues running Lunar Magic in Wine, so I'd love to try your SMW editor out! Any help is appreciated!

@Selicre
Copy link
Collaborator

Selicre commented Nov 3, 2024

The editor is not yet functional, sorry. It doesn't have any editing capabilities as of yet. We've been working on a separate mockup project to scope out what we need, but it isn't anywhere near done.

@agaskins
Copy link
Author

agaskins commented Nov 17, 2024

Oh, okay. I'm excited to see where it goes!

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